mirror of
https://github.com/holub/mame
synced 2025-05-06 22:35:43 +03:00
taito_l: palette fix (nw)
This commit is contained in:
parent
65624b3180
commit
0aad1f7e18
@ -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