mirror of
https://github.com/holub/mame
synced 2025-05-20 04:39:11 +03:00
Corrected bitmap palette number for RBG0 in STV VDP2. This fixes colors in boss gfx in Soukyugurentai level 4 & 5 [Mariusz Wojcieszek]
This commit is contained in:
parent
64802b1787
commit
c83c096637
@ -521,7 +521,7 @@ bit-> /----15----|----14----|----13----|----12----|----11----|----10----|----09
|
||||
| -- | -- | -- | -- | -- | -- | -- | -- |
|
||||
\----------|----------|----------|----------|----------|----------|----------|---------*/
|
||||
|
||||
#define STV_VDP2_BMPNB ((stv_vdp2_regs[0x02c/4] >> 16)&0x0000ffff)
|
||||
#define STV_VDP2_BMPNB ((stv_vdp2_regs[0x02c/4] >> 0)&0x0000ffff)
|
||||
|
||||
#define STV_VDP2_R0BMP ((STV_VDP2_BMPNB & 0x0007) >> 0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user