summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/zac_2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/zac_2.cpp')
-rw-r--r--src/mame/drivers/zac_2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/zac_2.cpp b/src/mame/drivers/zac_2.cpp
index eb3a90a1207..aa4df46c352 100644
--- a/src/mame/drivers/zac_2.cpp
+++ b/src/mame/drivers/zac_2.cpp
@@ -225,7 +225,7 @@ MACHINE_CONFIG_START(zac_2_state::zac_2)
MCFG_TIMER_DRIVER_ADD_PERIODIC("zac_2_outtimer", zac_2_state, zac_2_outtimer, attotime::from_hz(187500))
/* Video */
- MCFG_DEFAULT_LAYOUT(layout_zac_2)
+ config.set_default_layout(layout_zac_2);
MACHINE_CONFIG_END
/*--------------------------------