From 29c8929cd4473944c267987f8094e748f7b4bbf0 Mon Sep 17 00:00:00 2001 From: hap Date: Mon, 19 Jan 2015 00:50:47 +0100 Subject: tms1400 opcode 0x09 is F_COMX8 anyway --- src/emu/cpu/tms0980/tms0980.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/emu/cpu/tms0980/tms0980.c b/src/emu/cpu/tms0980/tms0980.c index 11e0d0550b3..025c0a7a575 100644 --- a/src/emu/cpu/tms0980/tms0980.c +++ b/src/emu/cpu/tms0980/tms0980.c @@ -638,7 +638,6 @@ void tms1400_cpu_device::device_reset() tms1100_cpu_device::device_reset(); // small differences in 00-3f area - m_fixed_decode[0x09] = F_COMX; m_fixed_decode[0x0b] = F_TPC; } -- cgit v1.2.3