summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/psattack.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/psattack.c')
-rw-r--r--src/mame/drivers/psattack.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/psattack.c b/src/mame/drivers/psattack.c
index 9516e36abf6..97b40768a16 100644
--- a/src/mame/drivers/psattack.c
+++ b/src/mame/drivers/psattack.c
@@ -190,8 +190,7 @@ static MACHINE_CONFIG_START( psattack, psattack_state )
MCFG_SCREEN_VBLANK_DRIVER(psattack_state, screen_eof_psattack)
- MCFG_PALETTE_INIT_OVERRIDE(driver_device, RRRRR_GGGGGG_BBBBB)
- MCFG_PALETTE_LENGTH(65536)
+ MCFG_PALETTE_ADD_RRRRRGGGGGGBBBBB("palette")
MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")