summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sm510/sm511core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/sm510/sm511core.cpp')
-rw-r--r--src/devices/cpu/sm510/sm511core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/sm510/sm511core.cpp b/src/devices/cpu/sm510/sm511core.cpp
index e98374f5905..c4c59d2d06a 100644
--- a/src/devices/cpu/sm510/sm511core.cpp
+++ b/src/devices/cpu/sm510/sm511core.cpp
@@ -159,7 +159,7 @@ void sm511_device::execute_one()
break; // 0xfc
} // big switch
-
+
// BM high bit is only valid for 1 step
m_sbm = (m_op == 0x02);
}