summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/elwro800.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/elwro800.cpp')
-rw-r--r--src/mame/drivers/elwro800.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/elwro800.cpp b/src/mame/drivers/elwro800.cpp
index 82754cef8ce..bc3343b41b2 100644
--- a/src/mame/drivers/elwro800.cpp
+++ b/src/mame/drivers/elwro800.cpp
@@ -561,7 +561,7 @@ static const gfx_layout elwro800_charlayout =
8*8 /* every char takes 8 bytes */
};
-static GFXDECODE_START( elwro800 )
+static GFXDECODE_START( gfx_elwro800 )
GFXDECODE_ENTRY( "maincpu", 0x3c00, elwro800_charlayout, 0, 8 )
GFXDECODE_END
@@ -589,7 +589,7 @@ MACHINE_CONFIG_START(elwro800_state::elwro800)
MCFG_PALETTE_ADD("palette", 16)
MCFG_PALETTE_INIT_OWNER(elwro800_state, spectrum )
- MCFG_GFXDECODE_ADD("gfxdecode", "palette", elwro800)
+ MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_elwro800)
MCFG_VIDEO_START_OVERRIDE(elwro800_state, spectrum )