Offline

Had a quick wander through a few GB/NES emulators this morning. Has anyone managed to get a sound register log out of any of the existing emulators?  (just a basic address/data trace while code is running)    I was going to have a peek through MESS but if anyone has already done this let us know, cheers.   Got a couple of sound register streaming ideas.

Offline
france

Maybe you are seeking this kind of documentation.
It is from the guy from nocash : no$gba

Gb : http://problemkaputt.de/pandocs.txt
Nes : http://problemkaputt.de/everynes.txt
Gba : http://problemkaputt.de/gbatek.txt

Last edited by yoyz2k (Feb 7, 2015 1:35 pm)

Offline

Thanks, I have the register specs I'm looking for an emulator(s) to log them while running.

Offline
Michigan

I believe I use VBA to emulate gameboy roms. It has a function to log wlreads and write to certain memory locations I believe. I couldn't figure it out though.

Offline

Thanks, just downloaded it.  Amusingly I can see the I/O registers updating real-time but can't seem to save a log for those.  It has source though so that's worth a look, cheers.