summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ltd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ltd.cpp')
-rw-r--r--src/mame/drivers/ltd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/ltd.cpp b/src/mame/drivers/ltd.cpp
index 0cf43061aa8..7e4e2abfd8f 100644
--- a/src/mame/drivers/ltd.cpp
+++ b/src/mame/drivers/ltd.cpp
@@ -538,7 +538,7 @@ MACHINE_CONFIG_START(ltd_state::ltd3)
MCFG_NVRAM_ADD_0FILL("nvram")
/* Video */
- MCFG_DEFAULT_LAYOUT(layout_ltd)
+ config.set_default_layout(layout_ltd);
/* Sound */
genpin_audio(config);
@@ -555,7 +555,7 @@ MACHINE_CONFIG_START(ltd_state::ltd4)
MCFG_NVRAM_ADD_0FILL("nvram")
/* Video */
- MCFG_DEFAULT_LAYOUT(layout_ltd)
+ config.set_default_layout(layout_ltd);
/* Sound */
genpin_audio(config);