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

Save file support #9

Open
4 tasks
shish opened this issue Oct 9, 2021 · 0 comments
Open
4 tasks

Save file support #9

shish opened this issue Oct 9, 2021 · 0 comments
Labels
c++ C++-specific go Go-specific python Python-specific rust Rust-specific

Comments

@shish
Copy link
Owner

shish commented Oct 9, 2021

RAM should map part of the address space onto the Cart, and then the Cart should mmap() part of its address space onto a file on disk (Specifically, it should use the same filename as the ROM, but with .gb replaced with .sav)

  • C++ -- This seems partially done, does it actually work?
  • Rust
  • Python
  • Go
@shish shish added rust Rust-specific c++ C++-specific python Python-specific go Go-specific labels Oct 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ C++-specific go Go-specific python Python-specific rust Rust-specific
Projects
None yet
Development

No branches or pull requests

1 participant