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 2842beb373b..9942341a64f 100644
--- a/src/mame/drivers/warpsped.c
+++ b/src/mame/drivers/warpsped.c
@@ -318,7 +318,7 @@ static MACHINE_CONFIG_START( warpspeed, warpspeed_state )
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(2500))
MCFG_SCREEN_SIZE((32)*8, (32)*8)
MCFG_SCREEN_VISIBLE_AREA(4*8, 32*8-1, 8*8, 32*8-1)
-
+ MCFG_SCREEN_PALETTE("palette")
MCFG_SCREEN_UPDATE_DRIVER(warpspeed_state, screen_update_warpspeed)
MCFG_GFXDECODE_ADD("gfxdecode", warpspeed)