summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/maxaflex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/maxaflex.cpp')
-rw-r--r--src/mame/drivers/maxaflex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/maxaflex.cpp b/src/mame/drivers/maxaflex.cpp
index dd6a9883f24..1e2dea2e489 100644
--- a/src/mame/drivers/maxaflex.cpp
+++ b/src/mame/drivers/maxaflex.cpp
@@ -357,7 +357,7 @@ MACHINE_CONFIG_START(maxaflex_state::maxaflex)
MCFG_PALETTE_ADD("palette", 256)
MCFG_PALETTE_INIT_OWNER(maxaflex_state, atari)
- MCFG_DEFAULT_LAYOUT(layout_maxaflex)
+ config.set_default_layout(layout_maxaflex);
/* sound hardware */
SPEAKER(config, "mono").front_center();