Skip to content
Prev Previous commit
Next Next commit
Update sh7604.cpp
  • Loading branch information
Genos3 committed May 23, 2025
commit 1cbb9613f2a72bd583dd99aee5230c155925cbe8
2 changes: 1 addition & 1 deletion ares/md/m32x/sh7604.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ auto M32X::SH7604::main() -> void {
}
#undef raise
}

SH2::instruction();
SH2::intc.run();
SH2::dmac.run();
Expand Down