GBA: Speculative fix for AGBPrint
Vicki Pfau vi@endrift.com
Thu, 04 Jan 2018 18:11:00 -0800
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/gba/memory.c
→
src/gba/memory.c
@@ -310,7 +310,7 @@ }
if ((address & (SIZE_CART0 - 1)) == AGB_PRINT_FLUSH_ADDR && memory->agbPrint == 0x20) { cpu->memory.activeRegion = (uint32_t*) _agbPrintFunc; cpu->memory.activeMask = sizeof(_agbPrintFunc) - 1; - + break; } // Fall through default: