summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/n64.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/n64.cpp')
-rw-r--r--src/mame/drivers/n64.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/n64.cpp b/src/mame/drivers/n64.cpp
index 103b1880864..477765a03b3 100644
--- a/src/mame/drivers/n64.cpp
+++ b/src/mame/drivers/n64.cpp
@@ -478,7 +478,8 @@ MACHINE_CONFIG_START(n64_mess_state::n64)
MCFG_SOFTWARE_LIST_ADD("cart_list", "n64")
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(n64_mess_state::n64dd, n64)
+MACHINE_CONFIG_START(n64_mess_state::n64dd)
+ n64(config);
MCFG_CPU_MODIFY("maincpu")
MCFG_CPU_PROGRAM_MAP(n64dd_map)