summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/monty.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/monty.cpp')
-rw-r--r--src/mame/drivers/monty.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/monty.cpp b/src/mame/drivers/monty.cpp
index 079838f5fc1..d96d45807d9 100644
--- a/src/mame/drivers/monty.cpp
+++ b/src/mame/drivers/monty.cpp
@@ -281,7 +281,8 @@ MACHINE_CONFIG_START(monty_state::monty)
MCFG_SED1520_ADD("sed1520_0", monty_screen_update)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(monty_state::mmonty, monty)
+MACHINE_CONFIG_START(monty_state::mmonty)
+ monty(config);
MCFG_CPU_MODIFY( "maincpu" )
MCFG_CPU_PROGRAM_MAP(mmonty_mem)
MACHINE_CONFIG_END