Hello all,
I need a version of Gens (or any other emulator) that will allow me to log all VRAM reads and writes. I need to be able to start and stop logging with some kind of trigger/button too.
Does such an emulator exist or would any of you kind folk here be generous enough to make me one?
I'm working on an unused VRAM addresses table so this would be a big help for me.
Gens Kmod does Vram DMA logging to a file, and regen has breakpoints on Vram RW activity, so I think you have to use them both to handle DMAs and 68k writes .
Wow... I actually already looked at KMod and assumed it wasn't there, and there it is tucked in "Debug..." on the Options menu. Thanks Can't quite figure out how to get the most out of Regens breakpoints just yet though, I can't see any kind of logging facility.