From a54a401b397fe26adad3ef5baf6ff975ba2a8dc0 Mon Sep 17 00:00:00 2001 From: AJR Date: Fri, 25 May 2018 17:50:04 -0400 Subject: segaxbd.cpp: Forgot to update this config (nw) --- src/mame/drivers/segaxbd.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mame/drivers/segaxbd.cpp b/src/mame/drivers/segaxbd.cpp index fc2de312927..a829eda3c1c 100644 --- a/src/mame/drivers/segaxbd.cpp +++ b/src/mame/drivers/segaxbd.cpp @@ -1944,6 +1944,10 @@ MACHINE_CONFIG_START(segaxbd_smgp_state::device_add_mconfig) MCFG_DEVICE_PROGRAM_MAP(smgp_airdrive_map) MCFG_DEVICE_IO_MAP(smgp_airdrive_portmap) + MCFG_DEVICE_MODIFY("cmptimer_main") + MCFG_SEGA_315_5250_ZINT_CALLBACK(INPUTLINE("soundcpu", INPUT_LINE_NMI)) + MCFG_DEVCB_CHAIN_OUTPUT(INPUTLINE("soundcpu2", INPUT_LINE_NMI)) + MCFG_DEVICE_MODIFY("iochip_0") MCFG_CXD1095_IN_PORTA_CB(READ8(*this, segaxbd_state, smgp_motor_r)) MCFG_CXD1095_OUT_PORTB_CB(WRITE8(*this, segaxbd_state, smgp_motor_w)) -- cgit v1.2.3