diff options
author | 2008-12-24 09:11:03 +0000 | |
---|---|---|
committer | 2008-12-24 09:11:03 +0000 | |
commit | aa161c426bc1429db4203c53655611d426cb8aee (patch) | |
tree | 1b86babf7c6b852d4176fe59f12fd839b930ce6b /src/emu/cpu/m68000/m68kcpu.h | |
parent | 9a37bb9e6b0d150b978b9d2f09c1f0e6da11272e (diff) |
Converted 68000 to state tables.
Diffstat (limited to 'src/emu/cpu/m68000/m68kcpu.h')
-rw-r--r-- | src/emu/cpu/m68000/m68kcpu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emu/cpu/m68000/m68kcpu.h b/src/emu/cpu/m68000/m68kcpu.h index 6c0118e9c15..a3d6120c3c9 100644 --- a/src/emu/cpu/m68000/m68kcpu.h +++ b/src/emu/cpu/m68000/m68kcpu.h @@ -600,6 +600,9 @@ struct _m68ki_cpu_core m68k_memory_interface memory; offs_t encrypted_start; offs_t encrypted_end; + + cpu_state_table state; + UINT32 iotemp; /* save state data */ UINT16 save_sr; |