mirror of
https://github.com/simple64/simple64.git
synced 2026-09-05 11:54:32 +02:00
update parallel rsp
This commit is contained in:
@@ -85,7 +85,6 @@ extern "C"
|
||||
// Run CPU until we either break or we need to fire an IRQ.
|
||||
RSP::cpu.get_state().pc = *RSP::rsp.SP_PC_REG & 0xfff;
|
||||
RSP::cpu.get_state().instruction_count = 0;
|
||||
RSP::cpu.get_state().did_mfc0 = 0;
|
||||
|
||||
#ifdef INTENSE_DEBUG
|
||||
fprintf(stderr, "RUN TASK: %u\n", RSP::cpu.get_state().pc);
|
||||
|
||||
Reference in New Issue
Block a user