Lindbergh emulator.

Retroman839

Senior Member
vacBacker
Feedback
12 (100%)
Credits
7,328CR
great respect to the folks who have
Worked on this 😀

Seems this emulator is out on GitHub
As I have a Lindbergh based r-tuned driving cab and this emulators purpose is to be a drop in solution to replace Lindberghs.

I wanted to start a users thread here for this emulator.
 
Last edited:

eliotcole

Active member
Feedback
7 (100%)
Credits
739CR
Was it Lindbergh games that were emulated *by* SEGA in one of their recent AAA games?
I feel like it was VF5 or something ...
Didn't someone break-out the emulated game from the 'parent' game or something?
Or was that the full game code?
 

Retroman839

Senior Member
vacBacker
Feedback
12 (100%)
Credits
7,328CR
Was it Lindbergh games that were emulated *by* SEGA in one of their recent AAA games?
I feel like it was VF5 or something ...
Didn't someone break-out the emulated game from the 'parent' game or something?
Or was that the full game code?
I think your thinking of YAKUZA
Will have Daytona 2 , model 3 tech
Not Lindbergh.
 
Last edited:

Retroman839

Senior Member
vacBacker
Feedback
12 (100%)
Credits
7,328CR
Ok update ..
Down loaded Ubuntu
Installed on my win10 drive ..
Wiped my win 10 operating system in the process!!

So then decided to add Linux on one drive and win 10 on separate drive ..

That’s where I am at ..
Next is to load Linux check it is seeing windows …

Then proceed to make the Lindbergh
Makefile.
 

Retroman839

Senior Member
vacBacker
Feedback
12 (100%)
Credits
7,328CR
got as far as this tonight

fatal: destination path 'lindbergh-loader' already exists and is not an empty directory.
mkdir -p build
gcc -m32 src/lindbergh/lindbergh.c -o build/lindbergh
gcc -m32 -g -O0 -fPIC -m32 -Wall -Werror -Wno-unused-variable -Wno-unused-function -c -o src/lindbergh/hook.o src/lindbergh/hook.c
src/lindbergh/hook.c:35:10: fatal error: alsa/global.h: No such file or directory
35 | #include "alsa/global.h"
| ^~~~~~~~~~~~~~~
compilation terminated.
make: *** [<builtin>: src/lindbergh/hook.o] Error 1
root@dan-desktop:~/lindbergh-loader/lindbergh-loader#



Any one think they can help me
I need all the help I can get ..


New day fresh eyes..
I was reading wrong instillation guide.
I didn’t start with makefile.

Ok It’s was late last night and I was tired!!
I believe i have now found the correct
Instillation guide in Bobby dilly’s
Lindbergh emulator . GitHub

So for next attempt.
First
1. need to 1st update nvidia gpu drivers. In windows.
2. Run makefile. In Linux. Then start the rest of the instillation.
 
Last edited:
Top