summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/chexx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/chexx.cpp')
-rw-r--r--src/mame/drivers/chexx.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/chexx.cpp b/src/mame/drivers/chexx.cpp
index 1bf1bedc4e5..b45ea22c058 100644
--- a/src/mame/drivers/chexx.cpp
+++ b/src/mame/drivers/chexx.cpp
@@ -347,7 +347,8 @@ MACHINE_CONFIG_START(chexx_state::chexx83)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.16)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(chexx_state::faceoffh, chexx83)
+MACHINE_CONFIG_START(chexx_state::faceoffh)
+ chexx83(config);
MCFG_CPU_MODIFY("maincpu")
MCFG_CPU_PROGRAM_MAP(faceoffh_map)