mirror of
https://github.com/holub/mame
synced 2025-06-24 21:34:43 +03:00
s4.c : enabled chime4
This commit is contained in:
parent
181ab9139d
commit
34e3059cd6
@ -292,9 +292,8 @@ WRITE8_MEMBER( s4_state::sol1_w )
|
|||||||
if (BIT(data, 2))
|
if (BIT(data, 2))
|
||||||
m_samples->start(3, 3); // 1000 chime
|
m_samples->start(3, 3); // 1000 chime
|
||||||
|
|
||||||
// we don't have a 10k chime in samples yet
|
if (BIT(data, 3))
|
||||||
//if (BIT(data, 3))
|
m_samples->start(1, 4); // 10k chime
|
||||||
//m_samples->start(1, x); // 10k chime
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user