Mapper 280: Don't switch modes when there are only 512 KiB of PRG-ROM.
This commit is contained in:
@@ -63,7 +63,7 @@ static DECLFW(M280Write) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void M280Reset(void) {
|
static void M280Reset(void) {
|
||||||
mode ^=1;
|
if (ROM_size >32) mode ^=1;
|
||||||
latchAddr = 0;
|
latchAddr = 0;
|
||||||
latchData = 0;
|
latchData = 0;
|
||||||
Sync();
|
Sync();
|
||||||
|
|||||||
Reference in New Issue
Block a user