mapper 154 - fixed

This commit is contained in:
CaH4e3 2013-04-01 08:25:38 +00:00
parent 775c6fcd93
commit e64ebd4686
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@ static DECLFW(M88Write) {
}
static void M88Power(void) {
reg[0] = reg[1] = reg[2] = reg[3] = reg[4] = reg[5] = reg[6] = reg[7] = 0;
Sync();
MSync();
SetReadHandler(0x8000, 0xFFFF, CartBR);
SetWriteHandler(0x8000, 0xFFFF, M88Write);
}