summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/esprit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/esprit.cpp')
-rw-r--r--src/mame/drivers/esprit.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/esprit.cpp b/src/mame/drivers/esprit.cpp
index 9d11fdcc67f..64a5b0f5aa4 100644
--- a/src/mame/drivers/esprit.cpp
+++ b/src/mame/drivers/esprit.cpp
@@ -137,7 +137,8 @@ MACHINE_CONFIG_START(esprit_state::esprit)
MCFG_MC6845_UPDATE_ROW_CB(esprit_state, crtc_update_row)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(esprit_state::esprit3, esprit)
+MACHINE_CONFIG_START(esprit_state::esprit3)
+ esprit(config);
MCFG_CPU_MODIFY("maincpu")
MCFG_CPU_PROGRAM_MAP(mem3_map)
MACHINE_CONFIG_END