summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pda600.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pda600.cpp')
-rw-r--r--src/mame/drivers/pda600.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pda600.cpp b/src/mame/drivers/pda600.cpp
index 9e2dfdd47a6..374eb596379 100644
--- a/src/mame/drivers/pda600.cpp
+++ b/src/mame/drivers/pda600.cpp
@@ -220,7 +220,7 @@ MACHINE_CONFIG_START(pda600_state::pda600)
MCFG_SCREEN_PALETTE("palette")
MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_pda600)
- MCFG_DEFAULT_LAYOUT(layout_lcd)
+ config.set_default_layout(layout_lcd);
MCFG_PALETTE_ADD_MONOCHROME("palette")
// NVRAM needs to be filled with random data to fail the checksum and be initialized correctly