(MESS) fixed astrocde palette

This commit is contained in:
Robbbert 2014-03-02 02:51:50 +00:00
parent 770102b458
commit 111982d68a

View File

@ -261,7 +261,7 @@ static MACHINE_CONFIG_START( astrocde, astrocde_mess_state )
MCFG_SCREEN_UPDATE_DRIVER(astrocde_state, screen_update_astrocde)
MCFG_PALETTE_ADD("palette", 512)
MCFG_PALETTE_INIT_OWNER(astrocde_state, astrocde)
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")