summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/speglsht.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/speglsht.cpp')
-rw-r--r--src/mame/drivers/speglsht.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/speglsht.cpp b/src/mame/drivers/speglsht.cpp
index c3a81ac6ef8..d581cae6fb2 100644
--- a/src/mame/drivers/speglsht.cpp
+++ b/src/mame/drivers/speglsht.cpp
@@ -352,7 +352,7 @@ static INPUT_PORTS_START( speglsht )
PORT_BIT( 0x40000000, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_PLAYER(1)
INPUT_PORTS_END
-static GFXDECODE_START( speglsht )
+static GFXDECODE_START( gfx_speglsht )
GFXDECODE_END
@@ -432,7 +432,7 @@ MACHINE_CONFIG_START(speglsht_state::speglsht)
MCFG_SCREEN_VISIBLE_AREA(0, 319, 8, 239-8)
MCFG_SCREEN_UPDATE_DRIVER(speglsht_state, screen_update_speglsht)
- MCFG_GFXDECODE_ADD("gfxdecode", "palette", speglsht)
+ MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_speglsht)
MCFG_PALETTE_ADD("palette", 16*16*4+1)
MCFG_VIDEO_START_OVERRIDE(speglsht_state,speglsht)