Welcome to AEP Emulation Page - Emulation News

Main Menu
· Home / News
· News Categories
· News Archiv
· My Account
· Search
· Forums
· Weblinks
· Game Reviews
· Translations
· Impressum

Downloads
 


Forum
MEMBERS ONLINE
Currently no members online.

You are an anonymous user. You can register for free by clicking here
Username
Password
 Remember me

Infos
· Museum
· Infocenter
· Das AEP Team
· Member Liste
· Top 25 Liste
· Glossar
· FAQ

Review of the moment

Sprache
Select interface language:

EnglishGerman

News-Export
Holt Euch unsere News auf Eure Seite:
· RSS Newsfeed How-to
· RSS News-syndication Deutsch
· News-Banner (JPG)

Friends
· Emu-France
· progetto-SNAPS
· EmuBit.pl
· PDRoms


Post new topic   Reply to topic  
View previous topic Printable version Log in to check your private messages View next topic
Author Message
krysmopompasOffline
Post subject: Lindbergh-Emulator (WIP)  PostPosted: Apr 02, 2014 - 03:32 PM
Retrogott


Joined: Jun 19, 2008
Posts: 2.094


Status: Offline
Hier https://github.com/JayFoxRox/Lindbergh-Emulator arbeitet jemand an einem Sega Lindbergh-Emulator.

Das Originalsystem basiert auf Linux und einem P4-PC mit Nvidia-Grafik. HLE auf einem aktuellen Linux-PC ist daher naheliegend.

Quote:
A Sega Lindbergh environment / HLE for Linux

A lot of the files are still not public yet.

This was once planned to be a commercial emulator. I have to make sure those who worked on it are protected. The emulator code was written entirely by me, Jannik Vogel. However, parts of Lindbergh were cracked and reverse engineered by others who shall not be named. This emulator is also based on Sega and Creative includes which I can not share yet.

The emulator will probably be released and improved in parts over the next couple of months.


Quote:

Directory structure:

[Generic:]

- old/
The old attempt at lindbergh emulation which got less and less stable over time as it had to hook various functions

- fs/
The emulated lindbergh filesystem

- ld/
Lindbergh Libraries (Preloaded path)

- README
This readme

- fusefs/
The fuse filesystem emulation

- preload/
The preload library

[Filesystem emulator:]

- fsentries.c
Emulation of lindbergh device files

- fusefslog.c / fusefslog.h
Log entries for the fuse filesystem

- fuseparams.h
Sets API version for fuse.h and defines structure for the private_data of fuse

[Emulation library:]

- main.c
Main entrance point for the emulator library where I hook the staticly linked functions for JVS and the dongle

- io.c / io.h
IO Emulation and SIGSEGV handling

- nvidiagl.c
Some functions from common GL Extensions accross Lindbergh games

- linker.h
A quick linker wrapper for dynamicly loading functions

- context.h
A x86 ucontext union for easier access


Plan:

- Later-1: Run a fuse-fs which mirrors the root but adds custom lindbergh fs entries. These FS entries are emulated by the filesystem emulator directly
- NVIDIA graphics card
- Later-?: /dev/lbb Baseboard
- If necessary: /dev/tts/0 COM-Port (I have seen /dev/ttyS0 instead before)
- If necessary: /dev/tts/1 COM-Port (I have seen /dev/ttyS1 instead before)
- /dev/i2c/0 EEPROM (Interpreted (100% of captured traffic known, implemented as in chip datasheet) and file backed)
- If necessary, only fake necessary parts: /dev/hda ATA-device
- If necessary, only fake existence: /etc/creative/* Creative soundcard files
- If necessary, only fake existence: /dev/emu10kxSoundcard
- If necessary, only fake existence: /dev/emupia Soundcard
- If necessary, only fake necessary parts: /proc/bus/pci/00/1f.0 This might be the graphics card - can't remember (//Edit: This seems to be the LPC?!)
- Hide /dev/js* (some games might want debug input, so it would get the same input via js and emulated JVS (using the same js))
- Run a preloaded bash (possibly in a chroot?) which then hooks:
- amJvs and amDongle functions + anything else which talks to the baseboard for now
- signal functions, exit if the app calls these. Later I should make sure that the original function is called after mine if there was nothing to emulate
- iopl (Block any hardware access and install a signal handler instead!)
- GLUT: so we can run windowed
- GLX to provide unsupported NVIDIA extensions
- Later-2: GLX so we have full control over opengl
- Also preload the custom SEGAAPI-lib.
- Later-3: preload library: everytime the game wants to change that make sure we get the signal first
- In the signal handler wait for in/out instructions and emulate them
- Later-4: Drop amJvs and amDongle emulation and move to fuse
- Later-5: Replace fuse-fs with hooks

https://github.com/JayFoxRox/Lindbergh-Emulator/tree/master/software


_________________
If you can’t run at 60 fps, you’re not a good racing game. 
 
 
 View user's profile  
Reply with quote Back to top
MasterPhWOffline
Post subject: Lindbergh-Emulator (WIP)  PostPosted: Apr 03, 2014 - 11:22 AM
News Scout


Joined: Jul 06, 2004
Posts: 1.919

Location: W-Live
Status: Offline
Mit Virtual Fighter 5, House of the Dead 4 und Outrun 2 hat es schon mal ein paar sehr interessante Titel.
Auch oder gerade weil ich keines dieser Games jemals am Automaten gespielt habe und nur die Konsolen Ports kenne, sehr interessant. Danke fürs Teilen!

_________________
Willst du mehr von, über oder mit mir lesen, besuche mich auf


 
 
 
 View user's profile Visit poster's website  
Reply with quote Back to top
JezzeOffline
Post subject: RE: Lindbergh-Emulator (WIP)  PostPosted: Apr 03, 2014 - 11:47 AM
Banned Team Member


Joined: Oct 30, 2004
Posts: 5.751


Status: Offline
Klingt wirklich interessant! Aber ist es tatsächlich ein Emulator oder eher ein Laucher, ähnlich dem den es für die TAITO TYPE X / X2 Hardware gibt?

_________________
Test your limits and break through! 
 
 
 View user's profile Visit poster's website ICQ Number 
Reply with quote Back to top
krysmopompasOffline
Post subject: Re: RE: Lindbergh-Emulator (WIP)  PostPosted: Apr 04, 2014 - 02:00 PM
Retrogott


Joined: Jun 19, 2008
Posts: 2.094


Status: Offline
[quote:046f8ce416="Jezze"]Klingt wirklich interessant! Aber ist es tatsächlich ein Emulator oder eher ein Laucher, ähnlich dem den es für die TAITO TYPE X / X2 Hardware gibt?
Ich vermute eine Mischung. Ziel dürfte es schon sein am Ende ohne Creative Soundkarte und nvidia GPU zu funktionieren.

_________________
If you can’t run at 60 fps, you’re not a good racing game. 
 
 
 View user's profile  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT + 1 Hour
Post new topic   Reply to topic  
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © The PNphpBB Group
Credits
AEP Emulation Page 1998 - 2024