start of mbc3
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user