Refactor many other things

This commit is contained in:
SimoneN64
2024-05-13 20:54:53 +02:00
committed by Simone
parent 5148a836a1
commit 059f884ca7
23 changed files with 150 additions and 141 deletions

View File

@@ -27,7 +27,7 @@ auto MI::Read(u32 paddr) const -> u32 {
}
}
void MI::Write(Registers& regs, u32 paddr, u32 val) {
void MI::Write(u32 paddr, u32 val) {
switch(paddr & 0xF) {
case 0x0:
miMode &= 0xFFFFFF80;