taito_x.cpp: Base Super C-Chip on actual OSC on PCB (nw)

This commit is contained in:
briantro 2018-03-09 19:45:50 -06:00
parent b4a7ef663d
commit 91cc9f6a37

View File

@ -829,7 +829,7 @@ MACHINE_CONFIG_START(taitox_state::superman)
MCFG_CPU_ADD("audiocpu", Z80, XTAL(16'000'000)/4) /* verified on pcb */
MCFG_CPU_PROGRAM_MAP(sound_map)
MCFG_TAITO_CCHIP_ADD("cchip", XTAL(12'000'000)) /* ? MHz */
MCFG_TAITO_CCHIP_ADD("cchip", XTAL(16'000'000)/2) /* 8MHz? */
MCFG_CCHIP_IN_PORTA_CB(IOPORT("IN0"))
MCFG_CCHIP_IN_PORTB_CB(IOPORT("IN1"))
MCFG_CCHIP_IN_PORTAD_CB(IOPORT("IN2"))