summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/newbrain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/newbrain.cpp')
-rw-r--r--src/mame/drivers/newbrain.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/newbrain.cpp b/src/mame/drivers/newbrain.cpp
index 16e31d06c8d..9f5ac627ec5 100644
--- a/src/mame/drivers/newbrain.cpp
+++ b/src/mame/drivers/newbrain.cpp
@@ -852,7 +852,7 @@ MACHINE_CONFIG_END
MACHINE_CONFIG_START(newbrain_state::newbrain_ad)
newbrain(config);
- MCFG_DEFAULT_LAYOUT(layout_newbrain)
+ config.set_default_layout(layout_newbrain);
MACHINE_CONFIG_END
@@ -862,7 +862,7 @@ MACHINE_CONFIG_END
MACHINE_CONFIG_START(newbrain_state::newbrain_a)
newbrain(config);
- MCFG_DEFAULT_LAYOUT(layout_newbraina)
+ config.set_default_layout(layout_newbraina);
MACHINE_CONFIG_END
@@ -872,7 +872,7 @@ MACHINE_CONFIG_END
MACHINE_CONFIG_START(newbrain_state::newbrain_md)
newbrain(config);
- MCFG_DEFAULT_LAYOUT(layout_newbrain)
+ config.set_default_layout(layout_newbrain);
MACHINE_CONFIG_END