mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
Revert 4ec1247
as it cause more troubles than it solves
This commit is contained in:
parent
aa9c5aa559
commit
35821b373c
6 changed files with 33 additions and 48 deletions
|
@ -816,7 +816,7 @@ static void p32x_sh2reg_write8(u32 a, u32 d, SH2 *sh2)
|
|||
Pico32x.sh2_regs[0] &= ~0x80;
|
||||
Pico32x.sh2_regs[0] |= d & 0x80;
|
||||
|
||||
if ((old ^ d) & 1)
|
||||
if ((d ^ old) & 1)
|
||||
p32x_pwm_schedule_sh2(sh2);
|
||||
if ((old ^ d) & 2)
|
||||
p32x_update_cmd_irq(sh2, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue