1
0
mirror of synced 2025-01-18 17:04:06 +01:00
2022-07-19 12:21:21 +01:00
2022-07-19 12:21:21 +01:00
2022-07-19 12:17:50 +01:00
2022-07-19 12:17:45 +01:00
2022-07-07 13:34:29 +01:00
2022-07-07 13:37:11 +01:00

SEGA Lindbergh Loader

This project aims to hook and emulate the various different parts of the SEGA Lindbergh allowing the games to run on modern versions of Linux.

Building & Running

To build simply run the makefile, and then copy the contents of the build directory into your game directory and run.

make
cp build/* ~/the-house-of-the-dead-4/disk0/elf/.
cd ~/the-house-of-the-dead-4/disk0/elf
LD_PRELOAD=$(pwd)/lindbergh.so LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./hod4M.elf

Components

This section lists the components of the emulator and what they do

Rideboard

This is a high level emulation of the ride control board used in The House Of The Dead 4 Special and Let's Go Jungle Special.

Driveboard

This is a high level emulation of various force feedback drive boards used in Lindbergh games

Motion Board

This is a high level emulation of the motion control board used in Outrun 2 SP SDX

libsegaapi.so

This is an emulation of the driver that games use to route sound out of the Creative Labs soundcard. This routes sound using OpenAL.

Description
A SEGA Lindbergh Emulator for Linux.
Readme 4.1 MiB
Languages
C 79.9%
Shell 12.7%
Makefile 3.7%
HTML 2%
Roff 1.5%
Other 0.2%