summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/px4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/px4.cpp')
-rw-r--r--src/mame/drivers/px4.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/px4.cpp b/src/mame/drivers/px4.cpp
index 1f6f7922351..44f0b79cd7d 100644
--- a/src/mame/drivers/px4.cpp
+++ b/src/mame/drivers/px4.cpp
@@ -1499,7 +1499,7 @@ MACHINE_CONFIG_START(px4_state::px4)
MCFG_SCREEN_UPDATE_DRIVER(px4_state, screen_update_px4)
MCFG_SCREEN_PALETTE("palette")
- MCFG_DEFAULT_LAYOUT(layout_px4)
+ config.set_default_layout(layout_px4);
MCFG_PALETTE_ADD("palette", 2)
MCFG_PALETTE_INIT_OWNER(px4_state, px4)