| 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 |
| r18645 | r18646 | |
|---|---|---|
| 18 | 18 | ToDo: |
| 19 | 19 | - Diagnostic controls |
| 20 | 20 | - Add 10k chime when added to samples. |
| 21 | - Hot Tip and Lucky 7 should play a tune when starting a game. | |
| 21 | 22 | |
| 22 | 23 | |
| 23 | 24 | ************************************************************************************/ |
| r18645 | r18646 | |
| 197 | 198 | |
| 198 | 199 | WRITE8_MEMBER( s3_state::sol0_w ) |
| 199 | 200 | { |
| 200 | if (BIT(data, | |
| 201 | if (BIT(data, 4)) | |
| 201 | 202 | m_samples->start(2, 5); // outhole |
| 202 | 203 | } |
| 203 | 204 |
| Previous | 199869 Revisions | Next |