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
|
@ -930,7 +930,7 @@ static void p32x_sh2reg_write16(u32 a, u32 d, SH2 *sh2)
|
|||
Pico32x.regs[0] |= d & P32XS_FM;
|
||||
break;
|
||||
case 0x14/2:
|
||||
Pico32x.sh2irqs &= ~P32XI_VRES;
|
||||
Pico32x.sh2irqi[sh2->is_slave] &= ~P32XI_VRES;
|
||||
goto irls;
|
||||
case 0x16/2:
|
||||
Pico32x.sh2irqi[sh2->is_slave] &= ~P32XI_VINT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue