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 96194302b0d..0e8700d5912 100644
--- a/src/devices/cpu/vt61/vt61.cpp
+++ b/src/devices/cpu/vt61/vt61.cpp
@@ -228,7 +228,7 @@ bool vt61_cpu_device::branch_mux(u8 cond)
case 12:
// KEY DOWN (TODO)
- return true;
+ return (m_ac != 050); // HACK: this forces what should be the C key down, which is somehow necessary at power-up
case 13:
// PWR UP