summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-05-25 17:50:04 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-05-25 17:50:04 -0400
commita54a401b397fe26adad3ef5baf6ff975ba2a8dc0 (patch)
tree57311603f8d1f9e8111524939b0fc0a1e0923db0 /src/mame/drivers
parent52c93bdc1de797080d57f092315ec6b873ed4edb (diff)
segaxbd.cpp: Forgot to update this config (nw)
Diffstat (limited to 'src/mame/drivers')
-rw-r--r--src/mame/drivers/segaxbd.cpp4
1 files changed, 4 insertions, 0 deletions
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))