summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rt1715.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rt1715.cpp')
-rw-r--r--src/mame/drivers/rt1715.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/rt1715.cpp b/src/mame/drivers/rt1715.cpp
index ce570f1c6c4..ae0abfabad7 100644
--- a/src/mame/drivers/rt1715.cpp
+++ b/src/mame/drivers/rt1715.cpp
@@ -167,7 +167,7 @@ static const gfx_layout rt1715_charlayout =
8 /* every char takes 1 x 16 bytes */
};
-static GFXDECODE_START( rt1715 )
+static GFXDECODE_START( gfx_rt1715 )
GFXDECODE_ENTRY("gfx", 0x0000, rt1715_charlayout, 0, 1)
GFXDECODE_ENTRY("gfx", 0x0800, rt1715_charlayout, 0, 1)
GFXDECODE_END
@@ -303,7 +303,7 @@ MACHINE_CONFIG_START(rt1715_state::rt1715)
MCFG_SCREEN_SIZE(78*6, 30*10)
MCFG_SCREEN_VISIBLE_AREA(0, 78*6-1, 0, 30*10-1)
- MCFG_GFXDECODE_ADD("gfxdecode", "palette", rt1715)
+ MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_rt1715)
MCFG_PALETTE_ADD("palette", 3)
MCFG_PALETTE_INIT_OWNER(rt1715_state, rt1715)