summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/et3400.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/et3400.cpp')
-rw-r--r--src/mame/drivers/et3400.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/et3400.cpp b/src/mame/drivers/et3400.cpp
index e408b0a0d99..ac63c025429 100644
--- a/src/mame/drivers/et3400.cpp
+++ b/src/mame/drivers/et3400.cpp
@@ -225,7 +225,7 @@ MACHINE_CONFIG_START(et3400_state::et3400)
MCFG_DEVICE_PROGRAM_MAP(mem_map)
/* video hardware */
- MCFG_DEFAULT_LAYOUT(layout_et3400)
+ config.set_default_layout(layout_et3400);
// Devices
MCFG_DEVICE_ADD("pia", PIA6821, 0)