summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/starshp1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/starshp1.c')
-rw-r--r--src/mame/drivers/starshp1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/starshp1.c b/src/mame/drivers/starshp1.c
index f129dc55be5..8e215ed9dd1 100644
--- a/src/mame/drivers/starshp1.c
+++ b/src/mame/drivers/starshp1.c
@@ -306,6 +306,7 @@ static MACHINE_CONFIG_START( starshp1, starshp1_state )
MCFG_SCREEN_RAW_PARAMS(STARSHP1_PIXEL_CLOCK, STARSHP1_HTOTAL, STARSHP1_HBEND, STARSHP1_HBSTART, STARSHP1_VTOTAL, STARSHP1_VBEND, STARSHP1_VBSTART)
MCFG_SCREEN_UPDATE_DRIVER(starshp1_state, screen_update_starshp1)
MCFG_SCREEN_VBLANK_DRIVER(starshp1_state, screen_eof_starshp1)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", starshp1)
MCFG_PALETTE_ADD("palette", 19)