X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Ffame%2Ffame.h;h=f2c61f716fd1bdf3f8d6adb75653fece97a3c216;hb=8022f53da61b8e70420a3bac97250119bbe26457;hp=f8902aa39bcc4af8afe1fb7043d0f9b775c447b3;hpb=4b167c12c7ebb23223c347793a2b4d5e9712e384;p=picodrive.git diff --git a/cpu/fame/fame.h b/cpu/fame/fame.h index f8902aa..f2c61f7 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 fm68k_emulate(int n, int dualcore); int fm68k_would_interrupt(void); // to be called from fm68k_emulate() unsigned fm68k_get_pc(M68K_CONTEXT *context);