mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
hd63450: More stuff to reset (nw)
This commit is contained in:
parent
f080a1b458
commit
660ed6a616
@ -92,6 +92,10 @@ void hd63450_device::device_reset()
|
||||
m_reg[x].csr &= 0xfe;
|
||||
m_reg[x].cer = 0;
|
||||
m_reg[x].gcr = 0;
|
||||
|
||||
m_timer[x]->adjust(attotime::never);
|
||||
m_in_progress[x] = 0;
|
||||
m_halted[x] = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user