mirror of
https://github.com/holub/mame
synced 2025-05-21 13:18:56 +03:00
mt bug 4126 fix (scobra.c sound regression)
This commit is contained in:
parent
5454339a72
commit
a16977ce2a
@ -327,4 +327,5 @@ void ttl7474_device::init()
|
|||||||
m_output = -1;
|
m_output = -1;
|
||||||
m_last_clock = 1;
|
m_last_clock = 1;
|
||||||
m_last_output = -1;
|
m_last_output = -1;
|
||||||
|
m_last_output_comp = -1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user