diff options
Diffstat (limited to 'src/devices/cpu/sm510/sm510core.cpp')
-rw-r--r-- | src/devices/cpu/sm510/sm510core.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/cpu/sm510/sm510core.cpp b/src/devices/cpu/sm510/sm510core.cpp index bf1449804c3..a871276c3a1 100644 --- a/src/devices/cpu/sm510/sm510core.cpp +++ b/src/devices/cpu/sm510/sm510core.cpp @@ -133,4 +133,7 @@ void sm510_device::execute_one() break; // 0xfc } // big switch + + // BM high bit is only valid for 1 step + m_sbm = (m_op == 0x02); } |