summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galivan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/galivan.cpp')
-rw-r--r--src/mame/drivers/galivan.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mame/drivers/galivan.cpp b/src/mame/drivers/galivan.cpp
index 75a20127ed5..b752b5c836b 100644
--- a/src/mame/drivers/galivan.cpp
+++ b/src/mame/drivers/galivan.cpp
@@ -536,11 +536,12 @@ MACHINE_CONFIG_START(galivan_state::ninjemak)
MACHINE_CONFIG_END
-MACHINE_CONFIG_START(galivan_state::youmab)
+void galivan_state::youmab(machine_config &config)
+{
ninjemak(config);
- MCFG_DEVICE_REMOVE("nb1414m4")
-MACHINE_CONFIG_END
+ config.device_remove("nb1414m4");
+}
/***************************************************************************
Game driver(s)