mirror of https://github.com/stella-emu/stella.git
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:
parent
937ecca8c1
commit
56ad3a6ea1
|
@ -260,7 +260,7 @@ void Cartridge3EPlus::initializeBankState()
|
||||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
bool Cartridge3EPlus::patch(uInt16 address, uInt8 value)
|
bool Cartridge3EPlus::patch(uInt16 address, uInt8 value)
|
||||||
{
|
{
|
||||||
#if 1
|
#if 0
|
||||||
// Patch the cartridge ROM (for debugger)
|
// Patch the cartridge ROM (for debugger)
|
||||||
|
|
||||||
myBankChanged = true;
|
myBankChanged = true;
|
||||||
|
|
Loading…
Reference in New Issue