From c6511820b8c9964fd7f973d4c1c42bf4922530f6 Mon Sep 17 00:00:00 2001 From: AJR Date: Fri, 5 Apr 2019 09:26:04 -0400 Subject: m68kcpu.cpp: Continuation of note (nw) --- src/devices/cpu/m68000/m68kcpu.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/cpu/m68000/m68kcpu.cpp b/src/devices/cpu/m68000/m68kcpu.cpp index 2546018feb8..73323d18ee2 100644 --- a/src/devices/cpu/m68000/m68kcpu.cpp +++ b/src/devices/cpu/m68000/m68kcpu.cpp @@ -2135,6 +2135,7 @@ void m68000_base_device::m68ki_exception_interrupt(uint32_t int_level) vector, including for spurious interrupts. */ // 68000 and 68010 assert UDS as well as LDS for IACK cycles but disregard D8-D15 + // 68008 definitely reads only one byte from CPU space, and the 68020 byte-sizes the request if(CPU_TYPE_IS_EC020_PLUS() || m_cpu_type == CPU_TYPE_008) vector = m_cpu_space->read_byte(0xfffffff1 | (int_level << 1)); else -- cgit v1.2.3