diff options
author | 2017-06-25 15:16:48 +1000 | |
---|---|---|
committer | 2017-06-25 15:18:14 +1000 | |
commit | f31e73505343e3fe9cf9539b559e594035c4d9cb (patch) | |
tree | e2242311395c5987c5cf677f557c323c8bf99560 /src/devices/cpu/sm510/sm500op.cpp | |
parent | 4a57052b5f816aa15ee692df0f99958fbb5237c6 (diff) |
srcclean (nw)
Diffstat (limited to 'src/devices/cpu/sm510/sm500op.cpp')
-rw-r--r-- | src/devices/cpu/sm510/sm500op.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/sm510/sm500op.cpp b/src/devices/cpu/sm510/sm500op.cpp index 102537190ee..01b5a127faf 100644 --- a/src/devices/cpu/sm510/sm500op.cpp +++ b/src/devices/cpu/sm510/sm500op.cpp @@ -24,7 +24,7 @@ u8 sm500_device::get_digit() 0xe, 0x0, 0xc, 0x8, 0x2, 0xa, 0xe, 0x2, 0xe, 0xa, 0x0, 0x0, 0x2, 0xa, 0x2, 0x2, 0xb, 0x9, 0x7, 0xf, 0xd, 0xe, 0xe, 0xb, 0xf, 0xf, 0x4, 0x0, 0xd, 0xe, 0x4, 0x0 }; - + return lut_digits[m_cn << 4 | m_acc] | (~m_cn & m_mx); } @@ -100,7 +100,7 @@ void sm500_device::op_trs() u8 su = get_su(); push_stack(); do_branch(get_trs_field(), 0, m_op & 0x3f); - + // E flag was set? if ((m_prev_op & 0xf0) == 0x70) do_branch(m_cb, su, m_pc & 0x3f); |