diff options
author | 2008-11-15 21:36:21 +0000 | |
---|---|---|
committer | 2008-11-15 21:36:21 +0000 | |
commit | 1794cfa5a1e86fbe27d124a3e25c7ed81d58d6c4 (patch) | |
tree | ae2b51f4d94d44198dc33465bbaac997f2cebb3a /src/emu/cpu/m68000 | |
parent | 41b8e37e3d2618cd5399560122bd3a6986dc0d85 (diff) |
Terminology cleanup. "Machine" handlers are now "space" handlers.
Diffstat (limited to 'src/emu/cpu/m68000')
-rw-r--r-- | src/emu/cpu/m68000/m68kcpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/m68000/m68kcpu.h b/src/emu/cpu/m68000/m68kcpu.h index 9e8ed325cb9..dff1bfdb01d 100644 --- a/src/emu/cpu/m68000/m68kcpu.h +++ b/src/emu/cpu/m68000/m68kcpu.h @@ -688,7 +688,7 @@ struct _m68ki_cpu_core extern const UINT8 m68ki_shift_8_table[]; extern const UINT16 m68ki_shift_16_table[]; -extern const UINT32 m68ki_shift_32_table[]; +extern const UINT32 m68ki_shift_32_table[]; extern const UINT8 m68ki_exception_cycle_table[][256]; extern const UINT8 m68ki_ea_idx_cycle_table[]; |