mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-08 08:28:05 -04:00
32x, fix reset interrupt handling
This commit is contained in:
parent
fb79e7baa8
commit
8341673054
5 changed files with 8 additions and 9 deletions
|
@ -77,7 +77,7 @@ char *PDebug32x(void)
|
|||
}
|
||||
r = Pico32x.sh2_regs;
|
||||
sprintf(dstrp, "SH: %04x %04x %04x IRQs: %02x eflags: %02x\n",
|
||||
r[0], r[1], r[2], Pico32x.sh2irqs, Pico32x.emu_flags); MVP;
|
||||
r[0], r[1], r[2], Pico32x.sh2irqi[0]|Pico32x.sh2irqi[1], Pico32x.emu_flags); MVP;
|
||||
|
||||
i = 0;
|
||||
r = Pico32x.vdp_regs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue