summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cshooter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cshooter.c')
-rw-r--r--src/mame/drivers/cshooter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/cshooter.c b/src/mame/drivers/cshooter.c
index 54050b0b800..72a302b6033 100644
--- a/src/mame/drivers/cshooter.c
+++ b/src/mame/drivers/cshooter.c
@@ -450,6 +450,7 @@ static MACHINE_CONFIG_START( airraid, cshooter_state )
MCFG_SCREEN_SIZE(256, 256)
MCFG_SCREEN_VISIBLE_AREA(0, 256-1, 16, 256-1-16)
MCFG_SCREEN_UPDATE_DRIVER(cshooter_state, screen_update_airraid)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", cshooter)
MCFG_PALETTE_ADD("palette", 0x100)