summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tlcs870/tlcs870_ops.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tlcs870/tlcs870_ops.cpp')
-rw-r--r--src/devices/cpu/tlcs870/tlcs870_ops.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/tlcs870/tlcs870_ops.cpp b/src/devices/cpu/tlcs870/tlcs870_ops.cpp
index f215774b5d0..f9e415e7b8c 100644
--- a/src/devices/cpu/tlcs870/tlcs870_ops.cpp
+++ b/src/devices/cpu/tlcs870/tlcs870_ops.cpp
@@ -1077,7 +1077,7 @@ void tlcs870_device::do_JR_a(const uint8_t opbyte0)
int val = READ8();
if (val & 0x80) val -= 0x100;
- m_addr = m_tmppc + 2 + val;;
+ m_addr = m_tmppc + 2 + val;
set_JF();
}