X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Ffame%2Ffame.h;h=4ec30a83525b388dcf9e1dd6da22edb858b9e28f;hb=5ed2a20eaa264c72c1375943dd153c8c05403504;hp=f2c61f716fd1bdf3f8d6adb75653fece97a3c216;hpb=8022f53da61b8e70420a3bac97250119bbe26457;p=picodrive.git diff --git a/cpu/fame/fame.h b/cpu/fame/fame.h index f2c61f7..4ec30a8 100644 --- a/cpu/fame/fame.h +++ b/cpu/fame/fame.h @@ -134,7 +134,7 @@ extern M68K_CONTEXT *g_m68kcontext; /* General purpose functions */ void fm68k_init(void); int fm68k_reset(void); -int fm68k_emulate(int n, int dualcore); +int fm68k_emulate(int n, int dualcore, int idle_mode); int fm68k_would_interrupt(void); // to be called from fm68k_emulate() unsigned fm68k_get_pc(M68K_CONTEXT *context);