Previous 199869 Revisions Next

r30795 Tuesday 3rd June, 2014 at 06:54:46 UTC by Alex Jackson
thunderx.c: add xtals (nw)
[src/mame/drivers]thunderx.c

trunk/src/mame/drivers/thunderx.c
r30794r30795
640640static MACHINE_CONFIG_START( scontra, thunderx_state )
641641
642642   /* basic machine hardware */
643   MCFG_CPU_ADD("maincpu", KONAMI, XTAL_24MHz/8)       /* Verified on pcb, CPU is 052001 */
643   MCFG_CPU_ADD("maincpu", KONAMI, XTAL_24MHz/2/4)     /* 052001 (verified on pcb) */
644644   MCFG_CPU_PROGRAM_MAP(scontra_map)
645645   MCFG_CPU_VBLANK_INT_DRIVER("screen", thunderx_state,  scontra_interrupt)
646646
r30794r30795
688688static MACHINE_CONFIG_START( thunderx, thunderx_state )
689689
690690   /* basic machine hardware */
691   MCFG_CPU_ADD("maincpu", KONAMI, 3000000)        /* ? */
691   MCFG_CPU_ADD("maincpu", KONAMI, XTAL_24MHz/2/4)     /* 052001 (verified on pcb) */
692692   MCFG_CPU_PROGRAM_MAP(thunderx_map)
693693   MCFG_CPU_VBLANK_INT_DRIVER("screen", thunderx_state,  scontra_interrupt)
694694
695   MCFG_CPU_ADD("audiocpu", Z80, 3579545)      /* ? */
695   MCFG_CPU_ADD("audiocpu", Z80, XTAL_3_579545MHz)     /* verified on pcb */
696696   MCFG_CPU_PROGRAM_MAP(thunderx_sound_map)
697697
698698   MCFG_MACHINE_START_OVERRIDE(thunderx_state,thunderx)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team