summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/s11a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/s11a.cpp')
-rw-r--r--src/mame/drivers/s11a.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/s11a.cpp b/src/mame/drivers/s11a.cpp
index 1d15af82ce9..c9e0fa3876b 100644
--- a/src/mame/drivers/s11a.cpp
+++ b/src/mame/drivers/s11a.cpp
@@ -181,7 +181,7 @@ MACHINE_CONFIG_START(s11a_state::s11a)
MCFG_MACHINE_RESET_OVERRIDE(s11a_state, s11a)
/* Video */
- MCFG_DEFAULT_LAYOUT(layout_s11a)
+ config.set_default_layout(layout_s11a);
/* Sound */
genpin_audio(config);