Previous 199869 Revisions Next

r18935 Monday 12th November, 2012 at 20:41:54 UTC by Angelo Salese
This wasn't supposed to go on the train
[src/mame/drivers]cntsteer.c

trunk/src/mame/drivers/cntsteer.c
r18934r18935
883883   /* basic machine hardware */
884884   MCFG_CPU_ADD("maincpu", M6809, 2000000)       /* ? */
885885   MCFG_CPU_PROGRAM_MAP(cntsteer_cpu1_map)
886//   MCFG_CPU_VBLANK_INT_DRIVER("screen", cntsteer_state,  nmi_line_pulse) /* ? */
886   MCFG_CPU_VBLANK_INT_DRIVER("screen", cntsteer_state,  nmi_line_pulse) /* ? */
887887
888888   MCFG_CPU_ADD("subcpu", M6809, 2000000)       /* ? */
889889   MCFG_CPU_PROGRAM_MAP(cntsteer_cpu2_map)
890   MCFG_DEVICE_DISABLE()
890//   MCFG_DEVICE_DISABLE()
891891   MCFG_CPU_VBLANK_INT_DRIVER("screen", cntsteer_state,  nmi_line_pulse) /* ? */
892892
893893   MCFG_CPU_ADD("audiocpu", M6502, 1500000)        /* ? */

Previous 199869 Revisions Next


© 1997-2024 The MAME Team