summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/vt61/vt61.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/vt61/vt61.cpp')
-rw-r--r--src/devices/cpu/vt61/vt61.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/vt61/vt61.cpp b/src/devices/cpu/vt61/vt61.cpp
index 0e8700d5912..216187e0a55 100644
--- a/src/devices/cpu/vt61/vt61.cpp
+++ b/src/devices/cpu/vt61/vt61.cpp
@@ -306,7 +306,7 @@ void vt61_cpu_device::operate_t5(u16 i)
// LD PC
m_pc_mode = pc_mode::LD;
break;
-
+
case 3:
// LD UART (TODO)
break;