X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Ffame%2Ffame.h;h=4ec30a83525b388dcf9e1dd6da22edb858b9e28f;hb=c060a9ab9c428e1ed9c4159b56529a2a36031e44;hp=f2c61f716fd1bdf3f8d6adb75653fece97a3c216;hpb=b06778874d140bd5187cb74444ddc40931b9bd1d;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);