Turned off patching support in 3E+ scheme.

This class is still a WIP, and doesn't work for all test ROMs.  So it doesn't make sense to work on this part until we can dedicate more time to it.
This commit is contained in:
Stephen Anthony 2019-04-14 13:16:52 -02:30
parent 937ecca8c1
commit 56ad3a6ea1
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ void Cartridge3EPlus::initializeBankState()
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
bool Cartridge3EPlus::patch(uInt16 address, uInt8 value)
{
#if 1
#if 0
// Patch the cartridge ROM (for debugger)
myBankChanged = true;