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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/ti630.cpp b/src/mame/drivers/ti630.cpp
index c939d6a8a68..893838ff8b7 100644
--- a/src/mame/drivers/ti630.cpp
+++ b/src/mame/drivers/ti630.cpp
@@ -130,7 +130,7 @@ static const gfx_layout ti630_charlayout =
8*8 /* 8 bytes */
};
-static GFXDECODE_START( ti630 )
+static GFXDECODE_START( gfx_ti630 )
GFXDECODE_ENTRY( "hd44780:cgrom", 0x0000, ti630_charlayout, 0, 1 )
GFXDECODE_END
@@ -155,7 +155,7 @@ MACHINE_CONFIG_START(ti630_state::ti630)
MCFG_DEFAULT_LAYOUT(layout_lcd)
MCFG_PALETTE_ADD("palette", 2)
MCFG_PALETTE_INIT_OWNER(ti630_state, ti630)
- MCFG_GFXDECODE_ADD("gfxdecode", "palette", ti630)
+ MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_ti630)
MCFG_HD44780_ADD("hd44780")
MCFG_HD44780_LCD_SIZE(2, 16)