From 50c640b47283b9695659c3fcce7f71886e29ced2 Mon Sep 17 00:00:00 2001 From: AJR Date: Mon, 23 Nov 2020 23:11:07 -0500 Subject: vt61_cpu: Awful but seemingly necessary hack --- src/devices/cpu/vt61/vt61.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3