mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
32x: watchdog for Star Wars, SCI IRQs for X-men (also needs idle loop hacks)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@799 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
236990cf77
commit
1d7a28a723
8 changed files with 167 additions and 54 deletions
|
@ -84,7 +84,7 @@ static int PicoFrameHints(void)
|
|||
check_cd_dma();
|
||||
#endif
|
||||
#ifdef PICO_32X
|
||||
p32x_pwm_irq_check(1);
|
||||
p32x_timers_do(1);
|
||||
#endif
|
||||
|
||||
// H-Interrupts:
|
||||
|
@ -156,7 +156,7 @@ static int PicoFrameHints(void)
|
|||
check_cd_dma();
|
||||
#endif
|
||||
#ifdef PICO_32X
|
||||
p32x_pwm_irq_check(1);
|
||||
p32x_timers_do(1);
|
||||
#endif
|
||||
|
||||
// Last H-Int:
|
||||
|
@ -227,7 +227,7 @@ static int PicoFrameHints(void)
|
|||
check_cd_dma();
|
||||
#endif
|
||||
#ifdef PICO_32X
|
||||
p32x_pwm_irq_check(1);
|
||||
p32x_timers_do(1);
|
||||
#endif
|
||||
|
||||
// Run scanline:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue