Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

State management #22

Open
badvision opened this issue Feb 6, 2016 · 1 comment
Open

State management #22

badvision opened this issue Feb 6, 2016 · 1 comment

Comments

@badvision
Copy link
Owner

As a user I would like to save the emulator's current state, load it again, also have a quick-save/quick-load shortcuts. Also, it would be nifty to have rewind and fast-forward support.

badvision added a commit that referenced this issue Feb 23, 2016
…k and crashes the emulator when triggered. :/
@badvision
Copy link
Owner Author

A lot of the emulator's management of singleton objects and other object references (especially memory) were a major obstacle of getting this feature working. These have since been refactored/overhauled, but the state management feature itself is still untested in its present form. I need to re-think how I implemented state capture to make sure it's not too aggressive in a way that will impact performance. Metacheat, for example, demonstrates there is a clear limit to how crazy you can/should get. Anyway, it's still pending but I didn't obliterate the state management code when I refactored and switched to Java 17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant