summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/zapcomputer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/zapcomputer.cpp')
-rw-r--r--src/mame/drivers/zapcomputer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/zapcomputer.cpp b/src/mame/drivers/zapcomputer.cpp
index 5ad54d10a1d..1f43a87eb85 100644
--- a/src/mame/drivers/zapcomputer.cpp
+++ b/src/mame/drivers/zapcomputer.cpp
@@ -162,7 +162,7 @@ MACHINE_CONFIG_START(zapcomp_state::zapcomp)
MCFG_DEVICE_IO_MAP(zapcomp_io)
/* video hardware */
- MCFG_DEFAULT_LAYOUT(layout_zapcomputer)
+ config.set_default_layout(layout_zapcomputer);
MACHINE_CONFIG_END
ROM_START( zapcomp )