Previous 199869 Revisions Next

r18676 Tuesday 23rd October, 2012 at 12:10:28 UTC by Robbbert
Fixed interrupt rate, Hot Tip and Lucky 7 startup tunes play now.
[src/mame/drivers]s3.c

trunk/src/mame/drivers/s3.c
r18675r18676
1212    When first used, the nvram gets initialised but is otherwise unusable. A reboot
1313    will get it going.
1414
15    By pressing 9, you can select a different set of sounds. This is switch SW2 on
15    By pressing 4, you can select a different set of sounds. This is switch SW2 on
1616    the real board.
1717
1818ToDo:
19- Diagnostic controls
2019- Add 10k chime when added to samples.
21- Hot Tip and Lucky 7 should play a tune when starting a game.
2220
2321
2422************************************************************************************/
r18675r18676
509507   /* basic machine hardware */
510508   MCFG_CPU_ADD("maincpu", M6800, 3580000)
511509   MCFG_CPU_PROGRAM_MAP(s3_main_map)
512   MCFG_TIMER_DRIVER_ADD_PERIODIC("irq", s3_state, irq, attotime::from_hz(1000))
510   MCFG_TIMER_DRIVER_ADD_PERIODIC("irq", s3_state, irq, attotime::from_hz(250))
513511   MCFG_MACHINE_RESET_OVERRIDE(s3_state, s3)
514512
515513   /* Video */

Previous 199869 Revisions Next


© 1997-2024 The MAME Team