more mbc work

This commit is contained in:
2024-03-31 02:47:57 -07:00
parent 0bcf339ebf
commit 0f95c0da86
5 changed files with 90 additions and 22 deletions

View File

@@ -114,6 +114,8 @@ class GameBoy {
uint32_t frameTime = 0;
const int frameDelay = 1000 / V_SYNC;
bool testMBCWrite(const Byte& address);
void opcodeResolver();
void incLY();
void ppuUpdate();