small MI refactor in preparation of (eventually) implementing the RDRAM interface properly
This commit is contained in:
@@ -426,7 +426,7 @@ auto PI::Read(u32 addr) const -> u32 {
|
||||
value |= (dmaBusy << 0); // Is PI DMA active? No, because it's instant
|
||||
value |= (ioBusy << 1); // Is PI IO busy? No, because it's instant
|
||||
value |= (0 << 2); // PI IO error?
|
||||
value |= (mem.mmio.mi.miIntr.pi << 3); // PI interrupt?
|
||||
value |= (mem.mmio.mi.intr.pi << 3); // PI interrupt?
|
||||
return value;
|
||||
}
|
||||
case 0x04600014:
|
||||
|
||||
Reference in New Issue
Block a user