mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 21:54:15 +00:00
CHAMBER: Fix CGA palette setting
This commit is contained in:
parent
842b59541d
commit
78b4a690e1
@ -107,7 +107,7 @@ void WaitVBlank(void) {
|
||||
|
||||
void CGA_ColorSelect(byte csel) {
|
||||
const byte *pal;
|
||||
if (csel & 0x20)
|
||||
if (csel & 0x10)
|
||||
pal = PALETTE_CGA;
|
||||
else
|
||||
pal = PALETTE_CGA2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user