mirror of
https://github.com/holub/mame
synced 2025-05-15 18:32:02 +03:00
Clear Z80 DART interrupts at constructor time. [Curt Coder]
This commit is contained in:
parent
4512bc3122
commit
b5fabb049d
@ -223,6 +223,8 @@ z80dart_device::z80dart_device(running_machine &_machine, const z80dart_device_c
|
||||
device_z80daisy_interface(_machine, config, *this),
|
||||
m_config(config)
|
||||
{
|
||||
for (int i = 0; i < 8; i++)
|
||||
m_int_state[i] = 0;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user