Willkommen bei AEP Emulation Page - Emulation News

Hauptmenü
· Home / News
· News Kategorien
· News Archiv

· Mein Account
· Suche
· Forum (neu)
· Forum
· Weblinks
· Spiele Reviews
· Übersetzungen
· Impressum
· Datenschutz

Downloads
 


Forum
MEMBERS ONLINE
Currently no members online.

You are an anonymous user. You can register for free by clicking here
Benutzername
Kennwort
 Show remember me check box

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

Review of the moment

Sprache
Sprache auswählen:

DeutschEnglisch

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


Neues Thema eröffnen   Neue Antwort erstellen  
Vorheriges Thema anzeigen Druckerfreundliche Version Einloggen, um private Nachrichten zu lesen Nächstes Thema anzeigen
Autor Nachricht
krysmopompasOffline
Titel: Lindbergh-Emulator (WIP)  BeitragVerfasst am: 02.04.2014, 15:32 Uhr
Retrogott


Anmeldungsdatum: 19. Jun 2008
Beiträge: 2.093


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.

Zitat:
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.


Zitat:

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. 
 
 
 Benutzer-Profile anzeigen  
Antworten mit Zitat Nach oben
MasterPhWOffline
Titel: Lindbergh-Emulator (WIP)  BeitragVerfasst am: 03.04.2014, 11:22 Uhr
News Scout


Anmeldungsdatum: 06. Jul 2004
Beiträge: 1.919

Wohnort: 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


 
 
 
 Benutzer-Profile anzeigen Website dieses Benutzers besuchen  
Antworten mit Zitat Nach oben
JezzeOffline
Titel: RE: Lindbergh-Emulator (WIP)  BeitragVerfasst am: 03.04.2014, 11:47 Uhr
Banned Team Member


Anmeldungsdatum: 30. Okt 2004
Beiträge: 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! 
 
 
 Benutzer-Profile anzeigen Website dieses Benutzers besuchen ICQ-Nummer 
Antworten mit Zitat Nach oben
krysmopompasOffline
Titel: Re: RE: Lindbergh-Emulator (WIP)  BeitragVerfasst am: 04.04.2014, 14:00 Uhr
Retrogott


Anmeldungsdatum: 19. Jun 2008
Beiträge: 2.093


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. 
 
 
 Benutzer-Profile anzeigen  
Antworten mit Zitat Nach oben
Beiträge vom vorherigen Thema anzeigen:     
Gehe zu:  
Alle Zeiten sind GMT + 1 Stunde
Neues Thema eröffnen   Neue Antwort erstellen  
Vorheriges Thema anzeigen Druckerfreundliche Version Einloggen, um private Nachrichten zu lesen Nächstes Thema anzeigen
PNphpBB2 © 
AEP Emulation Page 1998 - 2024