summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/scv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/scv.cpp')
-rw-r--r--src/mame/drivers/scv.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/scv.cpp b/src/mame/drivers/scv.cpp
index 863cd0ffb85..656c3f4b0d9 100644
--- a/src/mame/drivers/scv.cpp
+++ b/src/mame/drivers/scv.cpp
@@ -686,7 +686,8 @@ MACHINE_CONFIG_START(scv_state::scv)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(scv_state::scv_pal, scv)
+MACHINE_CONFIG_START(scv_state::scv_pal)
+ scv(config);
MCFG_CPU_MODIFY( "maincpu" )
MCFG_CPU_CLOCK( 3780000 )