summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m68000/m68kcpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/m68000/m68kcpu.h')
-rw-r--r--src/emu/cpu/m68000/m68kcpu.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/cpu/m68000/m68kcpu.h b/src/emu/cpu/m68000/m68kcpu.h
index 6b04a6cd65e..65b6eb3d3fd 100644
--- a/src/emu/cpu/m68000/m68kcpu.h
+++ b/src/emu/cpu/m68000/m68kcpu.h
@@ -620,7 +620,7 @@ struct _m68ki_cpu_core
const UINT8* cyc_exception;
/* Callbacks to host */
- cpu_irq_callback int_ack_callback; /* Interrupt Acknowledge */
+ device_irq_callback int_ack_callback; /* Interrupt Acknowledge */
m68k_bkpt_ack_func bkpt_ack_callback; /* Breakpoint Acknowledge */
m68k_reset_func reset_instr_callback; /* Called when a RESET instruction is encountered */
m68k_cmpild_func cmpild_instr_callback; /* Called when a CMPI.L #v, Dn instruction is encountered */
@@ -633,7 +633,6 @@ struct _m68ki_cpu_core
offs_t encrypted_start;
offs_t encrypted_end;
- cpu_state_table state;
UINT32 iotemp;
/* save state data */