summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hexion.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hexion.c')
-rw-r--r--src/mame/drivers/hexion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hexion.c b/src/mame/drivers/hexion.c
index 5fad98ce6de..8dd6a7479da 100644
--- a/src/mame/drivers/hexion.c
+++ b/src/mame/drivers/hexion.c
@@ -235,7 +235,7 @@ static MACHINE_CONFIG_START( hexion, hexion_state )
MCFG_SCREEN_UPDATE_DRIVER(hexion_state, screen_update_hexion)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", hexion)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", hexion)
MCFG_PALETTE_ADD_RRRRGGGGBBBB_PROMS("palette", 256)
/* sound hardware */