felipesanches / mame

MAME - Multiple Arcade Machine Emulator
Other
4 stars 1 forks source link

[anotherworld] Implement save states #15

Open felipesanches opened 7 years ago

felipesanches commented 7 years ago

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.

felipesanches commented 2 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

felipesanches commented 2 years ago

This is what currently works regarding save states:

Work in progress - works partially, but still incorrectly, may even crash the emulator: