summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/globalfr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/globalfr.cpp')
-rw-r--r--src/mame/drivers/globalfr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/globalfr.cpp b/src/mame/drivers/globalfr.cpp
index efe6a2fe754..80a68815b31 100644
--- a/src/mame/drivers/globalfr.cpp
+++ b/src/mame/drivers/globalfr.cpp
@@ -73,7 +73,7 @@ MACHINE_CONFIG_START(globalfr_state::globalfr)
MCFG_DEVICE_ADD("maincpu", M37702S1, 4000000)
MCFG_DEVICE_PROGRAM_MAP(globalfr_map)
MCFG_S16LF01_ADD("vfd",0)
- MCFG_DEFAULT_LAYOUT(layout_globalfr)
+ config.set_default_layout(layout_globalfr);
MACHINE_CONFIG_END
/******************************************************************************/