mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
taito_l: palette fix (nw)
This commit is contained in:
parent
8dad4881f6
commit
cd1c29a3d1
@ -1453,7 +1453,7 @@ MACHINE_CONFIG_START(taitol_state::l_system_video)
|
||||
|
||||
MCFG_GFXDECODE_ADD("gfxdecode", "palette", taito_l)
|
||||
MCFG_PALETTE_ADD("palette", 256)
|
||||
MCFG_PALETTE_FORMAT(xRGBRRRRGGGGBBBB_bit0)
|
||||
MCFG_PALETTE_FORMAT(xxxxBBBBGGGGRRRR)
|
||||
|
||||
MCFG_VIDEO_START_OVERRIDE(taitol_state, taito_l)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user