mirror of
https://github.com/holub/mame
synced 2025-06-05 04:16:28 +03:00
fixed uninitialized variables in src/emu/machine/am9517a.c (nw)
This commit is contained in:
parent
625ebcebb8
commit
c0d9fc2c1e
@ -466,6 +466,8 @@ void am9517a_device::device_reset()
|
|||||||
m_msb = 0;
|
m_msb = 0;
|
||||||
m_current_channel = -1;
|
m_current_channel = -1;
|
||||||
m_last_channel = 3;
|
m_last_channel = 3;
|
||||||
|
m_hreq = -1;
|
||||||
|
m_eop = 0;
|
||||||
|
|
||||||
set_hreq(0);
|
set_hreq(0);
|
||||||
set_eop(ASSERT_LINE);
|
set_eop(ASSERT_LINE);
|
||||||
|
Loading…
Reference in New Issue
Block a user