Save file support
Opened this issue · 0 comments
shish commented
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