mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +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))
|
||||
m_samples->start(3, 3); // 1000 chime
|
||||
|
||||
// we don't have a 10k chime in samples yet
|
||||
//if (BIT(data, 3))
|
||||
//m_samples->start(1, x); // 10k chime
|
||||
if (BIT(data, 3))
|
||||
m_samples->start(1, 4); // 10k chime
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user