summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/g627.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/g627.cpp')
-rw-r--r--src/mame/drivers/g627.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/g627.cpp b/src/mame/drivers/g627.cpp
index 1f6f40b23c8..322780abe5a 100644
--- a/src/mame/drivers/g627.cpp
+++ b/src/mame/drivers/g627.cpp
@@ -317,7 +317,7 @@ MACHINE_CONFIG_START(g627_state::g627)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
/* Video */
- MCFG_DEFAULT_LAYOUT(layout_g627)
+ config.set_default_layout(layout_g627);
MACHINE_CONFIG_END
/*-------------------------------------------------------------------