mirror of
https://github.com/orangeglo/gbnp.git
synced 2026-04-24 23:26:59 -05:00
Fix GBNP MBC5 support
This commit is contained in:
parent
62f5318814
commit
65347c6d4d
|
|
@ -277,8 +277,7 @@ class Processor {
|
|||
} else if (tb >= 0x0F && tb <= 0x13 ) { // MBC3
|
||||
bits[15] = 0; bits[14] = 1; bits[13] = 1;
|
||||
} else if (tb >= 0x19 && tb <= 0x1E ) { // MBC5
|
||||
bits[15] = 1; bits[14] = 0; bits[13] = 0;
|
||||
// bits[15] = 1; bits[14] = 0; bits[13] = 1; // This was found for MBC5 in a SMB Deluxe dump
|
||||
bits[15] = 1; bits[14] = 0; bits[13] = 1;
|
||||
}
|
||||
|
||||
// set rom bits (bits 3-5)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user