summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/triforce.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/triforce.cpp')
-rw-r--r--src/mame/drivers/triforce.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/triforce.cpp b/src/mame/drivers/triforce.cpp
index b01ebef3cb8..fb06de6ca6a 100644
--- a/src/mame/drivers/triforce.cpp
+++ b/src/mame/drivers/triforce.cpp
@@ -587,7 +587,8 @@ MACHINE_CONFIG_START(triforce_state::triforce_base)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(triforce_state::triforcegd, triforce_base)
+MACHINE_CONFIG_START(triforce_state::triforcegd)
+ triforce_base(config);
MCFG_NAOMI_GDROM_BOARD_ADD("rom_board", ":gdrom", ":pic", nullptr, NOOP)
MACHINE_CONFIG_END