X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fpico_int.h;h=a8bf7ee41d2c2e4b3b3dba0cfa8c9b9cc4a955f7;hb=a6523294e28d7e6c119a578eb65b91af8da77f8d;hp=41dc59dc8358842791c67d8f56c10307df3f4f9b;hpb=5ad7000693ff868383277f7ba4da3567ccbeed04;p=picodrive.git diff --git a/pico/pico_int.h b/pico/pico_int.h index 41dc59d..a8bf7ee 100644 --- a/pico/pico_int.h +++ b/pico/pico_int.h @@ -664,6 +664,7 @@ enum pcd_event { extern unsigned int pcd_event_times[PCD_EVENT_COUNT]; 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); int pcd_sync_s68k(unsigned int m68k_target, int m68k_poll_sync); void pcd_run_cpus(int m68k_cycles);