summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pb1000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pb1000.cpp')
-rw-r--r--src/mame/drivers/pb1000.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pb1000.cpp b/src/mame/drivers/pb1000.cpp
index 3a4064ceb66..09f50dee1bd 100644
--- a/src/mame/drivers/pb1000.cpp
+++ b/src/mame/drivers/pb1000.cpp
@@ -504,7 +504,7 @@ MACHINE_CONFIG_START(pb1000_state::pb1000)
MCFG_SCREEN_VISIBLE_AREA(0, 192-1, 0, 32-1)
MCFG_SCREEN_PALETTE("palette")
- MCFG_DEFAULT_LAYOUT(layout_lcd)
+ config.set_default_layout(layout_lcd);
MCFG_PALETTE_ADD("palette", 2)
MCFG_PALETTE_INIT_OWNER(pb1000_state, pb1000)
MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_pb1000)