finished debug menu, working on timing issues.

This commit is contained in:
2025-05-30 19:08:01 -06:00
parent 604a6d79f2
commit 5f957fac84
5 changed files with 16 additions and 9 deletions

View File

@ -76,6 +76,7 @@ void bus_write(u16 address, u8 value) {
return;
} else if (address < 0xFE00) {
//reserved echo ram...
wram_write((address & 0x1FFF) | 0xC000, value);
return;
} else if (address < 0xFEA0) {
//OAM