summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/itgambl3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/itgambl3.cpp')
-rw-r--r--src/mame/drivers/itgambl3.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/itgambl3.cpp b/src/mame/drivers/itgambl3.cpp
index bec747b6a65..7b5d32cea7e 100644
--- a/src/mame/drivers/itgambl3.cpp
+++ b/src/mame/drivers/itgambl3.cpp
@@ -227,7 +227,7 @@ static const gfx_layout gfxlayout_8x8x8 =
* Graphics Decode Information *
******************************/
-static GFXDECODE_START( itgambl3 )
+static GFXDECODE_START( gfx_itgambl3 )
GFXDECODE_ENTRY( "gfx1", 0, gfxlayout_8x8x8, 0, 16 )
GFXDECODE_END
@@ -276,7 +276,7 @@ MACHINE_CONFIG_START(itgambl3_state::itgambl3)
MCFG_SCREEN_UPDATE_DRIVER(itgambl3_state, screen_update_itgambl3)
- MCFG_GFXDECODE_ADD("gfxdecode", "palette", itgambl3)
+ MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_itgambl3)
MCFG_PALETTE_ADD("palette", 0x200)
MCFG_PALETTE_INIT_OWNER(itgambl3_state, itgambl3)