X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Ffame%2Ffame.h;h=2f9d8508a1d03cf4b38aace9a1525ba0da8d49e1;hb=c041308933a54fce3b1e98b0228e19f96475ae40;hp=111af88c37528c6b37467591c9ca92146415821e;hpb=ecc8036ee27ec57454c3fe736a71dd9c0cbcf3de;p=picodrive.git diff --git a/cpu/fame/fame.h b/cpu/fame/fame.h index 111af88..2f9d850 100644 --- a/cpu/fame/fame.h +++ b/cpu/fame/fame.h @@ -152,7 +152,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 idle_mode); +int fm68k_emulate(int n, int idle_mode); int fm68k_would_interrupt(void); // to be called from fm68k_emulate() unsigned fm68k_get_pc(M68K_CONTEXT *context);