file based save states, and improved file structure

This commit is contained in:
2025-05-23 16:37:55 -06:00
parent b86d550812
commit 821c20eba8
6 changed files with 75 additions and 7 deletions

View File

@ -63,6 +63,8 @@ bool cart_load(char *cart);
rom_header *get_rom_header();
cart_context *cart_get_context();
u8 cart_read(u16 address);
void cart_write(u16 address, u8 value);