summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/zac_1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/zac_1.cpp')
-rw-r--r--src/mame/drivers/zac_1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/zac_1.cpp b/src/mame/drivers/zac_1.cpp
index 93a531d019f..18b9505bbf9 100644
--- a/src/mame/drivers/zac_1.cpp
+++ b/src/mame/drivers/zac_1.cpp
@@ -273,7 +273,7 @@ MACHINE_CONFIG_START(zac_1_state::zac_1)
MCFG_TIMER_DRIVER_ADD_PERIODIC("zac_1_outtimer", zac_1_state, zac_1_outtimer, attotime::from_hz(187500))
/* Video */
- MCFG_DEFAULT_LAYOUT(layout_zac_1)
+ config.set_default_layout(layout_zac_1);
/* Sound */
genpin_audio(config);