diff options
Diffstat (limited to 'src/devices/cpu/sm510/sm510.cpp')
-rw-r--r-- | src/devices/cpu/sm510/sm510.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/sm510/sm510.cpp b/src/devices/cpu/sm510/sm510.cpp index 624057181cb..f1f2490009f 100644 --- a/src/devices/cpu/sm510/sm510.cpp +++ b/src/devices/cpu/sm510/sm510.cpp @@ -152,7 +152,7 @@ void sm510_device::execute_one() } break; // 0xfc - } // big switch + } // 0xf0 // BM high bit is only valid for 1 step m_bmask = (m_op == 0x02) ? 0x40 : 0; |