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:
notaz 2009-10-01 20:53:36 +00:00
parent 236990cf77
commit 1d7a28a723
8 changed files with 167 additions and 54 deletions

View file

@ -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: