summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/s6.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/s6.cpp')
-rw-r--r--src/mame/drivers/s6.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/s6.cpp b/src/mame/drivers/s6.cpp
index 7c0e99fc290..79db4cea411 100644
--- a/src/mame/drivers/s6.cpp
+++ b/src/mame/drivers/s6.cpp
@@ -416,7 +416,7 @@ MACHINE_CONFIG_START(s6_state::s6)
MCFG_MACHINE_RESET_OVERRIDE(s6_state, s6)
/* Video */
- MCFG_DEFAULT_LAYOUT(layout_s6)
+ config.set_default_layout(layout_s6);
/* Sound */
genpin_audio(config);