summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nbmj8900.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/nbmj8900.cpp')
-rw-r--r--src/mame/drivers/nbmj8900.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/nbmj8900.cpp b/src/mame/drivers/nbmj8900.cpp
index 64cb4c1002f..9262731c1ba 100644
--- a/src/mame/drivers/nbmj8900.cpp
+++ b/src/mame/drivers/nbmj8900.cpp
@@ -335,7 +335,8 @@ MACHINE_CONFIG_START(nbmj8900_state::ohpaipee)
MCFG_SOUND_ROUTE_EX(0, "dac", 1.0, DAC_VREF_POS_INPUT) MCFG_SOUND_ROUTE_EX(0, "dac", -1.0, DAC_VREF_NEG_INPUT)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(nbmj8900_state::togenkyo, ohpaipee)
+MACHINE_CONFIG_START(nbmj8900_state::togenkyo)
+ ohpaipee(config);
/* basic machine hardware */
MCFG_CPU_MODIFY("maincpu")