summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m68000/m68kcpu.h
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2019-04-29 14:56:34 +0200
committer Olivier Galibert <galibert@pobox.com>2019-04-29 22:04:15 +0200
commitf759f41db963169ac0da9bf472efbb647ee9baad (patch)
treeaf3ca354d8163e74d8defac4fabe6291382e434a /src/devices/cpu/m68000/m68kcpu.h
parent132e64cfd9be5908ad1b40cdd93d05680ebd0643 (diff)
m680x0: Rely on the opcode tables for cpu filtering, ban "return" from opcode handlers, restyle [O. Galibert]
Diffstat (limited to 'src/devices/cpu/m68000/m68kcpu.h')
-rw-r--r--src/devices/cpu/m68000/m68kcpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m68000/m68kcpu.h b/src/devices/cpu/m68000/m68kcpu.h
index ba7a515d11b..753e7b3a952 100644
--- a/src/devices/cpu/m68000/m68kcpu.h
+++ b/src/devices/cpu/m68000/m68kcpu.h
@@ -467,7 +467,7 @@ void m68k_cause_bus_error();
static const u8 m68ki_shift_8_table[65];
static const u16 m68ki_shift_16_table[65];
static const u32 m68ki_shift_32_table[65];
-static const u8 m68ki_exception_cycle_table[7][256];
+static const u8 m68ki_exception_cycle_table[8][256];
static const u8 m68ki_ea_idx_cycle_table[64];
/* ======================================================================== */