mirror of
https://github.com/holub/mame
synced 2025-05-02 12:36:41 +03:00
upd7810: fix puzzli sound (nw)
This commit is contained in:
parent
090e9e3c87
commit
b549d75868
@ -1816,7 +1816,7 @@ void upd7810_device::device_reset()
|
||||
m_itf = 0;
|
||||
m_nmi = 0;
|
||||
m_int1 = 0;
|
||||
m_int2 = 0;
|
||||
m_int2 = 1; /* physical (inverted) INT2 line state */
|
||||
|
||||
m_txs = 0;
|
||||
m_rxs = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user