Previous 199869 Revisions Next

r18646 Sunday 21st October, 2012 at 12:16:21 UTC by Robbbert
williams system3 : fixed outhole bit.
[src/mame/drivers]s3.c

trunk/src/mame/drivers/s3.c
r18645r18646
1818ToDo:
1919- Diagnostic controls
2020- Add 10k chime when added to samples.
21- Hot Tip and Lucky 7 should play a tune when starting a game.
2122
2223
2324************************************************************************************/
r18645r18646
197198
198199WRITE8_MEMBER( s3_state::sol0_w )
199200{
200   if (BIT(data, 0))
201   if (BIT(data, 4))
201202      m_samples->start(2, 5); // outhole
202203}
203204

Previous 199869 Revisions Next


© 1997-2024 The MAME Team