summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gp_1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gp_1.cpp')
-rw-r--r--src/mame/drivers/gp_1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gp_1.cpp b/src/mame/drivers/gp_1.cpp
index 4c97a07e8e4..e6270dc1826 100644
--- a/src/mame/drivers/gp_1.cpp
+++ b/src/mame/drivers/gp_1.cpp
@@ -443,7 +443,7 @@ MACHINE_CONFIG_START(gp_1_state::gp_1)
MCFG_NVRAM_ADD_0FILL("nvram")
/* Video */
- MCFG_DEFAULT_LAYOUT(layout_gp_1)
+ config.set_default_layout(layout_gp_1);
/* Sound */
genpin_audio(config);