mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
Fixed MT05297. (nw)
This commit is contained in:
parent
a5786db00c
commit
4f32e7c6b3
@ -639,6 +639,9 @@ void i80186_cpu_device::device_reset()
|
||||
m_dma[1].drq_delay = false;
|
||||
m_dma[0].drq_state = false;
|
||||
m_dma[1].drq_state = false;
|
||||
m_timer[0].control = 0;
|
||||
m_timer[1].control = 0;
|
||||
m_timer[2].control = 0;
|
||||
|
||||
set_irq_acknowledge_callback(device_irq_acknowledge_delegate(FUNC(i80186_cpu_device::int_callback),this));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user