summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lynx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lynx.cpp')
-rw-r--r--src/mame/drivers/lynx.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/lynx.cpp b/src/mame/drivers/lynx.cpp
index 8dc06f6394e..24d89a0a289 100644
--- a/src/mame/drivers/lynx.cpp
+++ b/src/mame/drivers/lynx.cpp
@@ -113,7 +113,8 @@ MACHINE_CONFIG_START(lynx_state::lynx)
MACHINE_CONFIG_END
#if 0
-static MACHINE_CONFIG_DERIVED( lynx2, lynx )
+static MACHINE_CONFIG_START( lynx2 )
+ lynx(config);
/* sound hardware */
MCFG_DEVICE_REMOVE("mono")