start of mbc3

This commit is contained in:
2026-01-30 16:18:01 -08:00
parent ab258d177e
commit 712ee55e7b
2 changed files with 150 additions and 111 deletions

View File

@@ -92,7 +92,7 @@ public:
void loadGame(const std::string& filename);
void determineMBCInfo();
static bool testMBCWrite(Word address);
bool MBCWrite(Word address);
Byte* MBCRead(Word address);
//prevents seg faults when programs with no MBC try to write to ROM
Byte dummyVal = 0;