mirror of https://github.com/mgba-emu/mgba.git
GBA Memory: Add timing information to bad cart stores
This commit is contained in:
parent
45473bf7bc
commit
c665ed78e6
|
@ -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);
|
gba->video.renderer->writeOAM(gba->video.renderer, ((address & (SIZE_OAM - 4)) >> 1) + 1);
|
||||||
|
|
||||||
#define STORE_CART \
|
#define STORE_CART \
|
||||||
|
wait += waitstatesRegion[address >> BASE_OFFSET]; \
|
||||||
GBALog(gba, GBA_LOG_STUB, "Unimplemented memory Store32: 0x%08X", address);
|
GBALog(gba, GBA_LOG_STUB, "Unimplemented memory Store32: 0x%08X", address);
|
||||||
|
|
||||||
#define STORE_SRAM \
|
#define STORE_SRAM \
|
||||||
|
|
Loading…
Reference in New Issue