diff options
| author | 2016-04-27 08:13:59 +0200 | |
|---|---|---|
| committer | 2016-04-27 08:13:59 +0200 | |
| commit | cfee536f22f032c7ead65075f73cc6fd8549e68b (patch) | |
| tree | f4b4703dd0295571684456c19668f508b3ddcb3a /src/devices/cpu/sm510/sm511core.cpp | |
| parent | be8159d01eaa7533e7758bf07384501dbc6214f3 (diff) | |
Cleanups and version bumpmame0173
Diffstat (limited to 'src/devices/cpu/sm510/sm511core.cpp')
| -rw-r--r-- | src/devices/cpu/sm510/sm511core.cpp | 2 |
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); } |
