vt61_cpu: Awful but seemingly necessary hack

This commit is contained in:
AJR 2020-11-23 23:11:07 -05:00
parent 4bb94f0e93
commit 50c640b472

View File

@ -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