mirror of
https://github.com/holub/mame
synced 2025-04-22 00:11:58 +03:00
vt61_cpu: Awful but seemingly necessary hack
This commit is contained in:
parent
4bb94f0e93
commit
50c640b472
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user