summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gts80b.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gts80b.cpp')
-rw-r--r--src/mame/drivers/gts80b.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gts80b.cpp b/src/mame/drivers/gts80b.cpp
index e8cc0c3bddf..2a5663d8c03 100644
--- a/src/mame/drivers/gts80b.cpp
+++ b/src/mame/drivers/gts80b.cpp
@@ -396,7 +396,7 @@ MACHINE_CONFIG_START(gts80b_state::gts80b)
MCFG_NVRAM_ADD_1FILL("nvram") // must be 1
/* Video */
- MCFG_DEFAULT_LAYOUT(layout_gts80b)
+ config.set_default_layout(layout_gts80b);
/* Devices */
MCFG_DEVICE_ADD("riot1", RIOT6532, XTAL(3'579'545)/4)