GBA Memory: Add timing information to bad cart stores

This commit is contained in:
Jeffrey Pfau 2015-03-27 22:42:17 -07:00
parent 45473bf7bc
commit c665ed78e6
1 changed files with 1 additions and 0 deletions

View File

@ -623,6 +623,7 @@ uint32_t GBALoad8(struct ARMCore* cpu, uint32_t address, int* cycleCounter) {
gba->video.renderer->writeOAM(gba->video.renderer, ((address & (SIZE_OAM - 4)) >> 1) + 1);
#define STORE_CART \
wait += waitstatesRegion[address >> BASE_OFFSET]; \
GBALog(gba, GBA_LOG_STUB, "Unimplemented memory Store32: 0x%08X", address);
#define STORE_SRAM \