summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tx0/tx0.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tx0/tx0.cpp')
-rw-r--r--src/devices/cpu/tx0/tx0.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/tx0/tx0.cpp b/src/devices/cpu/tx0/tx0.cpp
index e6945641040..0b669c48dca 100644
--- a/src/devices/cpu/tx0/tx0.cpp
+++ b/src/devices/cpu/tx0/tx0.cpp
@@ -595,7 +595,7 @@ void tx0_64kw_device::execute_instruction_64kw()
MBR |= m_tbr;
if ((MAR & 0000003) == 2 && ((MAR & 0000600) >> 7) == 1)
- /* LMB and MBL used simultaneously interchange LR and MBR */
+ /* LMB and MBL used simultaneously interchange LR and MBR */
std::swap(LR, MBR);
else if ((MAR & 0000003) == 2)
/* (1.3) LMB = Store the contents of the LR in the MBR. */
@@ -1203,7 +1203,7 @@ void tx0_8kw_device::execute_instruction_8kw()
}
if (((! (MAR & 0000400)) && (MAR & 0000200)) && ((! (MAR & 0000004)) && (MAR & 0000002)))
- /* LMB and MBL used simultaneously interchange LR and MBR */
+ /* LMB and MBL used simultaneously interchange LR and MBR */
std::swap(LR, MBR);
else if ((! (MAR & 0000400)) && (MAR & 0000200))
/* (1.4) MBL = Transfer MBR contents to LR */