X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=m68k.h;fp=m68k.h;h=a838118ad3a9d9e2219d50125840b79ec12af4b8;hb=0c763fca70a69df0995cbba45995be91e652c92d;hp=86c019a09a5f1db069121ed04f173b590ff6679c;hpb=514f1d4e24f7e938c0a0d79330f8a6ef5a2eb5fa;p=pistorm diff --git a/m68k.h b/m68k.h index 86c019a..a838118 100644 --- a/m68k.h +++ b/m68k.h @@ -316,7 +316,7 @@ void m68k_set_instr_hook_callback(void (*callback)(unsigned int pc)); * Currently supported types are: M68K_CPU_TYPE_68000, M68K_CPU_TYPE_68010, * M68K_CPU_TYPE_EC020, and M68K_CPU_TYPE_68020. */ -void m68k_set_cpu_type(unsigned int cpu_type); +void m68k_set_cpu_type(struct m68ki_cpu_core *state, unsigned int cpu_type); /* Do whatever initialisations the core requires. Should be called * at least once at init time.