Isolate Speedy Gonzales fix for now.

This commit is contained in:
Brandon Wright 2018-05-30 16:40:21 -05:00
parent 3063da79b8
commit 53e76473ca
2 changed files with 1 additions and 1 deletions

View File

@ -1642,6 +1642,7 @@ uint8 S9xDoHDMA (uint8 byte)
S9xSetPPU(*(HDMAMemPointers[d] + 0), 0x2100 + p->BAddress);
ADD_CYCLES(SLOW_ONE_CYCLE);
S9xSetPPU(*(HDMAMemPointers[d] + 1), 0x2101 + p->BAddress);
OpenBus = *(HDMAMemPointers[d] + 1);
ADD_CYCLES(SLOW_ONE_CYCLE);
HDMAMemPointers[d] += 2;
break;

View File

@ -1164,7 +1164,6 @@ void S9xSetPPU (uint8 Byte, uint16 Address)
}
Memory.FillRAM[Address] = Byte;
OpenBus = Byte;
}
uint8 S9xGetPPU (uint16 Address)