mirror of
https://github.com/holub/mame
synced 2025-05-08 15:22:28 +03:00
tbd, nw
This commit is contained in:
parent
5c6beacd85
commit
120cffff30
@ -209,6 +209,7 @@ void aakart_device::device_timer(emu_timer &timer, device_timer_id id, int param
|
|||||||
m_rx_latch = 0; // mouse Y
|
m_rx_latch = 0; // mouse Y
|
||||||
m_status = STATUS_NORMAL;
|
m_status = STATUS_NORMAL;
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
case HRST:
|
case HRST:
|
||||||
m_rx_latch = HRST;
|
m_rx_latch = HRST;
|
||||||
m_status = STATUS_HRST;
|
m_status = STATUS_HRST;
|
||||||
|
Loading…
Reference in New Issue
Block a user