summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ti630.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ti630.cpp')
-rw-r--r--src/mame/drivers/ti630.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ti630.cpp b/src/mame/drivers/ti630.cpp
index 540722bced5..768aa9f228b 100644
--- a/src/mame/drivers/ti630.cpp
+++ b/src/mame/drivers/ti630.cpp
@@ -156,7 +156,7 @@ MACHINE_CONFIG_START(ti630_state::ti630)
MCFG_SCREEN_VISIBLE_AREA(0, 6*16-1, 0, 9*2-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(ti630_state, ti630)
MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_ti630)