summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/itgambl2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/itgambl2.cpp')
-rw-r--r--src/mame/drivers/itgambl2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/itgambl2.cpp b/src/mame/drivers/itgambl2.cpp
index 18c0b85b79d..0b451afc8f9 100644
--- a/src/mame/drivers/itgambl2.cpp
+++ b/src/mame/drivers/itgambl2.cpp
@@ -240,7 +240,7 @@ static const gfx_layout gfxlayout_8x8x8 =
* Graphics Decode Information *
******************************/
-static GFXDECODE_START( itgambl2 )
+static GFXDECODE_START( gfx_itgambl2 )
GFXDECODE_ENTRY( "gfx1", 0, gfxlayout_8x8x8, 0, 16 )
GFXDECODE_END
@@ -288,7 +288,7 @@ MACHINE_CONFIG_START(itgambl2_state::itgambl2)
MCFG_SCREEN_UPDATE_DRIVER(itgambl2_state, screen_update_itgambl2)
- MCFG_GFXDECODE_ADD("gfxdecode", "palette", itgambl2)
+ MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_itgambl2)
MCFG_PALETTE_ADD("palette", 0x200)
MCFG_PALETTE_INIT_OWNER(itgambl2_state, itgambl2)