-
Notifications
You must be signed in to change notification settings - Fork 8
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
Save/load state #41
Labels
Comments
Open
Format ideas:
|
Note: first pass will not do compression because Zig doesn't have a standard implementation yet. |
Implemented via 053e8dc Still iterating super quickly so maybe we shouldn't expose this to the frontend yet. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Every other emulator does this. Why can't we?
Questions:
Which format? This should probably be a compressed binary, but there's still a lot to choose from:
jsonprobably not due to needing binary dataWhat memory needs to be copied? At the minimum registers, MMU, and possibly the screen, but we might need a bunch of other internal states. Should we simply copy everything?
Should we consider rewind semantics?
The text was updated successfully, but these errors were encountered: