mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
mcd, fix timing for irq while polling detected
This commit is contained in:
parent
7e77080f45
commit
eb36d9c7e6
5 changed files with 24 additions and 13 deletions
|
@ -773,6 +773,7 @@ void pcd_event_schedule(unsigned int now, enum pcd_event event, int after);
|
|||
void pcd_event_schedule_s68k(enum pcd_event event, int after);
|
||||
void pcd_prepare_frame(void);
|
||||
unsigned int pcd_cycles_m68k_to_s68k(unsigned int c);
|
||||
void pcd_irq_s68k(int irq, int state);
|
||||
int pcd_sync_s68k(unsigned int m68k_target, int m68k_poll_sync);
|
||||
void pcd_run_cpus(int m68k_cycles);
|
||||
void pcd_soft_reset(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue