only trigger cart DMA on the CPU for which the cart interface is enabled.

fixes unstable firmware boot.
This commit is contained in:
StapleButter
2017-04-27 18:45:43 +02:00
parent 5217f4b056
commit ecbcf2172a
2 changed files with 8 additions and 3 deletions

View File

@ -931,7 +931,7 @@ u16 ARM9Read16(u32 addr)
return 0xFFFF;
}
//printf("unknown arm9 read16 %08X %08X %08X %08X\n", addr, ARM9->R[15], ARM9->R[1], ARM9->R[2]);
//printf("unknown arm9 read16 %08X %08X\n", addr, ARM9->R[15]);
return 0;
}