summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/itgambl2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/itgambl2.c')
-rw-r--r--src/mame/drivers/itgambl2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/itgambl2.c b/src/mame/drivers/itgambl2.c
index a93da04d317..32750696653 100644
--- a/src/mame/drivers/itgambl2.c
+++ b/src/mame/drivers/itgambl2.c
@@ -280,7 +280,7 @@ static MACHINE_CONFIG_START( itgambl2, itgambl2_state )
MCFG_SCREEN_UPDATE_DRIVER(itgambl2_state, screen_update_itgambl2)
- MCFG_GFXDECODE_ADD("gfxdecode", itgambl2)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", itgambl2)
MCFG_PALETTE_ADD("palette", 0x200)
MCFG_PALETTE_INIT_OWNER(itgambl2_state, itgambl2)