Catch these cases, maybe we are missing something

This commit is contained in:
SimoneN64
2023-11-08 23:59:36 +01:00
parent 91b0c33208
commit c82841f0fd
4 changed files with 33 additions and 48 deletions

View File

@@ -416,7 +416,7 @@ void Mem::Write16(Registers& regs, u32 paddr, u32 val) {
} break;
case REGION_CART:
Util::debug("BusWrite8 @ {:08X} = {:04X}", paddr, val);
mmio.pi.BusWrite16(*this, paddr, val);
mmio.pi.BusWrite16(paddr, val);
break;
case MMIO_REGION:
Util::panic("MMIO Write16!");