Open felipesanches opened 7 years ago
I've got a partial implementation of save states working today. Code is being force-pushed to a single-commit frequently amended branch at https://github.com/felipesanches/mame/tree/anotherworld
This is what currently works regarding save states:
Work in progress - works partially, but still incorrectly, may even crash the emulator:
MAME has got gamesave infrastructure that we can benefit from in addition to the game's native password system. This can be very useful for debugging as well, since it can save me time during emulator development.