summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pve500.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pve500.cpp')
-rw-r--r--src/mame/drivers/pve500.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pve500.cpp b/src/mame/drivers/pve500.cpp
index 2342cf415d1..502444c5cb5 100644
--- a/src/mame/drivers/pve500.cpp
+++ b/src/mame/drivers/pve500.cpp
@@ -445,7 +445,7 @@ MACHINE_CONFIG_START(pve500_state::pve500)
MCFG_MB8421_INTR_HANDLER(WRITELINE(*this, pve500_state, mb8421_intr))
/* video hardware */
- MCFG_DEFAULT_LAYOUT(layout_pve500)
+ config.set_default_layout(layout_pve500);
/* audio hardware */
SPEAKER(config, "mono").front_center();