summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/goodejan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/goodejan.cpp')
-rw-r--r--src/mame/drivers/goodejan.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/goodejan.cpp b/src/mame/drivers/goodejan.cpp
index ec5c28d5be6..e87a9b275a3 100644
--- a/src/mame/drivers/goodejan.cpp
+++ b/src/mame/drivers/goodejan.cpp
@@ -683,7 +683,8 @@ MACHINE_CONFIG_START(goodejan_state::goodejan)
MCFG_SEIBU_SOUND_YM_WRITE_CB(DEVWRITE8("ymsnd", ym3812_device, write))
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(goodejan_state::totmejan, goodejan)
+MACHINE_CONFIG_START(goodejan_state::totmejan)
+ goodejan(config);
MCFG_CPU_MODIFY("maincpu")
MCFG_CPU_IO_MAP(totmejan_io_map)
MACHINE_CONFIG_END