summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/z80dev.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/z80dev.cpp')
-rw-r--r--src/mame/drivers/z80dev.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/z80dev.cpp b/src/mame/drivers/z80dev.cpp
index 18e914cfeca..1df8b699238 100644
--- a/src/mame/drivers/z80dev.cpp
+++ b/src/mame/drivers/z80dev.cpp
@@ -130,7 +130,7 @@ MACHINE_CONFIG_START(z80dev_state::z80dev)
MCFG_DEVICE_IO_MAP(io_map)
/* video hardware */
- MCFG_DEFAULT_LAYOUT(layout_z80dev)
+ config.set_default_layout(layout_z80dev);
MACHINE_CONFIG_END
/* ROM definition */