diff --git a/README.md b/README.md index 1106149..1dc4f36 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ -[![Actions Status](https://github.com/dkeruza-neo/lindbergh-loader/actions/workflows/ci.yml/badge.svg)](https://github.com/dkeruza-neo/lindbergh-loader/actions) +[![Actions Status](https://github.com/lindbergh-loader/lindbergh-loader/actions/workflows/ci.yml/badge.svg)](https://github.com/lindbergh-loader/lindbergh-loader/actions) # SEGA Lindbergh Emulator This project emulates the SEGA Lindbergh, allowing games to run on modern Linux computers to be used as replacement hardware for broken Lindbergh systems in physical arcade machines. It supports both Intel and AMD CPUs as well as Intel, NVIDIA and AMD GPUs, surround sound audio, networking and JVS pass through. +If you'd like to support the development work of this emulator, see early development builds or get support from the authors please consider [becoming a patreon here](https://www.patreon.com/LindberghLoader). + ## Building & Running First you will need to install the following dependencies. @@ -23,7 +25,7 @@ sudo usermod -a -G dialout,input $USER Then you should clone the repository, change directory into it and run make. ```shell -git clone git@github.com:dkeruza-neo/lindbergh-loader.git +git clone git@github.com:lindbergh-loader/lindbergh-loader.git cd lindbergh-loader make ``` diff --git a/docs/guide.md b/docs/guide.md index 225cec1..9014457 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -2,6 +2,20 @@ All configurable options are set and explained in the `lindbergh.conf` file, and should be resonably easy to understand. This document further explains some of those setup options. +## Libraries + +Additional libraries that you might need to install to get all games running are listed here: + +``` +sudo apt install build-essential freeglut3:i386 freeglut3-dev:i386 libglew-dev xorg-dev libopenal1:i386 libopenal-dev:i386 libxmu6:i386 libstdc++5:i386 libsdl2-dev:i386 libfaudio0:i386 libfaudio-dev:i386 libncurses5:i386 libasound2-dev:i386 alsa-utils:i386 libasound2-plugins:i386 +``` + +## Game Issues + +### Let's Go Jungle Rev A + +- The game must be run in export mode to have the stereo sound option. + ## Controller Setup There are 2 modes for the controller setup in the emulator, these are set using the `INPUT_MODE` flag in the configuration file.