probably fix TMS9918A alpha channel screenshot thing

This commit is contained in:
beirich 2012-11-23 00:36:41 +00:00
parent 950d5bce4d
commit 84a4a8544b
2 changed files with 2 additions and 2 deletions

View File

@ -344,7 +344,7 @@ namespace BizHawk.Emulation.Consoles.Coleco
int[] PaletteTMS9918 = new int[]
{
unchecked((int)0x00000000),
unchecked((int)0xFF000000),
unchecked((int)0xFF000000),
unchecked((int)0xFF47B73B),
unchecked((int)0xFF7CCF6F),

View File

@ -8,7 +8,7 @@ namespace BizHawk.Emulation.Consoles.Sega
{
int[] PaletteTMS9918 = new int[]
{
unchecked((int)0x00000000),
unchecked((int)0xFF000000),
unchecked((int)0xFF000000),
unchecked((int)0xFF47B73B),
unchecked((int)0xFF7CCF6F),