summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/x68k.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/x68k.cpp')
-rw-r--r--src/mame/drivers/x68k.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/x68k.cpp b/src/mame/drivers/x68k.cpp
index d8971ad5746..41fcd74d293 100644
--- a/src/mame/drivers/x68k.cpp
+++ b/src/mame/drivers/x68k.cpp
@@ -1664,7 +1664,7 @@ MACHINE_CONFIG_START(x68k_state::x68000)
MCFG_VIDEO_START_OVERRIDE(x68k_state, x68000 )
- MCFG_DEFAULT_LAYOUT( layout_x68000 )
+ config.set_default_layout(layout_x68000);
/* sound hardware */
SPEAKER(config, "lspeaker").front_left();