summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lc80.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lc80.cpp')
-rw-r--r--src/mame/drivers/lc80.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/lc80.cpp b/src/mame/drivers/lc80.cpp
index ff531a8d701..ecb865a889a 100644
--- a/src/mame/drivers/lc80.cpp
+++ b/src/mame/drivers/lc80.cpp
@@ -337,7 +337,7 @@ MACHINE_CONFIG_START(lc80_state::lc80)
MCFG_DEVICE_IO_MAP(lc80_io)
/* video hardware */
- MCFG_DEFAULT_LAYOUT( layout_lc80 )
+ config.set_default_layout(layout_lc80);
/* sound hardware */
SPEAKER(config, "mono").front_center();
@@ -376,7 +376,7 @@ MACHINE_CONFIG_START(lc80_state::lc80_2)
MCFG_DEVICE_IO_MAP(lc80_io)
/* video hardware */
- MCFG_DEFAULT_LAYOUT( layout_lc80 )
+ config.set_default_layout(layout_lc80);
/* sound hardware */
SPEAKER(config, "mono").front_center();