Finish ppu, and mbc1 mapping

This commit is contained in:
2025-02-01 19:05:25 -07:00
parent 2603916972
commit 89a99b160d
17 changed files with 779 additions and 18 deletions

View File

@ -24,4 +24,8 @@ bool cart_load(char *cart);
rom_header *get_rom_header();
u8 cart_read(u16 address);
void cart_write(u16 address, u8 value);
void cart_write(u16 address, u8 value);
bool cart_need_save();
bool cart_battery_load();
bool cart_battery_save();