Ported over recent fix to PalettePoke function from windows to Qt. (#287)

This commit is contained in:
mjbudd77 2020-12-28 17:07:25 -05:00 committed by GitHub
parent 8ae1807957
commit 8d1082b290
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ static void PalettePoke(uint32 addr, uint8 data)
}
else
{
UPALRAM[addr-1] = UPALRAM[0x10|(addr-1)] = data;
UPALRAM[addr-1] = data;
}
}
else