summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gts1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gts1.cpp')
-rw-r--r--src/mame/drivers/gts1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gts1.cpp b/src/mame/drivers/gts1.cpp
index 1d83ccd32ce..2d581408511 100644
--- a/src/mame/drivers/gts1.cpp
+++ b/src/mame/drivers/gts1.cpp
@@ -735,7 +735,7 @@ MACHINE_CONFIG_START(gts1_state::gts1)
MCFG_R10788_UPDATE( WRITE8(*this, gts1_state,gts1_display_w) )
/* Video */
- MCFG_DEFAULT_LAYOUT( layout_gts1 )
+ config.set_default_layout(layout_gts1);
/* Sound */
genpin_audio(config);