summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/warpsped.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/warpsped.c')
-rw-r--r--src/mame/drivers/warpsped.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/warpsped.c b/src/mame/drivers/warpsped.c
index 9942341a64f..d3e26427778 100644
--- a/src/mame/drivers/warpsped.c
+++ b/src/mame/drivers/warpsped.c
@@ -321,7 +321,7 @@ static MACHINE_CONFIG_START( warpspeed, warpspeed_state )
MCFG_SCREEN_PALETTE("palette")
MCFG_SCREEN_UPDATE_DRIVER(warpspeed_state, screen_update_warpspeed)
- MCFG_GFXDECODE_ADD("gfxdecode", warpspeed)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", warpspeed)
MCFG_PALETTE_ADD("palette", 2+8)
MCFG_PALETTE_INIT_OWNER(warpspeed_state, warpspeed)
MACHINE_CONFIG_END