small MI refactor in preparation of (eventually) implementing the RDRAM interface properly
This commit is contained in:
@@ -28,7 +28,7 @@ auto SI::Read(u32 addr) const -> u32 {
|
||||
val |= status.dmaBusy;
|
||||
val |= (0 << 1);
|
||||
val |= (0 << 3);
|
||||
val |= (mem.mmio.mi.miIntr.si << 12);
|
||||
val |= (mem.mmio.mi.intr.si << 12);
|
||||
return val;
|
||||
}
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user