diff options
Diffstat (limited to 'src/devices/cpu/sm510/sm530.cpp')
-rw-r--r-- | src/devices/cpu/sm510/sm530.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/sm510/sm530.cpp b/src/devices/cpu/sm510/sm530.cpp index 1110a22db33..e276f53d571 100644 --- a/src/devices/cpu/sm510/sm530.cpp +++ b/src/devices/cpu/sm510/sm530.cpp @@ -234,7 +234,7 @@ void sm530_device::execute_one() } break; // 0xfc - } // big switch + } // 0xf0 // SABM/SABL is only valid for 1 step m_bmask = (m_op == 0x72) ? 0x40 : ((m_op == 0x73) ? 0x08 : 0); |