summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/icatel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/icatel.cpp')
-rw-r--r--src/mame/drivers/icatel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/icatel.cpp b/src/mame/drivers/icatel.cpp
index 9dd348805b3..2bed07c3f37 100644
--- a/src/mame/drivers/icatel.cpp
+++ b/src/mame/drivers/icatel.cpp
@@ -232,7 +232,7 @@ static const gfx_layout prot_charlayout =
8*8 /* 8 bytes */
};
-static GFXDECODE_START( icatel )
+static GFXDECODE_START( gfx_icatel )
GFXDECODE_ENTRY( "hd44780:cgrom", 0x0000, prot_charlayout, 0, 1 )
GFXDECODE_END
@@ -272,7 +272,7 @@ MACHINE_CONFIG_START(icatel_state::icatel)
MCFG_DEFAULT_LAYOUT(layout_lcd)
MCFG_PALETTE_ADD("palette", 2)
MCFG_PALETTE_INIT_OWNER(icatel_state, icatel)
- MCFG_GFXDECODE_ADD("gfxdecode", "palette", icatel)
+ MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_icatel)
MCFG_HD44780_ADD("hd44780")
MCFG_HD44780_LCD_SIZE(2, 16)