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.
Running
We recommend Ubuntu 22.04 LTS as default, but it may work in various configurations like WSL2, Debian, etc.
Please note other dependencies might be required to run games (see the guide).
This emulator will need access to the input devices and serial devices on your computer. You should add your user account to the following groups and then restart your computer.
sudo usermod -a -G dialout,input $USER
You should then copy the contents of the lindbergh-loader folder to your game directory and ./lindbergh
for the game, or ./lindbergh -t
for test mode. Please note you might need to set the game executable as "executable" using chmod +x.
cp -a build/* /home/games/the-house-of-the-dead-4/disk0/elf/.
cd /home/games/the-house-of-the-dead-4/disk0/elf/.
./lindbergh
If you'd like to change game settings copy the default configuration file from the repository to your game directory.
cp build/docs/lindbergh.conf /home/games/the-house-of-the-dead-4/disk0/elf/.
nano lindbergh.conf
Please take a look at the configuration options, supported games and known issues in the guide.