mordicaithebeastey2 / bizhawk

Automatically exported from code.google.com/p/bizhawk
1 stars 0 forks source link

Add 512 color palette support to NES #248

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
[14:02] zeromuisan  yesterday ryphecha added support for 512 color NES palettes 
to mednafen
[14:02] zeromuisan  so i guess im gonna call it a new standard
[14:02] natt    ok
[14:02] natt    what's the actual format?
[14:03] zeromuisan  stack the deemph bits on top of the palette bits to make a 9 
bit index
[14:03] zeromuisan  BGRPPPPPP like that
[14:03] natt    ok, so 512 colors
[14:03] natt    and then just 1536 bytes in order: r0, g0, b0, r1, g1, b1, ..., 
r511, g511, b511?

Should be added to both neshawk and quicknes

Original issue reported on code.google.com by goyu...@gmail.com on 13 Aug 2014 at 6:26

GoogleCodeExporter commented 9 years ago

Original comment by hegyak on 15 Jan 2015 at 1:01