mirror of
https://github.com/simple64/simple64.git
synced 2026-07-24 15:44:00 +02:00
update parallel rsp
This commit is contained in:
@@ -100,7 +100,7 @@ extern "C"
|
||||
break;
|
||||
}
|
||||
|
||||
cycles = RSP::cpu.get_state().pc * 38;
|
||||
cycles = RSP::cpu.get_state().pc;
|
||||
*RSP::rsp.SP_PC_REG = 0x04001000 | (RSP::cpu.get_state().pc & 0xffc);
|
||||
|
||||
// From CXD4.
|
||||
|
||||
Reference in New Issue
Block a user