probably fix TMS9918A alpha channel screenshot thing
This commit is contained in:
parent
950d5bce4d
commit
84a4a8544b
|
@ -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),
|
||||
|
|
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue