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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/starshp1.c b/src/mame/drivers/starshp1.c
index 29307ed7994..4c52e007823 100644
--- a/src/mame/drivers/starshp1.c
+++ b/src/mame/drivers/starshp1.c
@@ -308,8 +308,8 @@ static MACHINE_CONFIG_START( starshp1, starshp1_state )
MCFG_SCREEN_VBLANK_DRIVER(starshp1_state, screen_eof_starshp1)
MCFG_GFXDECODE_ADD("gfxdecode", starshp1)
- MCFG_PALETTE_LENGTH(19)
-
+ MCFG_PALETTE_ADD("palette", 19)
+ MCFG_PALETTE_INIT_OWNER(starshp1_state, starshp1)
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")