mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
compile fixes for CI
This commit is contained in:
parent
725e007ae5
commit
3167aa9a94
15 changed files with 56 additions and 51 deletions
|
@ -282,7 +282,7 @@ static void p32x_end_blank(void)
|
|||
Pico32x.vdp_regs[0x0a/2] &= ~P32XV_PEN; // no palette access
|
||||
if (!(Pico32x.sh2_regs[0] & 0x80)) {
|
||||
// NB must precede VInt per hw manual, min 4 SH-2 cycles to pass Mars Check
|
||||
Pico32x.hint_counter = -0x18;
|
||||
Pico32x.hint_counter = (int)(-1.5*0x10);
|
||||
p32x_schedule_hint(NULL, Pico.t.m68c_aim);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue