Finish ppu, and mbc1 mapping
This commit is contained in:
@ -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();
|
Reference in New Issue
Block a user