PPU palettes: Difference between revisions
(Clarify the palette background feature) |
m (→Palette RAM: Improves the table's backdrop color note a little.) |
||
(96 intermediate revisions by 16 users not shown) | |||
Line 1: | Line 1: | ||
The palette | The NES has a limited selection of color outputs. A 6-bit value in the palette memory area corresponds to one of 64 outputs. The [[Colour emphasis|emphasis]] bits of the [[PPUMASK]] register ($2001) provide an additional color modifier. | ||
{| border=1 | For more information on how the colors are generated on an NTSC NES, see: [[NTSC video]]. For additional information on how the colors are generated on a PAL NES, see: [[PAL video]]. | ||
| $3F00 || | |||
== Palette RAM == | |||
{| class="wikitable" | |||
! colspan=2 rowspan=2 | | |||
! colspan=4 style="border-left: 2px solid black;" | Palette 0 | |||
! colspan=4 style="border-left: 2px solid black;" | Palette 1 | |||
! colspan=4 style="border-left: 2px solid black;" | Palette 2 | |||
! colspan=4 style="border-left: 2px solid black;" | Palette 3 | |||
|- | |||
! style="border-left: 2px solid black;" | $x0 !! $x1 !! $x2 !! $x3 | |||
! style="border-left: 2px solid black;" | $x4 !! $x5 !! $x6 !! $x7 | |||
! style="border-left: 2px solid black;" | $x8 !! $x9 !! $xA !! $xB | |||
! style="border-left: 2px solid black;" | $xC !! $xD !! $xE !! $xF | |||
|- | |||
! scope="row" style="border-top: 2px solid black;" | Background | |||
! scope="row" style="border-top: 2px solid black;" | $3F0x | |||
| rowspan=2 style="border-left: 2px solid black; border-top: 2px solid black; text-align:center; " | ''0*'' || style="border-top: 2px solid black; text-align:center; " | 1 || style="border-top: 2px solid black; text-align:center; " | 2 || style="border-top: 2px solid black; text-align:center; " | 3 | |||
| rowspan=2 style="border-left: 2px solid black; border-top: 2px solid black; text-align:center; " | ''0'' || style="border-top: 2px solid black; text-align:center; " | 1 || style="border-top: 2px solid black; text-align:center; " | 2 || style="border-top: 2px solid black; text-align:center; " | 3 | |||
| rowspan=2 style="border-left: 2px solid black; border-top: 2px solid black; text-align:center; " | ''0'' || style="border-top: 2px solid black; text-align:center; " | 1 || style="border-top: 2px solid black; text-align:center; " | 2 || style="border-top: 2px solid black; text-align:center; " | 3 | |||
| rowspan=2 style="border-left: 2px solid black; border-top: 2px solid black; text-align:center; " | ''0'' || style="border-top: 2px solid black; text-align:center; " | 1 || style="border-top: 2px solid black; text-align:center; " | 2 || style="border-top: 2px solid black; text-align:center; " | 3 | |||
|- | |||
! scope="row" style="border-top: 2px solid black; text-align:left;" | Sprite | |||
! scope="row" style="border-top: 2px solid black;" | $3F1x | |||
| style="border-top: 2px solid black; text-align:center;" | 1 || style="border-top: 2px solid black; text-align:center;" | 2 || style="border-top: 2px solid black; text-align:center;" | 3 | |||
| style="border-top: 2px solid black; text-align:center;" | 1 || style="border-top: 2px solid black; text-align:center;" | 2 || style="border-top: 2px solid black; text-align:center;" | 3 | |||
| style="border-top: 2px solid black; text-align:center;" | 1 || style="border-top: 2px solid black; text-align:center;" | 2 || style="border-top: 2px solid black; text-align:center;" | 3 | |||
| style="border-top: 2px solid black; text-align:center;" | 1 || style="border-top: 2px solid black; text-align:center;" | 2 || style="border-top: 2px solid black; text-align:center;" | 3 | |||
|} | |||
''' * Note: Entry 0 of palette 0 is used as the backdrop color.''' | |||
Backgrounds and sprites each have 4 palettes of 4 colors, located at $3F00-$3F1F in VRAM. Each byte in this palette RAM contains a 6-bit color value referencing one of the PPU's [[#Palettes|64 colors]]. Entry 0 of each palette is unique in that it is transparent, so its color value is [[#Backdrop_override|normally unused]]. However, because of the PPU's [[PPU_rendering#Drawing_overview|EXT functionality]], entry 0 of palette 0 has the unique behavior of being the ''[[#Backdrop_color|backdrop color]]''. The backdrop color is the single color shown behind both the background and sprites, wherever both layers are transparent. Artistically, the backdrop color is usually considered a fourth color of the background and is sometimes called the ''universal background color''. | |||
A single element on the screen can only use a single palette. For backgrounds, this is usually a [[PPU_attribute_tables|16x16 pixel region]], but may be as small as an 8x1 pixel ''sliver'' with assistance from a cartridge mapper. For sprites, this is a single sprite object, which is [[PPU_OAM#Byte_2|8x8 or 8x16 pixels]], depending on the current sprite size. The palette is selected with a 2-bit value referred to as ''attributes''. | |||
Ultimately, the color of a pixel is determined by background vs sprite (which selects the set of 4 palettes), the 2 bits of attributes (which select 1 of those 4 palettes), and the 2 bits of graphics or tile ''pattern'' data (which select the color from that palette). These create a 5-bit index into palette RAM: | |||
4bit0 | |||
----- | |||
SAAPP | |||
||||| | |||
|||++- Pixel value from tile pattern data | |||
|++--- Palette number from attributes | |||
+----- Background/Sprite select | |||
Note that entry 0 of each palette is also unique in that its color value is shared between the background and sprite palettes, so writing to either one updates the same internal storage. This means that the backdrop color can be written through both $3F00 and $3F10. Palette RAM as a whole is also [[Mirroring#Memory_Mirroring|mirrored]] through the entire $3F00-$3FFF region. | |||
== Color Value Significance (Hue / Value) == | |||
As in some second-generation game consoles, values in the NES palette are based on [[wikipedia:HSL and HSV|hue and brightness]]: | |||
5 bit 0 | |||
------- | |||
VV HHHH | |||
|| |||| | |||
|| ++++- Hue (phase, determines NTSC/PAL chroma) | |||
++------ Value (voltage, determines NTSC/PAL luma) | |||
Hue $0 is light gray, $1-$C are blue to red to green to cyan, $D is dark gray, and $E-$F are mirrors of $1D (black). | |||
It works this way because of the way colors are represented in a composite NTSC or PAL signal, with the phase of a color subcarrier controlling the hue. For details regarding signal generation and color decoding, see [[NTSC video]]. | |||
The canonical code for "black" is $0F. | |||
The 2C03 RGB PPU used in the PlayChoice-10 and 2C05-99 in the Famicom Titler renders hue $D as black, not dark gray. | |||
The 2C04 PPUs used in many [[Vs. System]] arcade games have completely different palettes as a copy protection measure. | |||
== Palettes == | |||
The 2C02 (NTSC) and 2C07 (PAL) PPU is used to generate an analog composite video signal. These were used in most home consoles. | |||
The 2C03, 2C04, and 2C05, on the other hand, all output analog red, green, blue, and sync (RGBS) signals. The sync signal contains horizontal and vertical sync pulses in the same format as an all-black composite signal. | |||
Each of the three video channels uses a 3-bit DAC driven by a look-up table in a 64x9-bit ROM inside the PPU. | |||
The look-up tables (one digit for each of red, green, and blue, in order) are given below. | |||
RGB PPUs were used mostly in arcade machines (e.g. [[Vs. System]], Playchoice 10), as well as the Sharp Famicom Titler. | |||
=== 2C02 === | |||
The RF Famicom, AV Famicom, NES (both front- and top-loading), and the North American version of the Sharp Nintendo TV use the 2C02 PPU. | |||
Unlike some other consoles' video circuits, the 2C02 does not generate RGB video and then encode that to composite. | |||
Instead it generates [[NTSC video]] directly in the composite domain, decoded by the television receiver into RGB to drive its picture tube. | |||
{{mbox | |||
| type = warning | |||
| text = <font size=+1>Do not use color $0D. It results in a "blacker than black" signal that may cause problems for some TVs.</font> | |||
<hr> | |||
Further details on $0D and its effects can be found [[Color_$0D_games|here.]]}} | |||
Most emulators can use a predefined palette, such as one commonly stored in common [[.pal]] format, in which each triplet represents the sRGB color that results from decoding a large flat area with a given palette value. | |||
See [[NTSC_video#Composite_decoding|this page]] for more details on a general algorithm to decode a PPU composite signal to color RGB. | |||
The following palette was generated using [https://github.com/Gumball2415/palgen-persune Persune's palette generator v0.15.0] with the following arguments: | |||
<code>palgen_persune.py --skip-plot -cld -phs -5.0 -e -o docs/NESDev/2C02G_wiki</code> | |||
Download: | |||
[[File:2C02G_wiki.pal]] | |||
{|class="wikitable" | |||
|- | |||
|style="border:0px;background-color:#626262;width:32px;height:32px;color:#fff;text-align:center"|$00 | |||
|style="border:0px;background-color:#012090;width:32px;height:32px;color:#fff;text-align:center"|$01 | |||
|style="border:0px;background-color:#240BA0;width:32px;height:32px;color:#fff;text-align:center"|$02 | |||
|style="border:0px;background-color:#470090;width:32px;height:32px;color:#fff;text-align:center"|$03 | |||
|style="border:0px;background-color:#600062;width:32px;height:32px;color:#fff;text-align:center"|$04 | |||
|style="border:0px;background-color:#6A0024;width:32px;height:32px;color:#fff;text-align:center"|$05 | |||
|style="border:0px;background-color:#601100;width:32px;height:32px;color:#fff;text-align:center"|$06 | |||
|style="border:0px;background-color:#472700;width:32px;height:32px;color:#fff;text-align:center"|$07 | |||
|style="border:0px;background-color:#243C00;width:32px;height:32px;color:#fff;text-align:center"|$08 | |||
|style="border:0px;background-color:#014A00;width:32px;height:32px;color:#fff;text-align:center"|$09 | |||
|style="border:0px;background-color:#004F00;width:32px;height:32px;color:#fff;text-align:center"|$0A | |||
|style="border:0px;background-color:#004724;width:32px;height:32px;color:#fff;text-align:center"|$0B | |||
|style="border:0px;background-color:#003662;width:32px;height:32px;color:#fff;text-align:center"|$0C | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|[[Color_$0D_games#Effects|<s style="color:red">$0D</s>]] | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$0E | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$0F | |||
|- | |||
|style="border:0px;background-color:#ABABAB;width:32px;height:32px;color:#000;text-align:center"|$10 | |||
|style="border:0px;background-color:#1F56E1;width:32px;height:32px;color:#fff;text-align:center"|$11 | |||
|style="border:0px;background-color:#4D39FF;width:32px;height:32px;color:#fff;text-align:center"|$12 | |||
|style="border:0px;background-color:#7E23EF;width:32px;height:32px;color:#fff;text-align:center"|$13 | |||
|style="border:0px;background-color:#A31BB7;width:32px;height:32px;color:#fff;text-align:center"|$14 | |||
|style="border:0px;background-color:#B42264;width:32px;height:32px;color:#fff;text-align:center"|$15 | |||
|style="border:0px;background-color:#AC370E;width:32px;height:32px;color:#fff;text-align:center"|$16 | |||
|style="border:0px;background-color:#8C5500;width:32px;height:32px;color:#fff;text-align:center"|$17 | |||
|style="border:0px;background-color:#5E7200;width:32px;height:32px;color:#fff;text-align:center"|$18 | |||
|style="border:0px;background-color:#2D8800;width:32px;height:32px;color:#fff;text-align:center"|$19 | |||
|style="border:0px;background-color:#079000;width:32px;height:32px;color:#fff;text-align:center"|$1A | |||
|style="border:0px;background-color:#008947;width:32px;height:32px;color:#fff;text-align:center"|$1B | |||
|style="border:0px;background-color:#00739D;width:32px;height:32px;color:#fff;text-align:center"|$1C | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$1D | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$1E | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$1F | |||
|- | |||
|style="border:0px;background-color:#FFFFFF;width:32px;height:32px;color:#000;text-align:center"|$20 | |||
|style="border:0px;background-color:#67ACFF;width:32px;height:32px;color:#000;text-align:center"|$21 | |||
|style="border:0px;background-color:#958DFF;width:32px;height:32px;color:#000;text-align:center"|$22 | |||
|style="border:0px;background-color:#C875FF;width:32px;height:32px;color:#000;text-align:center"|$23 | |||
|style="border:0px;background-color:#F26AFF;width:32px;height:32px;color:#000;text-align:center"|$24 | |||
|style="border:0px;background-color:#FF6FC5;width:32px;height:32px;color:#000;text-align:center"|$25 | |||
|style="border:0px;background-color:#FF836A;width:32px;height:32px;color:#000;text-align:center"|$26 | |||
|style="border:0px;background-color:#E6A01F;width:32px;height:32px;color:#000;text-align:center"|$27 | |||
|style="border:0px;background-color:#B8BF00;width:32px;height:32px;color:#000;text-align:center"|$28 | |||
|style="border:0px;background-color:#85D801;width:32px;height:32px;color:#000;text-align:center"|$29 | |||
|style="border:0px;background-color:#5BE335;width:32px;height:32px;color:#000;text-align:center"|$2A | |||
|style="border:0px;background-color:#45DE88;width:32px;height:32px;color:#000;text-align:center"|$2B | |||
|style="border:0px;background-color:#49CAE3;width:32px;height:32px;color:#000;text-align:center"|$2C | |||
|style="border:0px;background-color:#4E4E4E;width:32px;height:32px;color:#fff;text-align:center"|$2D | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$2E | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$2F | |||
|- | |||
|style="border:0px;background-color:#FFFFFF;width:32px;height:32px;color:#000;text-align:center"|$30 | |||
|style="border:0px;background-color:#BFE0FF;width:32px;height:32px;color:#000;text-align:center"|$31 | |||
|style="border:0px;background-color:#D1D3FF;width:32px;height:32px;color:#000;text-align:center"|$32 | |||
|style="border:0px;background-color:#E6C9FF;width:32px;height:32px;color:#000;text-align:center"|$33 | |||
|style="border:0px;background-color:#F7C3FF;width:32px;height:32px;color:#000;text-align:center"|$34 | |||
|style="border:0px;background-color:#FFC4EE;width:32px;height:32px;color:#000;text-align:center"|$35 | |||
|style="border:0px;background-color:#FFCBC9;width:32px;height:32px;color:#000;text-align:center"|$36 | |||
|style="border:0px;background-color:#F7D7A9;width:32px;height:32px;color:#000;text-align:center"|$37 | |||
|style="border:0px;background-color:#E6E397;width:32px;height:32px;color:#000;text-align:center"|$38 | |||
|style="border:0px;background-color:#D1EE97;width:32px;height:32px;color:#000;text-align:center"|$39 | |||
|style="border:0px;background-color:#BFF3A9;width:32px;height:32px;color:#000;text-align:center"|$3A | |||
|style="border:0px;background-color:#B5F2C9;width:32px;height:32px;color:#000;text-align:center"|$3B | |||
|style="border:0px;background-color:#B5EBEE;width:32px;height:32px;color:#000;text-align:center"|$3C | |||
|style="border:0px;background-color:#B8B8B8;width:32px;height:32px;color:#000;text-align:center"|$3D | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$3E | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$3F | |||
|} | |||
Other tools for generating a palette include [http://bisqwit.iki.fi/utils/nespalette.php one by Bisqwit] and [http://drag.wootest.net/misc/palgen.html one by Drag]. | |||
These simulate generating a large area of one flat color and then decoding that with the adjustment knobs set to various settings. | |||
=== 2C07 === | |||
The PAL PPU (2C07) generates a composite [[PAL video]] signal, which has a -15 degree hue shift relative to the 2C02 due to a different colorburst reference phase generated by the PPU ($x7 rather than $x8), in addition to the PAL colorburst phase being defined as -U ± 45 degrees. | |||
The following palette was generated using [https://github.com/Gumball2415/palgen-persune Persune's palette generator v0.15.0] with the following arguments: | |||
<code>palgen_persune.py --skip-plot -cld -ppu "2C07" -phs -5.0 --delay-line-filter -e -o docs/NESDev/2C07_wiki</code> | |||
Download: | |||
[[File:2C07_wiki.pal]] | |||
{|class="wikitable" | |||
|- | |||
|style="border:0px;background-color:#626262;width:32px;height:32px;color:#fff;text-align:center"|$00 | |||
|style="border:0px;background-color:#002C7C;width:32px;height:32px;color:#fff;text-align:center"|$01 | |||
|style="border:0px;background-color:#11159C;width:32px;height:32px;color:#fff;text-align:center"|$02 | |||
|style="border:0px;background-color:#36039C;width:32px;height:32px;color:#fff;text-align:center"|$03 | |||
|style="border:0px;background-color:#55007C;width:32px;height:32px;color:#fff;text-align:center"|$04 | |||
|style="border:0px;background-color:#670044;width:32px;height:32px;color:#fff;text-align:center"|$05 | |||
|style="border:0px;background-color:#670703;width:32px;height:32px;color:#fff;text-align:center"|$06 | |||
|style="border:0px;background-color:#551C00;width:32px;height:32px;color:#fff;text-align:center"|$07 | |||
|style="border:0px;background-color:#363200;width:32px;height:32px;color:#fff;text-align:center"|$08 | |||
|style="border:0px;background-color:#114400;width:32px;height:32px;color:#fff;text-align:center"|$09 | |||
|style="border:0px;background-color:#004E00;width:32px;height:32px;color:#fff;text-align:center"|$0A | |||
|style="border:0px;background-color:#004C03;width:32px;height:32px;color:#fff;text-align:center"|$0B | |||
|style="border:0px;background-color:#004044;width:32px;height:32px;color:#fff;text-align:center"|$0C | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|[[Color_$0D_games#Effects|<s style="color:red">$0D</s>]] | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$0E | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$0F | |||
|- | |||
|style="border:0px;background-color:#ABABAB;width:32px;height:32px;color:#000;text-align:center"|$10 | |||
|style="border:0px;background-color:#1260CD;width:32px;height:32px;color:#fff;text-align:center"|$11 | |||
|style="border:0px;background-color:#3D42F9;width:32px;height:32px;color:#fff;text-align:center"|$12 | |||
|style="border:0px;background-color:#6E29F9;width:32px;height:32px;color:#fff;text-align:center"|$13 | |||
|style="border:0px;background-color:#991CCD;width:32px;height:32px;color:#fff;text-align:center"|$14 | |||
|style="border:0px;background-color:#B11E81;width:32px;height:32px;color:#fff;text-align:center"|$15 | |||
|style="border:0px;background-color:#B12F2A;width:32px;height:32px;color:#fff;text-align:center"|$16 | |||
|style="border:0px;background-color:#994A00;width:32px;height:32px;color:#fff;text-align:center"|$17 | |||
|style="border:0px;background-color:#6E6900;width:32px;height:32px;color:#fff;text-align:center"|$18 | |||
|style="border:0px;background-color:#3D8200;width:32px;height:32px;color:#fff;text-align:center"|$19 | |||
|style="border:0px;background-color:#128F00;width:32px;height:32px;color:#fff;text-align:center"|$1A | |||
|style="border:0px;background-color:#008D2A;width:32px;height:32px;color:#fff;text-align:center"|$1B | |||
|style="border:0px;background-color:#007C81;width:32px;height:32px;color:#fff;text-align:center"|$1C | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$1D | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$1E | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$1F | |||
|- | |||
|style="border:0px;background-color:#FFFFFF;width:32px;height:32px;color:#000;text-align:center"|$20 | |||
|style="border:0px;background-color:#61B2FF;width:32px;height:32px;color:#000;text-align:center"|$21 | |||
|style="border:0px;background-color:#8D93FF;width:32px;height:32px;color:#000;text-align:center"|$22 | |||
|style="border:0px;background-color:#C079FF;width:32px;height:32px;color:#000;text-align:center"|$23 | |||
|style="border:0px;background-color:#EB6BFF;width:32px;height:32px;color:#000;text-align:center"|$24 | |||
|style="border:0px;background-color:#FF6ED3;width:32px;height:32px;color:#000;text-align:center"|$25 | |||
|style="border:0px;background-color:#FF7F79;width:32px;height:32px;color:#000;text-align:center"|$26 | |||
|style="border:0px;background-color:#EB9B2C;width:32px;height:32px;color:#000;text-align:center"|$27 | |||
|style="border:0px;background-color:#C0BA00;width:32px;height:32px;color:#000;text-align:center"|$28 | |||
|style="border:0px;background-color:#8DD400;width:32px;height:32px;color:#000;text-align:center"|$29 | |||
|style="border:0px;background-color:#61E12C;width:32px;height:32px;color:#000;text-align:center"|$2A | |||
|style="border:0px;background-color:#48DF79;width:32px;height:32px;color:#000;text-align:center"|$2B | |||
|style="border:0px;background-color:#48CED3;width:32px;height:32px;color:#000;text-align:center"|$2C | |||
|style="border:0px;background-color:#4E4E4E;width:32px;height:32px;color:#fff;text-align:center"|$2D | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$2E | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$2F | |||
|- | |||
|style="border:0px;background-color:#FFFFFF;width:32px;height:32px;color:#000;text-align:center"|$30 | |||
|style="border:0px;background-color:#C0E0FF;width:32px;height:32px;color:#000;text-align:center"|$31 | |||
|style="border:0px;background-color:#D1D4FF;width:32px;height:32px;color:#000;text-align:center"|$32 | |||
|style="border:0px;background-color:#E5CAFF;width:32px;height:32px;color:#000;text-align:center"|$33 | |||
|style="border:0px;background-color:#F7C4FF;width:32px;height:32px;color:#000;text-align:center"|$34 | |||
|style="border:0px;background-color:#FFC5ED;width:32px;height:32px;color:#000;text-align:center"|$35 | |||
|style="border:0px;background-color:#FFCCCA;width:32px;height:32px;color:#000;text-align:center"|$36 | |||
|style="border:0px;background-color:#F7D7AB;width:32px;height:32px;color:#000;text-align:center"|$37 | |||
|style="border:0px;background-color:#E5E399;width:32px;height:32px;color:#000;text-align:center"|$38 | |||
|style="border:0px;background-color:#D1ED99;width:32px;height:32px;color:#000;text-align:center"|$39 | |||
|style="border:0px;background-color:#C0F3AB;width:32px;height:32px;color:#000;text-align:center"|$3A | |||
|style="border:0px;background-color:#B6F2CA;width:32px;height:32px;color:#000;text-align:center"|$3B | |||
|style="border:0px;background-color:#B6EBED;width:32px;height:32px;color:#000;text-align:center"|$3C | |||
|style="border:0px;background-color:#B8B8B8;width:32px;height:32px;color:#000;text-align:center"|$3D | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$3E | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$3F | |||
|} | |||
=== 2C03 and 2C05 === | |||
This palette is intentionally similar to the NES's standard palette, but notably is missing the greys in entries $2D and $3D. | |||
The 2C03 is used in ''Vs. Duck Hunt'', ''Vs. Tennis'', all PlayChoice games, and the Sharp C1 (Famicom TV). | |||
The 2C05 is used in some later Vs. games as a copy protection measure. A variant of the 2C05 without copy protection measures is present in the Sharp Famicom Titler, albeit with adjustments to the output (see below). | |||
Both have historically been used in RGB mods for the NES, as a circuit implementing <code>A0' = A0 xor (A1 nor A2)</code> can swap PPUCTRL and PPUMASK to make a 2C05 behave as a 2C03. | |||
The formula for mapping the DAC integer channel value to 8-bit per channel color is <code>C = 255 * DAC / 7</code>. | |||
Download: | |||
[[File:2C03_wiki.pal]] | |||
{|class="wikitable" | |||
|- | |||
! style="text-align:center"| | |||
! style="text-align:center"|$x0 | |||
! style="text-align:center"|$x1 | |||
! style="text-align:center"|$x2 | |||
! style="text-align:center"|$x3 | |||
! style="text-align:center"|$x4 | |||
! style="text-align:center"|$x5 | |||
! style="text-align:center"|$x6 | |||
! style="text-align:center"|$x7 | |||
! style="text-align:center"|$x8 | |||
! style="text-align:center"|$x9 | |||
! style="text-align:center"|$xA | |||
! style="text-align:center"|$xB | |||
! style="text-align:center"|$xC | |||
! style="text-align:center"|$xD | |||
! style="text-align:center"|$xE | |||
! style="text-align:center"|$xF | |||
|- | |||
! style="text-align:center"|$0x | |||
|style="border:0px;background-color:#6D6D6D;width:32px;height:32px;color:#fff;text-align:center"|333 | |||
|style="border:0px;background-color:#002491;width:32px;height:32px;color:#fff;text-align:center"|014 | |||
|style="border:0px;background-color:#0000DA;width:32px;height:32px;color:#fff;text-align:center"|006 | |||
|style="border:0px;background-color:#6D48DA;width:32px;height:32px;color:#fff;text-align:center"|326 | |||
|style="border:0px;background-color:#91006D;width:32px;height:32px;color:#fff;text-align:center"|403 | |||
|style="border:0px;background-color:#B6006D;width:32px;height:32px;color:#fff;text-align:center"|503 | |||
|style="border:0px;background-color:#B62400;width:32px;height:32px;color:#fff;text-align:center"|510 | |||
|style="border:0px;background-color:#914800;width:32px;height:32px;color:#fff;text-align:center"|420 | |||
|style="border:0px;background-color:#6D4800;width:32px;height:32px;color:#fff;text-align:center"|320 | |||
|style="border:0px;background-color:#244800;width:32px;height:32px;color:#fff;text-align:center"|120 | |||
|style="border:0px;background-color:#006D24;width:32px;height:32px;color:#fff;text-align:center"|031 | |||
|style="border:0px;background-color:#009100;width:32px;height:32px;color:#fff;text-align:center"|040 | |||
|style="border:0px;background-color:#004848;width:32px;height:32px;color:#fff;text-align:center"|022 | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|000 | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|000 | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|000 | |||
|- | |||
! style="text-align:center"|$1x | |||
|style="border:0px;background-color:#B6B6B6;width:32px;height:32px;color:#000;text-align:center"|555 | |||
|style="border:0px;background-color:#006DDA;width:32px;height:32px;color:#fff;text-align:center"|036 | |||
|style="border:0px;background-color:#0048FF;width:32px;height:32px;color:#fff;text-align:center"|027 | |||
|style="border:0px;background-color:#9100FF;width:32px;height:32px;color:#fff;text-align:center"|407 | |||
|style="border:0px;background-color:#B600FF;width:32px;height:32px;color:#fff;text-align:center"|507 | |||
|style="border:0px;background-color:#FF0091;width:32px;height:32px;color:#fff;text-align:center"|704 | |||
|style="border:0px;background-color:#FF0000;width:32px;height:32px;color:#fff;text-align:center"|700 | |||
|style="border:0px;background-color:#DA6D00;width:32px;height:32px;color:#000;text-align:center"|630 | |||
|style="border:0px;background-color:#916D00;width:32px;height:32px;color:#fff;text-align:center"|430 | |||
|style="border:0px;background-color:#249100;width:32px;height:32px;color:#fff;text-align:center"|140 | |||
|style="border:0px;background-color:#009100;width:32px;height:32px;color:#fff;text-align:center"|040 | |||
|style="border:0px;background-color:#00B66D;width:32px;height:32px;color:#fff;text-align:center"|053 | |||
|style="border:0px;background-color:#009191;width:32px;height:32px;color:#fff;text-align:center"|044 | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|000 | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|000 | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|000 | |||
|- | |||
! style="text-align:center"|$2x | |||
|style="border:0px;background-color:#FFFFFF;width:32px;height:32px;color:#000;text-align:center"|777 | |||
|style="border:0px;background-color:#6DB6FF;width:32px;height:32px;color:#000;text-align:center"|357 | |||
|style="border:0px;background-color:#9191FF;width:32px;height:32px;color:#000;text-align:center"|447 | |||
|style="border:0px;background-color:#DA6DFF;width:32px;height:32px;color:#000;text-align:center"|637 | |||
|style="border:0px;background-color:#FF00FF;width:32px;height:32px;color:#fff;text-align:center"|707 | |||
|style="border:0px;background-color:#FF6DFF;width:32px;height:32px;color:#000;text-align:center"|737 | |||
|style="border:0px;background-color:#FF9100;width:32px;height:32px;color:#000;text-align:center"|740 | |||
|style="border:0px;background-color:#FFB600;width:32px;height:32px;color:#000;text-align:center"|750 | |||
|style="border:0px;background-color:#DADA00;width:32px;height:32px;color:#000;text-align:center"|660 | |||
|style="border:0px;background-color:#6DDA00;width:32px;height:32px;color:#000;text-align:center"|360 | |||
|style="border:0px;background-color:#00FF00;width:32px;height:32px;color:#000;text-align:center"|070 | |||
|style="border:0px;background-color:#48FFDA;width:32px;height:32px;color:#000;text-align:center"|276 | |||
|style="border:0px;background-color:#00FFFF;width:32px;height:32px;color:#000;text-align:center"|077 | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#777;text-align:center"|000 | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|000 | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|000 | |||
|- | |||
! style="text-align:center"|$3x | |||
|style="border:0px;background-color:#FFFFFF;width:32px;height:32px;color:#000;text-align:center"|777 | |||
|style="border:0px;background-color:#B6DAFF;width:32px;height:32px;color:#000;text-align:center"|567 | |||
|style="border:0px;background-color:#DAB6FF;width:32px;height:32px;color:#000;text-align:center"|657 | |||
|style="border:0px;background-color:#FFB6FF;width:32px;height:32px;color:#000;text-align:center"|757 | |||
|style="border:0px;background-color:#FF91FF;width:32px;height:32px;color:#000;text-align:center"|747 | |||
|style="border:0px;background-color:#FFB6B6;width:32px;height:32px;color:#000;text-align:center"|755 | |||
|style="border:0px;background-color:#FFDA91;width:32px;height:32px;color:#000;text-align:center"|764 | |||
|style="border:0px;background-color:#FFFF48;width:32px;height:32px;color:#000;text-align:center"|772 | |||
|style="border:0px;background-color:#FFFF6D;width:32px;height:32px;color:#000;text-align:center"|773 | |||
|style="border:0px;background-color:#B6FF48;width:32px;height:32px;color:#000;text-align:center"|572 | |||
|style="border:0px;background-color:#91FF6D;width:32px;height:32px;color:#000;text-align:center"|473 | |||
|style="border:0px;background-color:#48FFDA;width:32px;height:32px;color:#000;text-align:center"|276 | |||
|style="border:0px;background-color:#91DAFF;width:32px;height:32px;color:#000;text-align:center"|467 | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#777;text-align:center"|000 | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|000 | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|000 | |||
|} | |||
Note that some of the colors are duplicates: $0B and $1A = 040, $2B and $3B = 276. | |||
Monochrome works the same as the 2C02 (consistent across '''all''' RGB PPUs), but unlike the 2C02, emphasis on the RGB chips works differently; rather than "darkening" the specific color chosen, it sets the corresponding channel to full brightness instead. | |||
=== 2C05-99 === | |||
The Sharp Famicom Titler (AN-510) contains a RC2C05-99 PPU, whose RGB output is fed into a X0858CE "encoder" chip. This chip handles the conversion from RGB(S) into Composite, and S-Video. In the process, it seems to also desaturate the output palette by encoding YIQ, but with a 0.5 gain on the Q channel (<code>Q = Q * 0.5</code>). Otherwise, the raw internal palette of the 2C05-99 PPU itself is believed to be identical to that of the 2C03. Due to technological limitations with video overlay (at the time), this was likely done in an attempt to make the RGB palette resemble its composite versions, as a standard 2C02 could not be used. | |||
{|class="wikitable" | |||
|- | |||
! style="text-align:center"| | |||
! style="text-align:center"|$x0 | |||
! style="text-align:center"|$x1 | |||
! style="text-align:center"|$x2 | |||
! style="text-align:center"|$x3 | |||
! style="text-align:center"|$x4 | |||
! style="text-align:center"|$x5 | |||
! style="text-align:center"|$x6 | |||
! style="text-align:center"|$x7 | |||
! style="text-align:center"|$x8 | |||
! style="text-align:center"|$x9 | |||
! style="text-align:center"|$xA | |||
! style="text-align:center"|$xB | |||
! style="text-align:center"|$xC | |||
! style="text-align:center"|$xD | |||
! style="text-align:center"|$xE | |||
! style="text-align:center"|$xF | |||
|- | |||
! style="text-align:center"|$0x | |||
|style="border:0px;background-color:#86858A;width:32px;height:32px;color:#fff;text-align:center"|$00 | |||
|style="border:0px;background-color:#16317D;width:32px;height:32px;color:#fff;text-align:center"|$01 | |||
|style="border:0px;background-color:#0B0995;width:32px;height:32px;color:#fff;text-align:center"|$02 | |||
|style="border:0px;background-color:#8575C3;width:32px;height:32px;color:#fff;text-align:center"|$03 | |||
|style="border:0px;background-color:#7E2F57;width:32px;height:32px;color:#fff;text-align:center"|$04 | |||
|style="border:0px;background-color:#923457;width:32px;height:32px;color:#fff;text-align:center"|$05 | |||
|style="border:0px;background-color:#98591C;width:32px;height:32px;color:#fff;text-align:center"|$06 | |||
|style="border:0px;background-color:#896B27;width:32px;height:32px;color:#fff;text-align:center"|$07 | |||
|style="border:0px;background-color:#605117;width:32px;height:32px;color:#fff;text-align:center"|$08 | |||
|style="border:0px;background-color:#2C4013;width:32px;height:32px;color:#fff;text-align:center"|$09 | |||
|style="border:0px;background-color:#155543;width:32px;height:32px;color:#fff;text-align:center"|$0A | |||
|style="border:0px;background-color:#1A6B29;width:32px;height:32px;color:#fff;text-align:center"|$0B | |||
|style="border:0px;background-color:#0C3C4D;width:32px;height:32px;color:#fff;text-align:center"|$0C | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$0D | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$0E | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$0F | |||
|- | |||
! style="text-align:center"|$1x | |||
|style="border:0px;background-color:#CCCED2;width:32px;height:32px;color:#000;text-align:center"|$10 | |||
|style="border:0px;background-color:#2768BB;width:32px;height:32px;color:#fff;text-align:center"|$11 | |||
|style="border:0px;background-color:#1E4FC5;width:32px;height:32px;color:#fff;text-align:center"|$12 | |||
|style="border:0px;background-color:#7C30AF;width:32px;height:32px;color:#fff;text-align:center"|$13 | |||
|style="border:0px;background-color:#9638B2;width:32px;height:32px;color:#fff;text-align:center"|$14 | |||
|style="border:0px;background-color:#BE4172;width:32px;height:32px;color:#fff;text-align:center"|$15 | |||
|style="border:0px;background-color:#B13305;width:32px;height:32px;color:#fff;text-align:center"|$16 | |||
|style="border:0px;background-color:#C09035;width:32px;height:32px;color:#fff;text-align:center"|$17 | |||
|style="border:0px;background-color:#8C792D;width:32px;height:32px;color:#fff;text-align:center"|$18 | |||
|style="border:0px;background-color:#497B32;width:32px;height:32px;color:#fff;text-align:center"|$19 | |||
|style="border:0px;background-color:#1D6C2A;width:32px;height:32px;color:#fff;text-align:center"|$1A | |||
|style="border:0px;background-color:#31938A;width:32px;height:32px;color:#fff;text-align:center"|$1B | |||
|style="border:0px;background-color:#2D7C9A;width:32px;height:32px;color:#fff;text-align:center"|$1C | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$1D | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$1E | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$1F | |||
|- | |||
! style="text-align:center"|$2x | |||
|style="border:0px;background-color:#FDFFFF;width:32px;height:32px;color:#000;text-align:center"|$20 | |||
|style="border:0px;background-color:#96BDEF;width:32px;height:32px;color:#000;text-align:center"|$21 | |||
|style="border:0px;background-color:#A2A8E6;width:32px;height:32px;color:#000;text-align:center"|$22 | |||
|style="border:0px;background-color:#CE9FE0;width:32px;height:32px;color:#000;text-align:center"|$23 | |||
|style="border:0px;background-color:#BF43B3;width:32px;height:32px;color:#fff;text-align:center"|$24 | |||
|style="border:0px;background-color:#E6A7E5;width:32px;height:32px;color:#000;text-align:center"|$25 | |||
|style="border:0px;background-color:#DCAB41;width:32px;height:32px;color:#000;text-align:center"|$26 | |||
|style="border:0px;background-color:#E7C54B;width:32px;height:32px;color:#000;text-align:center"|$27 | |||
|style="border:0px;background-color:#DFD85E;width:32px;height:32px;color:#000;text-align:center"|$28 | |||
|style="border:0px;background-color:#92C150;width:32px;height:32px;color:#000;text-align:center"|$29 | |||
|style="border:0px;background-color:#3FBB4A;width:32px;height:32px;color:#000;text-align:center"|$2A | |||
|style="border:0px;background-color:#96EAF2;width:32px;height:32px;color:#000;text-align:center"|$2B | |||
|style="border:0px;background-color:#53D8FD;width:32px;height:32px;color:#000;text-align:center"|$2C | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#777;text-align:center"|$2D | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$2E | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$2F | |||
|- | |||
! style="text-align:center"|$3x | |||
|style="border:0px;background-color:#FDFFFF;width:32px;height:32px;color:#000;text-align:center"|$30 | |||
|style="border:0px;background-color:#C7DFFA;width:32px;height:32px;color:#000;text-align:center"|$31 | |||
|style="border:0px;background-color:#DACDF2;width:32px;height:32px;color:#000;text-align:center"|$32 | |||
|style="border:0px;background-color:#F5D6F8;width:32px;height:32px;color:#000;text-align:center"|$33 | |||
|style="border:0px;background-color:#EABCED;width:32px;height:32px;color:#000;text-align:center"|$34 | |||
|style="border:0px;background-color:#EED1CA;width:32px;height:32px;color:#000;text-align:center"|$35 | |||
|style="border:0px;background-color:#F5E7BC;width:32px;height:32px;color:#000;text-align:center"|$36 | |||
|style="border:0px;background-color:#FCFB9C;width:32px;height:32px;color:#000;text-align:center"|$37 | |||
|style="border:0px;background-color:#FFFFC0;width:32px;height:32px;color:#000;text-align:center"|$38 | |||
|style="border:0px;background-color:#D8F4A2;width:32px;height:32px;color:#000;text-align:center"|$39 | |||
|style="border:0px;background-color:#C2F0B5;width:32px;height:32px;color:#000;text-align:center"|$3A | |||
|style="border:0px;background-color:#96EAF2;width:32px;height:32px;color:#000;text-align:center"|$3B | |||
|style="border:0px;background-color:#BFE2FF;width:32px;height:32px;color:#000;text-align:center"|$3C | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#777;text-align:center"|$3D | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$3E | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$3F | |||
|} | |||
=== 2C04 === | |||
All four 2C04 PPUs contain the same master palette, but in different permutations. It's almost a superset of the 2C03/5 palette, adding four greys, six other colors, and making the bright yellow more pure. | |||
Much like the 2C03 and 2C02, using the greyscale bit in [[PPUMASK]] will remap the palette by index, not by color. This means that with the scrambled palettes, each row will remap to the colors in the $0X column for that 2C04 version. | |||
Visualization tool: [https://www.nesdev.org/rgbppu/ RGB PPU Palette Converter] | |||
'''No version of the 2C04 was ever made with the below ordering''', but it shows the similarity to the 2C03: | |||
{|class="wikitable" | |||
|- | |- | ||
| | |style="border:0px;background-color:#6D6D6D;width:32px;height:32px;color:#fff;text-align:center"|333 | ||
|style="border:0px;background-color:#002491;width:32px;height:32px;color:#fff;text-align:center"|014 | |||
|style="border:0px;background-color:#0000DA;width:32px;height:32px;color:#fff;text-align:center"|006 | |||
|style="border:0px;background-color:#6D48DA;width:32px;height:32px;color:#fff;text-align:center"|326 | |||
|style="border:0px;background-color:#91006D;width:32px;height:32px;color:#fff;text-align:center"|403 | |||
|style="border:0px;background-color:#B6006D;width:32px;height:32px;color:#fff;text-align:center"|503 | |||
|style="border:0px;background-color:#B62400;width:32px;height:32px;color:#fff;text-align:center"|510 | |||
|style="border:0px;background-color:#914800;width:32px;height:32px;color:#fff;text-align:center"|420 | |||
|style="border:0px;background-color:#6D4800;width:32px;height:32px;color:#fff;text-align:center"|320 | |||
|style="border:0px;background-color:#244800;width:32px;height:32px;color:#fff;text-align:center"|120 | |||
|style="border:0px;background-color:#006D24;width:32px;height:32px;color:#fff;text-align:center"|031 | |||
|style="border:0px;background-color:#009100;width:32px;height:32px;color:#fff;text-align:center"|040 | |||
|style="border:0px;background-color:#004848;width:32px;height:32px;color:#fff;text-align:center"|022 | |||
|style="border:0px;background-color:#242424;width:32px;height:32px;color:#fff;text-align:center"|111 | |||
|style="border:0px;background-color:#00006D;width:32px;height:32px;color:#fff;text-align:center"|003 | |||
|style="border:0px;background-color:#004800;width:32px;height:32px;color:#fff;text-align:center"|020 | |||
|- | |- | ||
| | |style="border:0px;background-color:#B6B6B6;width:32px;height:32px;color:#000;text-align:center"|555 | ||
|style="border:0px;background-color:#006DDA;width:32px;height:32px;color:#fff;text-align:center"|036 | |||
|style="border:0px;background-color:#0048FF;width:32px;height:32px;color:#fff;text-align:center"|027 | |||
|style="border:0px;background-color:#9100FF;width:32px;height:32px;color:#fff;text-align:center"|407 | |||
|style="border:0px;background-color:#B600FF;width:32px;height:32px;color:#fff;text-align:center"|507 | |||
|style="border:0px;background-color:#FF0091;width:32px;height:32px;color:#fff;text-align:center"|704 | |||
|style="border:0px;background-color:#FF0000;width:32px;height:32px;color:#fff;text-align:center"|700 | |||
|style="border:0px;background-color:#DA6D00;width:32px;height:32px;color:#000;text-align:center"|630 | |||
|style="border:0px;background-color:#916D00;width:32px;height:32px;color:#fff;text-align:center"|430 | |||
|style="border:0px;background-color:#249100;width:32px;height:32px;color:#fff;text-align:center"|140 | |||
|style="border:0px;background-color:#009100;width:32px;height:32px;color:#fff;text-align:center"|040 | |||
|style="border:0px;background-color:#00B66D;width:32px;height:32px;color:#fff;text-align:center"|053 | |||
|style="border:0px;background-color:#009191;width:32px;height:32px;color:#fff;text-align:center"|044 | |||
|style="border:0px;background-color:#484848;width:32px;height:32px;color:#fff;text-align:center"|222 | |||
|style="border:0px;background-color:#480000;width:32px;height:32px;color:#fff;text-align:center"|200 | |||
|style="border:0px;background-color:#6D2400;width:32px;height:32px;color:#fff;text-align:center"|310 | |||
|- | |- | ||
| | |style="border:0px;background-color:#FFFFFF;width:32px;height:32px;color:#000;text-align:center"|777 | ||
|style="border:0px;background-color:#6DB6FF;width:32px;height:32px;color:#000;text-align:center"|357 | |||
|style="border:0px;background-color:#9191FF;width:32px;height:32px;color:#000;text-align:center"|447 | |||
|style="border:0px;background-color:#DA6DFF;width:32px;height:32px;color:#000;text-align:center"|637 | |||
|style="border:0px;background-color:#FF00FF;width:32px;height:32px;color:#fff;text-align:center"|707 | |||
|style="border:0px;background-color:#FF6DFF;width:32px;height:32px;color:#000;text-align:center"|737 | |||
|style="border:0px;background-color:#FF9100;width:32px;height:32px;color:#000;text-align:center"|740 | |||
|style="border:0px;background-color:#FFB600;width:32px;height:32px;color:#000;text-align:center"|750 | |||
|style="border:0px;background-color:#DADA00;width:32px;height:32px;color:#000;text-align:center"|660 | |||
|style="border:0px;background-color:#6DDA00;width:32px;height:32px;color:#000;text-align:center"|360 | |||
|style="border:0px;background-color:#00FF00;width:32px;height:32px;color:#000;text-align:center"|070 | |||
|style="border:0px;background-color:#48FFDA;width:32px;height:32px;color:#000;text-align:center"|276 | |||
|style="border:0px;background-color:#00FFFF;width:32px;height:32px;color:#000;text-align:center"|077 | |||
|style="border:0px;background-color:#919191;width:32px;height:32px;color:#000;text-align:center"|444 | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|000 | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|000 | |||
|- | |- | ||
| | |style="border:0px;background-color:#FFFFFF;width:32px;height:32px;color:#000;text-align:center"|777 | ||
|style="border:0px;background-color:#B6DAFF;width:32px;height:32px;color:#000;text-align:center"|567 | |||
|style="border:0px;background-color:#DAB6FF;width:32px;height:32px;color:#000;text-align:center"|657 | |||
|style="border:0px;background-color:#FFB6FF;width:32px;height:32px;color:#000;text-align:center"|757 | |||
|style="border:0px;background-color:#FF91FF;width:32px;height:32px;color:#000;text-align:center"|747 | |||
|style="border:0px;background-color:#FFB6B6;width:32px;height:32px;color:#000;text-align:center"|755 | |||
|style="border:0px;background-color:#FFDA91;width:32px;height:32px;color:#000;text-align:center"|764 | |||
|style="border:0px;background-color:#FFFF00;width:32px;height:32px;color:#000;text-align:center"|770 | |||
|style="border:0px;background-color:#FFFF6D;width:32px;height:32px;color:#000;text-align:center"|773 | |||
|style="border:0px;background-color:#B6FF48;width:32px;height:32px;color:#000;text-align:center"|572 | |||
|style="border:0px;background-color:#91FF6D;width:32px;height:32px;color:#000;text-align:center"|473 | |||
|style="border:0px;background-color:#48FFDA;width:32px;height:32px;color:#000;text-align:center"|276 | |||
|style="border:0px;background-color:#91DAFF;width:32px;height:32px;color:#000;text-align:center"|467 | |||
|style="border:0px;background-color:#DADADA;width:32px;height:32px;color:#000;text-align:center"|666 | |||
|style="border:0px;background-color:#DAB66D;width:32px;height:32px;color:#000;text-align:center"|653 | |||
|style="border:0px;background-color:#FFDA00;width:32px;height:32px;color:#000;text-align:center"|760 | |||
|} | |||
<!-- | |||
This image shows all the colors except the six shades of grey: | |||
[[Image:2C04_Palette_(Voronoi).png]] --> | |||
The [[PPUMASK]] monochrome bit has the same implementation as on the 2C02, and so it has an unintuitive effect on the 2C04 PPUs; rather than forcing colors to grayscale, it instead forces them to the first column. | |||
==== RP2C04-0001 ==== | |||
MAME's source claims that ''Baseball'', ''Freedom Force'', ''Gradius'', ''Hogan's Alley'', ''Mach Rider'', ''Pinball'', and ''Platoon'' require this palette. | |||
755,637,700,447,044,120,222,704,777,333,750,503,403,660,320,777 | |||
357,653,310,360,467,657,764,027,760,276,000,200,666,444,707,014 | |||
003,567,757,070,077,022,053,507,000,420,747,510,407,006,740,000 | |||
000,140,555,031,572,326,770,630,020,036,040,111,773,737,430,473 | |||
<div style="margin-left: 2em;"> | |||
<div class="mw-collapsible mw-collapsed" style="border:1px solid #a2a9b1; padding: 5px; display: inline-block; min-width: 25em; overflow:auto;"> | |||
<div style="font-weight:bold;line-height:1.6;">Palette colors</div> | |||
<div class="mw-collapsible-content"> | |||
{|class="wikitable" | |||
|- | |- | ||
| $ | ! style="text-align:center"| | ||
! style="text-align:center"|$x0 | |||
! style="text-align:center"|$x1 | |||
! style="text-align:center"|$x2 | |||
! style="text-align:center"|$x3 | |||
! style="text-align:center"|$x4 | |||
! style="text-align:center"|$x5 | |||
! style="text-align:center"|$x6 | |||
! style="text-align:center"|$x7 | |||
! style="text-align:center"|$x8 | |||
! style="text-align:center"|$x9 | |||
! style="text-align:center"|$xA | |||
! style="text-align:center"|$xB | |||
! style="text-align:center"|$xC | |||
! style="text-align:center"|$xD | |||
! style="text-align:center"|$xE | |||
! style="text-align:center"|$xF | |||
|- | |- | ||
| $ | ! style="text-align:center"|$0x | ||
|style="border:0px;background-color:#FFB6B6;width:32px;height:32px;color:#000;text-align:center"|755 | |||
|style="border:0px;background-color:#DA6DFF;width:32px;height:32px;color:#000;text-align:center"|637 | |||
|style="border:0px;background-color:#FF0000;width:32px;height:32px;color:#fff;text-align:center"|700 | |||
|style="border:0px;background-color:#9191FF;width:32px;height:32px;color:#000;text-align:center"|447 | |||
|style="border:0px;background-color:#009191;width:32px;height:32px;color:#fff;text-align:center"|044 | |||
|style="border:0px;background-color:#244800;width:32px;height:32px;color:#fff;text-align:center"|120 | |||
|style="border:0px;background-color:#484848;width:32px;height:32px;color:#fff;text-align:center"|222 | |||
|style="border:0px;background-color:#FF0091;width:32px;height:32px;color:#fff;text-align:center"|704 | |||
|style="border:0px;background-color:#FFFFFF;width:32px;height:32px;color:#000;text-align:center"|777 | |||
|style="border:0px;background-color:#6D6D6D;width:32px;height:32px;color:#fff;text-align:center"|333 | |||
|style="border:0px;background-color:#FFB600;width:32px;height:32px;color:#000;text-align:center"|750 | |||
|style="border:0px;background-color:#B6006D;width:32px;height:32px;color:#fff;text-align:center"|503 | |||
|style="border:0px;background-color:#91006D;width:32px;height:32px;color:#fff;text-align:center"|403 | |||
|style="border:0px;background-color:#DADA00;width:32px;height:32px;color:#000;text-align:center"|660 | |||
|style="border:0px;background-color:#6D4800;width:32px;height:32px;color:#fff;text-align:center"|320 | |||
|style="border:0px;background-color:#FFFFFF;width:32px;height:32px;color:#000;text-align:center"|777 | |||
|- | |- | ||
| $ | ! style="text-align:center"|$1x | ||
|style="border:0px;background-color:#6DB6FF;width:32px;height:32px;color:#000;text-align:center"|357 | |||
|style="border:0px;background-color:#DAB66D;width:32px;height:32px;color:#000;text-align:center"|653 | |||
|style="border:0px;background-color:#6D2400;width:32px;height:32px;color:#fff;text-align:center"|310 | |||
|style="border:0px;background-color:#6DDA00;width:32px;height:32px;color:#000;text-align:center"|360 | |||
|style="border:0px;background-color:#91DAFF;width:32px;height:32px;color:#000;text-align:center"|467 | |||
|style="border:0px;background-color:#DAB6FF;width:32px;height:32px;color:#000;text-align:center"|657 | |||
|style="border:0px;background-color:#FFDA91;width:32px;height:32px;color:#000;text-align:center"|764 | |||
|style="border:0px;background-color:#0048FF;width:32px;height:32px;color:#fff;text-align:center"|027 | |||
|style="border:0px;background-color:#FFDA00;width:32px;height:32px;color:#000;text-align:center"|760 | |||
|style="border:0px;background-color:#48FFDA;width:32px;height:32px;color:#000;text-align:center"|276 | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|000 | |||
|style="border:0px;background-color:#480000;width:32px;height:32px;color:#fff;text-align:center"|200 | |||
|style="border:0px;background-color:#DADADA;width:32px;height:32px;color:#000;text-align:center"|666 | |||
|style="border:0px;background-color:#919191;width:32px;height:32px;color:#000;text-align:center"|444 | |||
|style="border:0px;background-color:#FF00FF;width:32px;height:32px;color:#fff;text-align:center"|707 | |||
|style="border:0px;background-color:#002491;width:32px;height:32px;color:#fff;text-align:center"|014 | |||
|- | |- | ||
| $ | ! style="text-align:center"|$2x | ||
|style="border:0px;background-color:#00006D;width:32px;height:32px;color:#fff;text-align:center"|003 | |||
|style="border:0px;background-color:#B6DAFF;width:32px;height:32px;color:#000;text-align:center"|567 | |||
|style="border:0px;background-color:#FFB6FF;width:32px;height:32px;color:#000;text-align:center"|757 | |||
|style="border:0px;background-color:#00FF00;width:32px;height:32px;color:#000;text-align:center"|070 | |||
|style="border:0px;background-color:#00FFFF;width:32px;height:32px;color:#000;text-align:center"|077 | |||
|style="border:0px;background-color:#004848;width:32px;height:32px;color:#fff;text-align:center"|022 | |||
|style="border:0px;background-color:#00B66D;width:32px;height:32px;color:#fff;text-align:center"|053 | |||
|style="border:0px;background-color:#B600FF;width:32px;height:32px;color:#fff;text-align:center"|507 | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|000 | |||
|style="border:0px;background-color:#914800;width:32px;height:32px;color:#fff;text-align:center"|420 | |||
|style="border:0px;background-color:#FF91FF;width:32px;height:32px;color:#000;text-align:center"|747 | |||
|style="border:0px;background-color:#B62400;width:32px;height:32px;color:#fff;text-align:center"|510 | |||
|style="border:0px;background-color:#9100FF;width:32px;height:32px;color:#fff;text-align:center"|407 | |||
|style="border:0px;background-color:#0000DA;width:32px;height:32px;color:#fff;text-align:center"|006 | |||
|style="border:0px;background-color:#FF9100;width:32px;height:32px;color:#000;text-align:center"|740 | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|000 | |||
|- | |||
! style="text-align:center"|$3x | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|000 | |||
|style="border:0px;background-color:#249100;width:32px;height:32px;color:#fff;text-align:center"|140 | |||
|style="border:0px;background-color:#B6B6B6;width:32px;height:32px;color:#000;text-align:center"|555 | |||
|style="border:0px;background-color:#006D24;width:32px;height:32px;color:#fff;text-align:center"|031 | |||
|style="border:0px;background-color:#B6FF48;width:32px;height:32px;color:#000;text-align:center"|572 | |||
|style="border:0px;background-color:#6D48DA;width:32px;height:32px;color:#fff;text-align:center"|326 | |||
|style="border:0px;background-color:#FFFF00;width:32px;height:32px;color:#000;text-align:center"|770 | |||
|style="border:0px;background-color:#DA6D00;width:32px;height:32px;color:#000;text-align:center"|630 | |||
|style="border:0px;background-color:#004800;width:32px;height:32px;color:#fff;text-align:center"|020 | |||
|style="border:0px;background-color:#006DDA;width:32px;height:32px;color:#fff;text-align:center"|036 | |||
|style="border:0px;background-color:#009100;width:32px;height:32px;color:#fff;text-align:center"|040 | |||
|style="border:0px;background-color:#242424;width:32px;height:32px;color:#fff;text-align:center"|111 | |||
|style="border:0px;background-color:#FFFF6D;width:32px;height:32px;color:#000;text-align:center"|773 | |||
|style="border:0px;background-color:#FF6DFF;width:32px;height:32px;color:#000;text-align:center"|737 | |||
|style="border:0px;background-color:#916D00;width:32px;height:32px;color:#fff;text-align:center"|430 | |||
|style="border:0px;background-color:#91FF6D;width:32px;height:32px;color:#000;text-align:center"|473 | |||
|} | |} | ||
</div></div></div> | |||
==== RP2C04-0002 ==== | |||
MAME's source claims that ''Castlevania'', ''Mach Rider (Endurance Course)'', ''Raid on Bungeling Bay'', ''Slalom'', ''Soccer'', ''Stroke & Match Golf'' (both versions), and ''Wrecking Crew'' require this palette. | |||
000,750,430,572,473,737,044,567,700,407,773,747,777,637,467,040 | |||
020,357,510,666,053,360,200,447,222,707,003,276,657,320,000,326 | |||
403,764,740,757,036,310,555,006,507,760,333,120,027,000,660,777 | |||
653,111,070,630,022,014,704,140,000,077,420,770,755,503,031,444 | |||
<div style="margin-left: 2em;"> | |||
<div class="mw-collapsible mw-collapsed" style="border:1px solid #a2a9b1; padding: 5px; display: inline-block; min-width: 25em; overflow:auto;"> | |||
<div style="font-weight:bold;line-height:1.6;">Palette colors</div> | |||
<div class="mw-collapsible-content"> | |||
{|class="wikitable" | |||
|- | |||
! style="text-align:center"| | |||
! style="text-align:center"|$x0 | |||
! style="text-align:center"|$x1 | |||
! style="text-align:center"|$x2 | |||
! style="text-align:center"|$x3 | |||
! style="text-align:center"|$x4 | |||
! style="text-align:center"|$x5 | |||
! style="text-align:center"|$x6 | |||
! style="text-align:center"|$x7 | |||
! style="text-align:center"|$x8 | |||
! style="text-align:center"|$x9 | |||
! style="text-align:center"|$xA | |||
! style="text-align:center"|$xB | |||
! style="text-align:center"|$xC | |||
! style="text-align:center"|$xD | |||
! style="text-align:center"|$xE | |||
! style="text-align:center"|$xF | |||
|- | |||
! style="text-align:center"|$0x | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|000 | |||
|style="border:0px;background-color:#FFB600;width:32px;height:32px;color:#000;text-align:center"|750 | |||
|style="border:0px;background-color:#916D00;width:32px;height:32px;color:#fff;text-align:center"|430 | |||
|style="border:0px;background-color:#B6FF48;width:32px;height:32px;color:#000;text-align:center"|572 | |||
|style="border:0px;background-color:#91FF6D;width:32px;height:32px;color:#000;text-align:center"|473 | |||
|style="border:0px;background-color:#FF6DFF;width:32px;height:32px;color:#000;text-align:center"|737 | |||
|style="border:0px;background-color:#009191;width:32px;height:32px;color:#fff;text-align:center"|044 | |||
|style="border:0px;background-color:#B6DAFF;width:32px;height:32px;color:#000;text-align:center"|567 | |||
|style="border:0px;background-color:#FF0000;width:32px;height:32px;color:#fff;text-align:center"|700 | |||
|style="border:0px;background-color:#9100FF;width:32px;height:32px;color:#fff;text-align:center"|407 | |||
|style="border:0px;background-color:#FFFF6D;width:32px;height:32px;color:#000;text-align:center"|773 | |||
|style="border:0px;background-color:#FF91FF;width:32px;height:32px;color:#000;text-align:center"|747 | |||
|style="border:0px;background-color:#FFFFFF;width:32px;height:32px;color:#000;text-align:center"|777 | |||
|style="border:0px;background-color:#DA6DFF;width:32px;height:32px;color:#000;text-align:center"|637 | |||
|style="border:0px;background-color:#91DAFF;width:32px;height:32px;color:#000;text-align:center"|467 | |||
|style="border:0px;background-color:#009100;width:32px;height:32px;color:#fff;text-align:center"|040 | |||
|- | |||
! style="text-align:center"|$1x | |||
|style="border:0px;background-color:#004800;width:32px;height:32px;color:#fff;text-align:center"|020 | |||
|style="border:0px;background-color:#6DB6FF;width:32px;height:32px;color:#000;text-align:center"|357 | |||
|style="border:0px;background-color:#B62400;width:32px;height:32px;color:#fff;text-align:center"|510 | |||
|style="border:0px;background-color:#DADADA;width:32px;height:32px;color:#000;text-align:center"|666 | |||
|style="border:0px;background-color:#00B66D;width:32px;height:32px;color:#fff;text-align:center"|053 | |||
|style="border:0px;background-color:#6DDA00;width:32px;height:32px;color:#000;text-align:center"|360 | |||
|style="border:0px;background-color:#480000;width:32px;height:32px;color:#fff;text-align:center"|200 | |||
|style="border:0px;background-color:#9191FF;width:32px;height:32px;color:#000;text-align:center"|447 | |||
|style="border:0px;background-color:#484848;width:32px;height:32px;color:#fff;text-align:center"|222 | |||
|style="border:0px;background-color:#FF00FF;width:32px;height:32px;color:#fff;text-align:center"|707 | |||
|style="border:0px;background-color:#00006D;width:32px;height:32px;color:#fff;text-align:center"|003 | |||
|style="border:0px;background-color:#48FFDA;width:32px;height:32px;color:#000;text-align:center"|276 | |||
|style="border:0px;background-color:#DAB6FF;width:32px;height:32px;color:#000;text-align:center"|657 | |||
|style="border:0px;background-color:#6D4800;width:32px;height:32px;color:#fff;text-align:center"|320 | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|000 | |||
|style="border:0px;background-color:#6D48DA;width:32px;height:32px;color:#fff;text-align:center"|326 | |||
|- | |||
! style="text-align:center"|$2x | |||
|style="border:0px;background-color:#91006D;width:32px;height:32px;color:#fff;text-align:center"|403 | |||
|style="border:0px;background-color:#FFDA91;width:32px;height:32px;color:#000;text-align:center"|764 | |||
|style="border:0px;background-color:#FF9100;width:32px;height:32px;color:#000;text-align:center"|740 | |||
|style="border:0px;background-color:#FFB6FF;width:32px;height:32px;color:#000;text-align:center"|757 | |||
|style="border:0px;background-color:#006DDA;width:32px;height:32px;color:#fff;text-align:center"|036 | |||
|style="border:0px;background-color:#6D2400;width:32px;height:32px;color:#fff;text-align:center"|310 | |||
|style="border:0px;background-color:#B6B6B6;width:32px;height:32px;color:#000;text-align:center"|555 | |||
|style="border:0px;background-color:#0000DA;width:32px;height:32px;color:#fff;text-align:center"|006 | |||
|style="border:0px;background-color:#B600FF;width:32px;height:32px;color:#fff;text-align:center"|507 | |||
|style="border:0px;background-color:#FFDA00;width:32px;height:32px;color:#000;text-align:center"|760 | |||
|style="border:0px;background-color:#6D6D6D;width:32px;height:32px;color:#fff;text-align:center"|333 | |||
|style="border:0px;background-color:#244800;width:32px;height:32px;color:#fff;text-align:center"|120 | |||
|style="border:0px;background-color:#0048FF;width:32px;height:32px;color:#fff;text-align:center"|027 | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|000 | |||
|style="border:0px;background-color:#DADA00;width:32px;height:32px;color:#000;text-align:center"|660 | |||
|style="border:0px;background-color:#FFFFFF;width:32px;height:32px;color:#000;text-align:center"|777 | |||
|- | |||
! style="text-align:center"|$3x | |||
|style="border:0px;background-color:#DAB66D;width:32px;height:32px;color:#000;text-align:center"|653 | |||
|style="border:0px;background-color:#242424;width:32px;height:32px;color:#fff;text-align:center"|111 | |||
|style="border:0px;background-color:#00FF00;width:32px;height:32px;color:#000;text-align:center"|070 | |||
|style="border:0px;background-color:#DA6D00;width:32px;height:32px;color:#000;text-align:center"|630 | |||
|style="border:0px;background-color:#004848;width:32px;height:32px;color:#fff;text-align:center"|022 | |||
|style="border:0px;background-color:#002491;width:32px;height:32px;color:#fff;text-align:center"|014 | |||
|style="border:0px;background-color:#FF0091;width:32px;height:32px;color:#fff;text-align:center"|704 | |||
|style="border:0px;background-color:#249100;width:32px;height:32px;color:#fff;text-align:center"|140 | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|000 | |||
|style="border:0px;background-color:#00FFFF;width:32px;height:32px;color:#000;text-align:center"|077 | |||
|style="border:0px;background-color:#914800;width:32px;height:32px;color:#fff;text-align:center"|420 | |||
|style="border:0px;background-color:#FFFF00;width:32px;height:32px;color:#000;text-align:center"|770 | |||
|style="border:0px;background-color:#FFB6B6;width:32px;height:32px;color:#000;text-align:center"|755 | |||
|style="border:0px;background-color:#B6006D;width:32px;height:32px;color:#fff;text-align:center"|503 | |||
|style="border:0px;background-color:#006D24;width:32px;height:32px;color:#fff;text-align:center"|031 | |||
|style="border:0px;background-color:#919191;width:32px;height:32px;color:#000;text-align:center"|444 | |||
|} | |||
</div></div></div> | |||
==== RP2C04-0003 ==== | |||
MAME's source claims that ''Balloon Fight'', ''Dr. Mario'', ''Excitebike'' (US), ''Goonies'', and ''Soccer'' require this palette. | |||
||||| | |||
507,737,473,555,040,777,567,120,014,000,764,320,704,666,653,467 | |||
447,044,503,027,140,430,630,053,333,326,000,006,700,510,747,755 | |||
637,020,003,770,111,750,740,777,360,403,357,707,036,444,000,310 | |||
077,200,572,757,420,070,660,222,031,000,657,773,407,276,760,022 | |||
|||||||| | <div style="margin-left: 2em;"> | ||
<div class="mw-collapsible mw-collapsed" style="border:1px solid #a2a9b1; padding: 5px; display: inline-block; min-width: 25em; overflow:auto;"> | |||
<div style="font-weight:bold;line-height:1.6;">Palette colors</div> | |||
<div class="mw-collapsible-content"> | |||
{|class="wikitable" | |||
|- | |||
! style="text-align:center"| | |||
! style="text-align:center"|$x0 | |||
! style="text-align:center"|$x1 | |||
! style="text-align:center"|$x2 | |||
! style="text-align:center"|$x3 | |||
! style="text-align:center"|$x4 | |||
! style="text-align:center"|$x5 | |||
! style="text-align:center"|$x6 | |||
! style="text-align:center"|$x7 | |||
! style="text-align:center"|$x8 | |||
! style="text-align:center"|$x9 | |||
! style="text-align:center"|$xA | |||
! style="text-align:center"|$xB | |||
! style="text-align:center"|$xC | |||
! style="text-align:center"|$xD | |||
! style="text-align:center"|$xE | |||
! style="text-align:center"|$xF | |||
|- | |||
! style="text-align:center"|$0x | |||
|style="border:0px;background-color:#B600FF;width:32px;height:32px;color:#fff;text-align:center"|507 | |||
|style="border:0px;background-color:#FF6DFF;width:32px;height:32px;color:#000;text-align:center"|737 | |||
|style="border:0px;background-color:#91FF6D;width:32px;height:32px;color:#000;text-align:center"|473 | |||
|style="border:0px;background-color:#B6B6B6;width:32px;height:32px;color:#000;text-align:center"|555 | |||
|style="border:0px;background-color:#009100;width:32px;height:32px;color:#fff;text-align:center"|040 | |||
|style="border:0px;background-color:#FFFFFF;width:32px;height:32px;color:#000;text-align:center"|777 | |||
|style="border:0px;background-color:#B6DAFF;width:32px;height:32px;color:#000;text-align:center"|567 | |||
|style="border:0px;background-color:#244800;width:32px;height:32px;color:#fff;text-align:center"|120 | |||
|style="border:0px;background-color:#002491;width:32px;height:32px;color:#fff;text-align:center"|014 | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|000 | |||
|style="border:0px;background-color:#FFDA91;width:32px;height:32px;color:#000;text-align:center"|764 | |||
|style="border:0px;background-color:#6D4800;width:32px;height:32px;color:#fff;text-align:center"|320 | |||
|style="border:0px;background-color:#FF0091;width:32px;height:32px;color:#fff;text-align:center"|704 | |||
|style="border:0px;background-color:#DADADA;width:32px;height:32px;color:#000;text-align:center"|666 | |||
|style="border:0px;background-color:#DAB66D;width:32px;height:32px;color:#000;text-align:center"|653 | |||
|style="border:0px;background-color:#91DAFF;width:32px;height:32px;color:#000;text-align:center"|467 | |||
|- | |||
! style="text-align:center"|$1x | |||
|style="border:0px;background-color:#9191FF;width:32px;height:32px;color:#000;text-align:center"|447 | |||
|style="border:0px;background-color:#009191;width:32px;height:32px;color:#fff;text-align:center"|044 | |||
|style="border:0px;background-color:#B6006D;width:32px;height:32px;color:#fff;text-align:center"|503 | |||
|style="border:0px;background-color:#0048FF;width:32px;height:32px;color:#fff;text-align:center"|027 | |||
|style="border:0px;background-color:#249100;width:32px;height:32px;color:#fff;text-align:center"|140 | |||
|style="border:0px;background-color:#916D00;width:32px;height:32px;color:#fff;text-align:center"|430 | |||
|style="border:0px;background-color:#DA6D00;width:32px;height:32px;color:#000;text-align:center"|630 | |||
|style="border:0px;background-color:#00B66D;width:32px;height:32px;color:#fff;text-align:center"|053 | |||
|style="border:0px;background-color:#6D6D6D;width:32px;height:32px;color:#fff;text-align:center"|333 | |||
|style="border:0px;background-color:#6D48DA;width:32px;height:32px;color:#fff;text-align:center"|326 | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|000 | |||
|style="border:0px;background-color:#0000DA;width:32px;height:32px;color:#fff;text-align:center"|006 | |||
|style="border:0px;background-color:#FF0000;width:32px;height:32px;color:#fff;text-align:center"|700 | |||
|style="border:0px;background-color:#B62400;width:32px;height:32px;color:#fff;text-align:center"|510 | |||
|style="border:0px;background-color:#FF91FF;width:32px;height:32px;color:#000;text-align:center"|747 | |||
|style="border:0px;background-color:#FFB6B6;width:32px;height:32px;color:#000;text-align:center"|755 | |||
|- | |||
! style="text-align:center"|$2x | |||
|style="border:0px;background-color:#DA6DFF;width:32px;height:32px;color:#000;text-align:center"|637 | |||
|style="border:0px;background-color:#004800;width:32px;height:32px;color:#fff;text-align:center"|020 | |||
|style="border:0px;background-color:#00006D;width:32px;height:32px;color:#fff;text-align:center"|003 | |||
|style="border:0px;background-color:#FFFF00;width:32px;height:32px;color:#000;text-align:center"|770 | |||
|style="border:0px;background-color:#242424;width:32px;height:32px;color:#fff;text-align:center"|111 | |||
|style="border:0px;background-color:#FFB600;width:32px;height:32px;color:#000;text-align:center"|750 | |||
|style="border:0px;background-color:#FF9100;width:32px;height:32px;color:#000;text-align:center"|740 | |||
|style="border:0px;background-color:#FFFFFF;width:32px;height:32px;color:#000;text-align:center"|777 | |||
|style="border:0px;background-color:#6DDA00;width:32px;height:32px;color:#000;text-align:center"|360 | |||
|style="border:0px;background-color:#91006D;width:32px;height:32px;color:#fff;text-align:center"|403 | |||
|style="border:0px;background-color:#6DB6FF;width:32px;height:32px;color:#000;text-align:center"|357 | |||
|style="border:0px;background-color:#FF00FF;width:32px;height:32px;color:#fff;text-align:center"|707 | |||
|style="border:0px;background-color:#006DDA;width:32px;height:32px;color:#fff;text-align:center"|036 | |||
|style="border:0px;background-color:#919191;width:32px;height:32px;color:#000;text-align:center"|444 | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|000 | |||
|style="border:0px;background-color:#6D2400;width:32px;height:32px;color:#fff;text-align:center"|310 | |||
|- | |||
! style="text-align:center"|$3x | |||
|style="border:0px;background-color:#00FFFF;width:32px;height:32px;color:#000;text-align:center"|077 | |||
|style="border:0px;background-color:#480000;width:32px;height:32px;color:#fff;text-align:center"|200 | |||
|style="border:0px;background-color:#B6FF48;width:32px;height:32px;color:#000;text-align:center"|572 | |||
|style="border:0px;background-color:#FFB6FF;width:32px;height:32px;color:#000;text-align:center"|757 | |||
|style="border:0px;background-color:#914800;width:32px;height:32px;color:#fff;text-align:center"|420 | |||
|style="border:0px;background-color:#00FF00;width:32px;height:32px;color:#000;text-align:center"|070 | |||
|style="border:0px;background-color:#DADA00;width:32px;height:32px;color:#000;text-align:center"|660 | |||
|style="border:0px;background-color:#484848;width:32px;height:32px;color:#fff;text-align:center"|222 | |||
|style="border:0px;background-color:#006D24;width:32px;height:32px;color:#fff;text-align:center"|031 | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|000 | |||
|style="border:0px;background-color:#DAB6FF;width:32px;height:32px;color:#000;text-align:center"|657 | |||
|style="border:0px;background-color:#FFFF6D;width:32px;height:32px;color:#000;text-align:center"|773 | |||
|style="border:0px;background-color:#9100FF;width:32px;height:32px;color:#fff;text-align:center"|407 | |||
|style="border:0px;background-color:#48FFDA;width:32px;height:32px;color:#000;text-align:center"|276 | |||
|style="border:0px;background-color:#FFDA00;width:32px;height:32px;color:#000;text-align:center"|760 | |||
|style="border:0px;background-color:#004848;width:32px;height:32px;color:#fff;text-align:center"|022 | |||
|} | |||
</div></div></div> | |||
==== RP2C04-0004 ==== | |||
MAME's source claims that ''Clu Clu Land'', ''Excitebike'' (Japan), ''Ice Climber'' (both versions), and ''Super Mario Bros.'' require this palette. | |||
430,326,044,660,000,755,014,630,555,310,070,003,764,770,040,572 | |||
737,200,027,747,000,222,510,740,653,053,447,140,403,000,473,357 | |||
503,031,420,006,407,507,333,704,022,666,036,020,111,773,444,707 | |||
757,777,320,700,760,276,777,467,000,750,637,567,360,657,077,120 | |||
<div style="margin-left: 2em;"> | |||
<div class="mw-collapsible mw-collapsed" style="border:1px solid #a2a9b1; padding: 5px; display: inline-block; min-width: 25em; overflow:auto;"> | |||
<div style="font-weight:bold;line-height:1.6;">Palette colors</div> | |||
<div class="mw-collapsible-content"> | |||
{|class="wikitable" | |||
|- | |||
! style="text-align:center"| | |||
! style="text-align:center"|$x0 | |||
! style="text-align:center"|$x1 | |||
! style="text-align:center"|$x2 | |||
! style="text-align:center"|$x3 | |||
! style="text-align:center"|$x4 | |||
! style="text-align:center"|$x5 | |||
! style="text-align:center"|$x6 | |||
! style="text-align:center"|$x7 | |||
! style="text-align:center"|$x8 | |||
! style="text-align:center"|$x9 | |||
! style="text-align:center"|$xA | |||
! style="text-align:center"|$xB | |||
! style="text-align:center"|$xC | |||
! style="text-align:center"|$xD | |||
! style="text-align:center"|$xE | |||
! style="text-align:center"|$xF | |||
|- | |||
! style="text-align:center"|$0x | |||
|style="border:0px;background-color:#916D00;width:32px;height:32px;color:#fff;text-align:center"|430 | |||
|style="border:0px;background-color:#6D48DA;width:32px;height:32px;color:#fff;text-align:center"|326 | |||
|style="border:0px;background-color:#009191;width:32px;height:32px;color:#fff;text-align:center"|044 | |||
|style="border:0px;background-color:#DADA00;width:32px;height:32px;color:#000;text-align:center"|660 | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|000 | |||
|style="border:0px;background-color:#FFB6B6;width:32px;height:32px;color:#000;text-align:center"|755 | |||
|style="border:0px;background-color:#002491;width:32px;height:32px;color:#fff;text-align:center"|014 | |||
|style="border:0px;background-color:#DA6D00;width:32px;height:32px;color:#000;text-align:center"|630 | |||
|style="border:0px;background-color:#B6B6B6;width:32px;height:32px;color:#000;text-align:center"|555 | |||
|style="border:0px;background-color:#6D2400;width:32px;height:32px;color:#fff;text-align:center"|310 | |||
|style="border:0px;background-color:#00FF00;width:32px;height:32px;color:#000;text-align:center"|070 | |||
|style="border:0px;background-color:#00006D;width:32px;height:32px;color:#fff;text-align:center"|003 | |||
|style="border:0px;background-color:#FFDA91;width:32px;height:32px;color:#000;text-align:center"|764 | |||
|style="border:0px;background-color:#FFFF00;width:32px;height:32px;color:#000;text-align:center"|770 | |||
|style="border:0px;background-color:#009100;width:32px;height:32px;color:#fff;text-align:center"|040 | |||
|style="border:0px;background-color:#B6FF48;width:32px;height:32px;color:#000;text-align:center"|572 | |||
|- | |||
! style="text-align:center"|$1x | |||
|style="border:0px;background-color:#FF6DFF;width:32px;height:32px;color:#000;text-align:center"|737 | |||
|style="border:0px;background-color:#480000;width:32px;height:32px;color:#fff;text-align:center"|200 | |||
|style="border:0px;background-color:#0048FF;width:32px;height:32px;color:#fff;text-align:center"|027 | |||
|style="border:0px;background-color:#FF91FF;width:32px;height:32px;color:#000;text-align:center"|747 | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|000 | |||
|style="border:0px;background-color:#484848;width:32px;height:32px;color:#fff;text-align:center"|222 | |||
|style="border:0px;background-color:#B62400;width:32px;height:32px;color:#fff;text-align:center"|510 | |||
|style="border:0px;background-color:#FF9100;width:32px;height:32px;color:#000;text-align:center"|740 | |||
|style="border:0px;background-color:#DAB66D;width:32px;height:32px;color:#000;text-align:center"|653 | |||
|style="border:0px;background-color:#00B66D;width:32px;height:32px;color:#fff;text-align:center"|053 | |||
|style="border:0px;background-color:#9191FF;width:32px;height:32px;color:#000;text-align:center"|447 | |||
|style="border:0px;background-color:#249100;width:32px;height:32px;color:#fff;text-align:center"|140 | |||
|style="border:0px;background-color:#91006D;width:32px;height:32px;color:#fff;text-align:center"|403 | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|000 | |||
|style="border:0px;background-color:#91FF6D;width:32px;height:32px;color:#000;text-align:center"|473 | |||
|style="border:0px;background-color:#6DB6FF;width:32px;height:32px;color:#000;text-align:center"|357 | |||
|- | |||
! style="text-align:center"|$2x | |||
|style="border:0px;background-color:#B6006D;width:32px;height:32px;color:#fff;text-align:center"|503 | |||
|style="border:0px;background-color:#006D24;width:32px;height:32px;color:#fff;text-align:center"|031 | |||
|style="border:0px;background-color:#914800;width:32px;height:32px;color:#fff;text-align:center"|420 | |||
|style="border:0px;background-color:#0000DA;width:32px;height:32px;color:#fff;text-align:center"|006 | |||
|style="border:0px;background-color:#9100FF;width:32px;height:32px;color:#fff;text-align:center"|407 | |||
|style="border:0px;background-color:#B600FF;width:32px;height:32px;color:#fff;text-align:center"|507 | |||
|style="border:0px;background-color:#6D6D6D;width:32px;height:32px;color:#fff;text-align:center"|333 | |||
|style="border:0px;background-color:#FF0091;width:32px;height:32px;color:#fff;text-align:center"|704 | |||
|style="border:0px;background-color:#004848;width:32px;height:32px;color:#fff;text-align:center"|022 | |||
|style="border:0px;background-color:#DADADA;width:32px;height:32px;color:#000;text-align:center"|666 | |||
|style="border:0px;background-color:#006DDA;width:32px;height:32px;color:#fff;text-align:center"|036 | |||
|style="border:0px;background-color:#004800;width:32px;height:32px;color:#fff;text-align:center"|020 | |||
|style="border:0px;background-color:#242424;width:32px;height:32px;color:#fff;text-align:center"|111 | |||
|style="border:0px;background-color:#FFFF6D;width:32px;height:32px;color:#000;text-align:center"|773 | |||
|style="border:0px;background-color:#919191;width:32px;height:32px;color:#000;text-align:center"|444 | |||
|style="border:0px;background-color:#FF00FF;width:32px;height:32px;color:#fff;text-align:center"|707 | |||
|- | |||
! style="text-align:center"|$3x | |||
|style="border:0px;background-color:#FFB6FF;width:32px;height:32px;color:#000;text-align:center"|757 | |||
|style="border:0px;background-color:#FFFFFF;width:32px;height:32px;color:#000;text-align:center"|777 | |||
|style="border:0px;background-color:#6D4800;width:32px;height:32px;color:#fff;text-align:center"|320 | |||
|style="border:0px;background-color:#FF0000;width:32px;height:32px;color:#fff;text-align:center"|700 | |||
|style="border:0px;background-color:#FFDA00;width:32px;height:32px;color:#000;text-align:center"|760 | |||
|style="border:0px;background-color:#48FFDA;width:32px;height:32px;color:#000;text-align:center"|276 | |||
|style="border:0px;background-color:#FFFFFF;width:32px;height:32px;color:#000;text-align:center"|777 | |||
|style="border:0px;background-color:#91DAFF;width:32px;height:32px;color:#000;text-align:center"|467 | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|000 | |||
|style="border:0px;background-color:#FFB600;width:32px;height:32px;color:#000;text-align:center"|750 | |||
|style="border:0px;background-color:#DA6DFF;width:32px;height:32px;color:#000;text-align:center"|637 | |||
|style="border:0px;background-color:#B6DAFF;width:32px;height:32px;color:#000;text-align:center"|567 | |||
|style="border:0px;background-color:#6DDA00;width:32px;height:32px;color:#000;text-align:center"|360 | |||
|style="border:0px;background-color:#DAB6FF;width:32px;height:32px;color:#000;text-align:center"|657 | |||
|style="border:0px;background-color:#00FFFF;width:32px;height:32px;color:#000;text-align:center"|077 | |||
|style="border:0px;background-color:#244800;width:32px;height:32px;color:#fff;text-align:center"|120 | |||
|} | |||
</div></div></div> | |||
==== Games compatible with multiple different PPUs ==== | |||
Some games don't require that arcade owners have the correct physical PPU. | |||
At the very least, the following games use some of the DIP switches to support multiple different PPUs: | |||
* Atari RBI Baseball | |||
* Battle City | |||
* Star Luster | |||
* Super Sky Kid | |||
* Super Xevious | |||
* Tetris (Tengen) | |||
* TKO Boxing | |||
==== LUT approach ==== | |||
Emulator authors may implement the 2C04 variants as a LUT indexing the "ordered" palette. This has the added advantage of being able to use preexisting .pal files if the end user wishes to do so. | |||
Repeating colors such as 000 and 777 may index into the same entry of the "ordered" palette, as this is functionally identical. | |||
<nowiki>const unsigned char PaletteLUT_2C04_0001 [64] ={ | |||
0x35,0x23,0x16,0x22,0x1C,0x09,0x1D,0x15,0x20,0x00,0x27,0x05,0x04,0x28,0x08,0x20, | |||
0x21,0x3E,0x1F,0x29,0x3C,0x32,0x36,0x12,0x3F,0x2B,0x2E,0x1E,0x3D,0x2D,0x24,0x01, | |||
0x0E,0x31,0x33,0x2A,0x2C,0x0C,0x1B,0x14,0x2E,0x07,0x34,0x06,0x13,0x02,0x26,0x2E, | |||
0x2E,0x19,0x10,0x0A,0x39,0x03,0x37,0x17,0x0F,0x11,0x0B,0x0D,0x38,0x25,0x18,0x3A | |||
}; | |||
const unsigned char PaletteLUT_2C04_0002 [64] ={ | |||
0x2E,0x27,0x18,0x39,0x3A,0x25,0x1C,0x31,0x16,0x13,0x38,0x34,0x20,0x23,0x3C,0x0B, | |||
0x0F,0x21,0x06,0x3D,0x1B,0x29,0x1E,0x22,0x1D,0x24,0x0E,0x2B,0x32,0x08,0x2E,0x03, | |||
0x04,0x36,0x26,0x33,0x11,0x1F,0x10,0x02,0x14,0x3F,0x00,0x09,0x12,0x2E,0x28,0x20, | |||
0x3E,0x0D,0x2A,0x17,0x0C,0x01,0x15,0x19,0x2E,0x2C,0x07,0x37,0x35,0x05,0x0A,0x2D | |||
}; | |||
const unsigned char PaletteLUT_2C04_0003 [64] ={ | |||
0x14,0x25,0x3A,0x10,0x0B,0x20,0x31,0x09,0x01,0x2E,0x36,0x08,0x15,0x3D,0x3E,0x3C, | |||
0x22,0x1C,0x05,0x12,0x19,0x18,0x17,0x1B,0x00,0x03,0x2E,0x02,0x16,0x06,0x34,0x35, | |||
0x23,0x0F,0x0E,0x37,0x0D,0x27,0x26,0x20,0x29,0x04,0x21,0x24,0x11,0x2D,0x2E,0x1F, | |||
0x2C,0x1E,0x39,0x33,0x07,0x2A,0x28,0x1D,0x0A,0x2E,0x32,0x38,0x13,0x2B,0x3F,0x0C | |||
}; | |||
const unsigned char PaletteLUT_2C04_0004 [64] ={ | |||
0x18,0x03,0x1C,0x28,0x2E,0x35,0x01,0x17,0x10,0x1F,0x2A,0x0E,0x36,0x37,0x0B,0x39, | |||
0x25,0x1E,0x12,0x34,0x2E,0x1D,0x06,0x26,0x3E,0x1B,0x22,0x19,0x04,0x2E,0x3A,0x21, | |||
0x05,0x0A,0x07,0x02,0x13,0x14,0x00,0x15,0x0C,0x3D,0x11,0x0F,0x0D,0x38,0x2D,0x24, | |||
0x33,0x20,0x08,0x16,0x3F,0x2B,0x20,0x3C,0x2E,0x27,0x23,0x31,0x29,0x32,0x2C,0x09 | |||
};</nowiki> | |||
=== Recommended emulator palette === | |||
This generated palette is the idealized 2C02 composite palette with the | |||
user-adjustable hue set to -15 degrees to yield pure blue, red, yellow and cyan. | |||
This can also be used to target PAL games, as these hues are similar to what the | |||
2C07 outputs. | |||
The following palette was generated using [https://github.com/Gumball2415/palgen-persune Persune's palette generator v0.15.0] with the following arguments: | |||
<code>palgen_persune.py --skip-plot -cld -hue -15 -e -o docs/NESDev/Composite_wiki</code> | |||
Download: | |||
[[File:Composite_wiki.pal]] | |||
{|class="wikitable" | |||
|- | |||
|style="border:0px;background-color:#626262;width:32px;height:32px;color:#fff;text-align:center"|$00 | |||
|style="border:0px;background-color:#002C7C;width:32px;height:32px;color:#fff;text-align:center"|$01 | |||
|style="border:0px;background-color:#11159C;width:32px;height:32px;color:#fff;text-align:center"|$02 | |||
|style="border:0px;background-color:#36039C;width:32px;height:32px;color:#fff;text-align:center"|$03 | |||
|style="border:0px;background-color:#55007C;width:32px;height:32px;color:#fff;text-align:center"|$04 | |||
|style="border:0px;background-color:#670044;width:32px;height:32px;color:#fff;text-align:center"|$05 | |||
|style="border:0px;background-color:#670703;width:32px;height:32px;color:#fff;text-align:center"|$06 | |||
|style="border:0px;background-color:#551C00;width:32px;height:32px;color:#fff;text-align:center"|$07 | |||
|style="border:0px;background-color:#363200;width:32px;height:32px;color:#fff;text-align:center"|$08 | |||
|style="border:0px;background-color:#114400;width:32px;height:32px;color:#fff;text-align:center"|$09 | |||
|style="border:0px;background-color:#004E00;width:32px;height:32px;color:#fff;text-align:center"|$0A | |||
|style="border:0px;background-color:#004C03;width:32px;height:32px;color:#fff;text-align:center"|$0B | |||
|style="border:0px;background-color:#004044;width:32px;height:32px;color:#fff;text-align:center"|$0C | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|[[Color_$0D_games#Effects|<s style="color:red">$0D</s>]] | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$0E | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$0F | |||
|- | |||
|style="border:0px;background-color:#ABABAB;width:32px;height:32px;color:#000;text-align:center"|$10 | |||
|style="border:0px;background-color:#1260CE;width:32px;height:32px;color:#fff;text-align:center"|$11 | |||
|style="border:0px;background-color:#3D42FA;width:32px;height:32px;color:#fff;text-align:center"|$12 | |||
|style="border:0px;background-color:#6E29FA;width:32px;height:32px;color:#fff;text-align:center"|$13 | |||
|style="border:0px;background-color:#991CCE;width:32px;height:32px;color:#fff;text-align:center"|$14 | |||
|style="border:0px;background-color:#B11E81;width:32px;height:32px;color:#fff;text-align:center"|$15 | |||
|style="border:0px;background-color:#B12F29;width:32px;height:32px;color:#fff;text-align:center"|$16 | |||
|style="border:0px;background-color:#994A00;width:32px;height:32px;color:#fff;text-align:center"|$17 | |||
|style="border:0px;background-color:#6E6900;width:32px;height:32px;color:#fff;text-align:center"|$18 | |||
|style="border:0px;background-color:#3D8200;width:32px;height:32px;color:#fff;text-align:center"|$19 | |||
|style="border:0px;background-color:#128F00;width:32px;height:32px;color:#fff;text-align:center"|$1A | |||
|style="border:0px;background-color:#008D29;width:32px;height:32px;color:#fff;text-align:center"|$1B | |||
|style="border:0px;background-color:#007C81;width:32px;height:32px;color:#fff;text-align:center"|$1C | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$1D | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$1E | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$1F | |||
|- | |||
|style="border:0px;background-color:#FFFFFF;width:32px;height:32px;color:#000;text-align:center"|$20 | |||
|style="border:0px;background-color:#60B2FF;width:32px;height:32px;color:#000;text-align:center"|$21 | |||
|style="border:0px;background-color:#8D92FF;width:32px;height:32px;color:#000;text-align:center"|$22 | |||
|style="border:0px;background-color:#C078FF;width:32px;height:32px;color:#000;text-align:center"|$23 | |||
|style="border:0px;background-color:#EC6AFF;width:32px;height:32px;color:#000;text-align:center"|$24 | |||
|style="border:0px;background-color:#FF6DD4;width:32px;height:32px;color:#000;text-align:center"|$25 | |||
|style="border:0px;background-color:#FF7F79;width:32px;height:32px;color:#000;text-align:center"|$26 | |||
|style="border:0px;background-color:#EC9B2A;width:32px;height:32px;color:#000;text-align:center"|$27 | |||
|style="border:0px;background-color:#C0BA00;width:32px;height:32px;color:#000;text-align:center"|$28 | |||
|style="border:0px;background-color:#8DD400;width:32px;height:32px;color:#000;text-align:center"|$29 | |||
|style="border:0px;background-color:#60E22A;width:32px;height:32px;color:#000;text-align:center"|$2A | |||
|style="border:0px;background-color:#47E079;width:32px;height:32px;color:#000;text-align:center"|$2B | |||
|style="border:0px;background-color:#47CED4;width:32px;height:32px;color:#000;text-align:center"|$2C | |||
|style="border:0px;background-color:#4E4E4E;width:32px;height:32px;color:#fff;text-align:center"|$2D | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$2E | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$2F | |||
|- | |||
|style="border:0px;background-color:#FFFFFF;width:32px;height:32px;color:#000;text-align:center"|$30 | |||
|style="border:0px;background-color:#BFE0FF;width:32px;height:32px;color:#000;text-align:center"|$31 | |||
|style="border:0px;background-color:#D1D3FF;width:32px;height:32px;color:#000;text-align:center"|$32 | |||
|style="border:0px;background-color:#E6C9FF;width:32px;height:32px;color:#000;text-align:center"|$33 | |||
|style="border:0px;background-color:#F7C3FF;width:32px;height:32px;color:#000;text-align:center"|$34 | |||
|style="border:0px;background-color:#FFC4EE;width:32px;height:32px;color:#000;text-align:center"|$35 | |||
|style="border:0px;background-color:#FFCBC9;width:32px;height:32px;color:#000;text-align:center"|$36 | |||
|style="border:0px;background-color:#F7D7A9;width:32px;height:32px;color:#000;text-align:center"|$37 | |||
|style="border:0px;background-color:#E6E397;width:32px;height:32px;color:#000;text-align:center"|$38 | |||
|style="border:0px;background-color:#D1EE97;width:32px;height:32px;color:#000;text-align:center"|$39 | |||
|style="border:0px;background-color:#BFF3A9;width:32px;height:32px;color:#000;text-align:center"|$3A | |||
|style="border:0px;background-color:#B5F2C9;width:32px;height:32px;color:#000;text-align:center"|$3B | |||
|style="border:0px;background-color:#B5EBEE;width:32px;height:32px;color:#000;text-align:center"|$3C | |||
|style="border:0px;background-color:#B8B8B8;width:32px;height:32px;color:#000;text-align:center"|$3D | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$3E | |||
|style="border:0px;background-color:#000000;width:32px;height:32px;color:#fff;text-align:center"|$3F | |||
|} | |||
== Backdrop color == | |||
The backdrop color ($3F00) is shown wherever backgrounds and sprites are both transparent, as well as in the [[PPU_rendering#Drawing_overview|border region]] on NTSC and RGB PPUs. When only one of background or sprite rendering is disabled, the disabled component is treated as transparent. Disabling components in the left column via [[PPU_registers#PPUMASK|PPUMASK]] also treats them as transparent there. | |||
{{Anchor|Background_palette_direct_access}} | |||
=== Backdrop override === | |||
When both background and sprite rendering are disabled, this is called forced blank. During forced blank, the PPU normally draws the backdrop color. However, if the current VRAM address in [[PPU_registers#Internal_registers|v]] points into palette RAM ($3F00-$3FFF), then the color at that address will be drawn, instead, overriding the backdrop color. This can allow the CPU to deliberately select colors to draw to the screen, including in the border region, for effects such as color bars or to draw more colors on the screen than is possible during rendering. It can also be used to show the normally-unused transparent colors in $3Fx4/$3Fx8/$3FxC. | |||
More commonly, though, backdrop override results in a glitch where updating palettes outside of vblank causes the palette to be briefly drawn on the screen. Because of this, palette updates should be timed to occur during [[The frame and NMIs|vblank]]. Backdrop override can also occur naturally based on scroll position if v points into palette RAM when rendering disables, usually resulting in colors flashing in the 2 scanlines of border at the bottom of the screen. Fortunately, this border flashing is normally hidden by [[Overscan|overscan]]. | |||
Backdrop override is not a deliberate PPU feature, but rather a side effect of how palette RAM is addressed. Palette RAM has just one address input, which is normally the address produced by the rendering hardware. However, when palettes are written by the CPU, it instead needs to use the CPU's target address. The PPU draws whatever color is output from palette RAM, so changing the address to allow CPU access also changes the color drawn to the screen. This is similar to color RAM dots on some Sega consoles, but occurs continuously rather than just during the CPU access. | |||
== Color names == | |||
When programmers and artists are communicating, it's often useful to have human-readable names for colors. | |||
Many graphic designers who have done web or game work will be familiar with [[wikipedia:Web colors#HTML color names|HTML color names]]. | |||
=== Luma === | |||
* $0F: Black | |||
* $00: Dark gray | |||
* $10: Light gray or silver | |||
* $20: White | |||
* $01-$0C: Dark colors, medium mixed with black | |||
* $11-$1C: Medium colors, similar brightness to dark gray | |||
* $21-$2C: Light colors, similar brightness to light gray | |||
* $31-$3C: Pale colors, light mixed with white | |||
=== Chroma === | |||
Names for hues: | |||
* $x0: Gray | |||
* $x1: Azure | |||
* $x2: Blue | |||
* $x3: Violet | |||
* $x4: Magenta | |||
* $x5: Rose | |||
* $x6: Red or maroon | |||
* $x7: Orange | |||
* $x8: Yellow or olive | |||
* $x9: Chartreuse | |||
* $xA: Green | |||
* $xB: Spring | |||
* $xC: Cyan | |||
=== RGBI === | |||
These NES colors approximate colors in 16-color RGBI palettes, such as the CGA, EGA, or classic Windows palette, though the NES doesn't really have particularly good approximations: | |||
* $0F: 0/Black | |||
* $02: 1/Navy | |||
* $1A: 2/Green | |||
* $1C: 3/Teal | |||
* $06: 4/Maroon | |||
* $14: 5/Purple | |||
* $18: 6/Olive ($17 for the brown in CGA/EGA in RGB) | |||
* $10: 7/Silver | |||
* $00: 8/Gray | |||
* $12: 9/Blue | |||
* $2A: 10/Lime | |||
* $2C: 11/Aqua/Cyan | |||
* $16: 12/Red | |||
* $24: 13/Fuchsia/Magenta | |||
* $28: 14/Yellow | |||
* $30: 15/White | |||
== See also == | |||
* [[NTSC video]] - details of the NTSC signal generation and how it produces the palette | |||
* [[PAL video]] | |||
* [[:Category:Palettes|Palettes (gallery)]] - a few different visualizations of PPU palettes. | |||
* [//forums.nesdev.org/viewtopic.php?t=13264 Another palette test] - Simple test ROM to display the palette. | |||
* [[Full palette demo]] - Demo that displays the entire palette with all emphasis settings at once. | |||
* [//www.nesdev.org/rgbppu/ RGB PPU Palette Converter] - RGB PPU palette conversion and visualization tool, [//forums.nesdev.org/viewtopic.php?p=104217 written by WhoaMan]. | |||
== References == | |||
* [//forums.nesdev.org/viewtopic.php?p=98955#p98955 Re: Various questions about the color palette and emulators] - 2012 collection of 2C03, 2C04, 2C05 palettes. | |||
Latest revision as of 07:32, 2 September 2024
The NES has a limited selection of color outputs. A 6-bit value in the palette memory area corresponds to one of 64 outputs. The emphasis bits of the PPUMASK register ($2001) provide an additional color modifier.
For more information on how the colors are generated on an NTSC NES, see: NTSC video. For additional information on how the colors are generated on a PAL NES, see: PAL video.
Palette RAM
Palette 0 | Palette 1 | Palette 2 | Palette 3 | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
$x0 | $x1 | $x2 | $x3 | $x4 | $x5 | $x6 | $x7 | $x8 | $x9 | $xA | $xB | $xC | $xD | $xE | $xF | ||
Background | $3F0x | 0* | 1 | 2 | 3 | 0 | 1 | 2 | 3 | 0 | 1 | 2 | 3 | 0 | 1 | 2 | 3 |
Sprite | $3F1x | 1 | 2 | 3 | 1 | 2 | 3 | 1 | 2 | 3 | 1 | 2 | 3 |
* Note: Entry 0 of palette 0 is used as the backdrop color.
Backgrounds and sprites each have 4 palettes of 4 colors, located at $3F00-$3F1F in VRAM. Each byte in this palette RAM contains a 6-bit color value referencing one of the PPU's 64 colors. Entry 0 of each palette is unique in that it is transparent, so its color value is normally unused. However, because of the PPU's EXT functionality, entry 0 of palette 0 has the unique behavior of being the backdrop color. The backdrop color is the single color shown behind both the background and sprites, wherever both layers are transparent. Artistically, the backdrop color is usually considered a fourth color of the background and is sometimes called the universal background color.
A single element on the screen can only use a single palette. For backgrounds, this is usually a 16x16 pixel region, but may be as small as an 8x1 pixel sliver with assistance from a cartridge mapper. For sprites, this is a single sprite object, which is 8x8 or 8x16 pixels, depending on the current sprite size. The palette is selected with a 2-bit value referred to as attributes.
Ultimately, the color of a pixel is determined by background vs sprite (which selects the set of 4 palettes), the 2 bits of attributes (which select 1 of those 4 palettes), and the 2 bits of graphics or tile pattern data (which select the color from that palette). These create a 5-bit index into palette RAM:
4bit0 ----- SAAPP ||||| |||++- Pixel value from tile pattern data |++--- Palette number from attributes +----- Background/Sprite select
Note that entry 0 of each palette is also unique in that its color value is shared between the background and sprite palettes, so writing to either one updates the same internal storage. This means that the backdrop color can be written through both $3F00 and $3F10. Palette RAM as a whole is also mirrored through the entire $3F00-$3FFF region.
Color Value Significance (Hue / Value)
As in some second-generation game consoles, values in the NES palette are based on hue and brightness:
5 bit 0 ------- VV HHHH || |||| || ++++- Hue (phase, determines NTSC/PAL chroma) ++------ Value (voltage, determines NTSC/PAL luma)
Hue $0 is light gray, $1-$C are blue to red to green to cyan, $D is dark gray, and $E-$F are mirrors of $1D (black).
It works this way because of the way colors are represented in a composite NTSC or PAL signal, with the phase of a color subcarrier controlling the hue. For details regarding signal generation and color decoding, see NTSC video.
The canonical code for "black" is $0F.
The 2C03 RGB PPU used in the PlayChoice-10 and 2C05-99 in the Famicom Titler renders hue $D as black, not dark gray. The 2C04 PPUs used in many Vs. System arcade games have completely different palettes as a copy protection measure.
Palettes
The 2C02 (NTSC) and 2C07 (PAL) PPU is used to generate an analog composite video signal. These were used in most home consoles.
The 2C03, 2C04, and 2C05, on the other hand, all output analog red, green, blue, and sync (RGBS) signals. The sync signal contains horizontal and vertical sync pulses in the same format as an all-black composite signal. Each of the three video channels uses a 3-bit DAC driven by a look-up table in a 64x9-bit ROM inside the PPU. The look-up tables (one digit for each of red, green, and blue, in order) are given below.
RGB PPUs were used mostly in arcade machines (e.g. Vs. System, Playchoice 10), as well as the Sharp Famicom Titler.
2C02
The RF Famicom, AV Famicom, NES (both front- and top-loading), and the North American version of the Sharp Nintendo TV use the 2C02 PPU. Unlike some other consoles' video circuits, the 2C02 does not generate RGB video and then encode that to composite. Instead it generates NTSC video directly in the composite domain, decoded by the television receiver into RGB to drive its picture tube.
Do not use color $0D. It results in a "blacker than black" signal that may cause problems for some TVs.
Further details on $0D and its effects can be found here. |
Most emulators can use a predefined palette, such as one commonly stored in common .pal format, in which each triplet represents the sRGB color that results from decoding a large flat area with a given palette value.
See this page for more details on a general algorithm to decode a PPU composite signal to color RGB.
The following palette was generated using Persune's palette generator v0.15.0 with the following arguments:
palgen_persune.py --skip-plot -cld -phs -5.0 -e -o docs/NESDev/2C02G_wiki
Download: File:2C02G wiki.pal
$00 | $01 | $02 | $03 | $04 | $05 | $06 | $07 | $08 | $09 | $0A | $0B | $0C | $0E | $0F | |
$10 | $11 | $12 | $13 | $14 | $15 | $16 | $17 | $18 | $19 | $1A | $1B | $1C | $1D | $1E | $1F |
$20 | $21 | $22 | $23 | $24 | $25 | $26 | $27 | $28 | $29 | $2A | $2B | $2C | $2D | $2E | $2F |
$30 | $31 | $32 | $33 | $34 | $35 | $36 | $37 | $38 | $39 | $3A | $3B | $3C | $3D | $3E | $3F |
Other tools for generating a palette include one by Bisqwit and one by Drag. These simulate generating a large area of one flat color and then decoding that with the adjustment knobs set to various settings.
2C07
The PAL PPU (2C07) generates a composite PAL video signal, which has a -15 degree hue shift relative to the 2C02 due to a different colorburst reference phase generated by the PPU ($x7 rather than $x8), in addition to the PAL colorburst phase being defined as -U ± 45 degrees.
The following palette was generated using Persune's palette generator v0.15.0 with the following arguments:
palgen_persune.py --skip-plot -cld -ppu "2C07" -phs -5.0 --delay-line-filter -e -o docs/NESDev/2C07_wiki
Download: File:2C07 wiki.pal
$00 | $01 | $02 | $03 | $04 | $05 | $06 | $07 | $08 | $09 | $0A | $0B | $0C | $0E | $0F | |
$10 | $11 | $12 | $13 | $14 | $15 | $16 | $17 | $18 | $19 | $1A | $1B | $1C | $1D | $1E | $1F |
$20 | $21 | $22 | $23 | $24 | $25 | $26 | $27 | $28 | $29 | $2A | $2B | $2C | $2D | $2E | $2F |
$30 | $31 | $32 | $33 | $34 | $35 | $36 | $37 | $38 | $39 | $3A | $3B | $3C | $3D | $3E | $3F |
2C03 and 2C05
This palette is intentionally similar to the NES's standard palette, but notably is missing the greys in entries $2D and $3D.
The 2C03 is used in Vs. Duck Hunt, Vs. Tennis, all PlayChoice games, and the Sharp C1 (Famicom TV).
The 2C05 is used in some later Vs. games as a copy protection measure. A variant of the 2C05 without copy protection measures is present in the Sharp Famicom Titler, albeit with adjustments to the output (see below).
Both have historically been used in RGB mods for the NES, as a circuit implementing A0' = A0 xor (A1 nor A2)
can swap PPUCTRL and PPUMASK to make a 2C05 behave as a 2C03.
The formula for mapping the DAC integer channel value to 8-bit per channel color is C = 255 * DAC / 7
.
Download: File:2C03 wiki.pal
$x0 | $x1 | $x2 | $x3 | $x4 | $x5 | $x6 | $x7 | $x8 | $x9 | $xA | $xB | $xC | $xD | $xE | $xF | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
$0x | 333 | 014 | 006 | 326 | 403 | 503 | 510 | 420 | 320 | 120 | 031 | 040 | 022 | 000 | 000 | 000 |
$1x | 555 | 036 | 027 | 407 | 507 | 704 | 700 | 630 | 430 | 140 | 040 | 053 | 044 | 000 | 000 | 000 |
$2x | 777 | 357 | 447 | 637 | 707 | 737 | 740 | 750 | 660 | 360 | 070 | 276 | 077 | 000 | 000 | 000 |
$3x | 777 | 567 | 657 | 757 | 747 | 755 | 764 | 772 | 773 | 572 | 473 | 276 | 467 | 000 | 000 | 000 |
Note that some of the colors are duplicates: $0B and $1A = 040, $2B and $3B = 276.
Monochrome works the same as the 2C02 (consistent across all RGB PPUs), but unlike the 2C02, emphasis on the RGB chips works differently; rather than "darkening" the specific color chosen, it sets the corresponding channel to full brightness instead.
2C05-99
The Sharp Famicom Titler (AN-510) contains a RC2C05-99 PPU, whose RGB output is fed into a X0858CE "encoder" chip. This chip handles the conversion from RGB(S) into Composite, and S-Video. In the process, it seems to also desaturate the output palette by encoding YIQ, but with a 0.5 gain on the Q channel (Q = Q * 0.5
). Otherwise, the raw internal palette of the 2C05-99 PPU itself is believed to be identical to that of the 2C03. Due to technological limitations with video overlay (at the time), this was likely done in an attempt to make the RGB palette resemble its composite versions, as a standard 2C02 could not be used.
$x0 | $x1 | $x2 | $x3 | $x4 | $x5 | $x6 | $x7 | $x8 | $x9 | $xA | $xB | $xC | $xD | $xE | $xF | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
$0x | $00 | $01 | $02 | $03 | $04 | $05 | $06 | $07 | $08 | $09 | $0A | $0B | $0C | $0D | $0E | $0F |
$1x | $10 | $11 | $12 | $13 | $14 | $15 | $16 | $17 | $18 | $19 | $1A | $1B | $1C | $1D | $1E | $1F |
$2x | $20 | $21 | $22 | $23 | $24 | $25 | $26 | $27 | $28 | $29 | $2A | $2B | $2C | $2D | $2E | $2F |
$3x | $30 | $31 | $32 | $33 | $34 | $35 | $36 | $37 | $38 | $39 | $3A | $3B | $3C | $3D | $3E | $3F |
2C04
All four 2C04 PPUs contain the same master palette, but in different permutations. It's almost a superset of the 2C03/5 palette, adding four greys, six other colors, and making the bright yellow more pure.
Much like the 2C03 and 2C02, using the greyscale bit in PPUMASK will remap the palette by index, not by color. This means that with the scrambled palettes, each row will remap to the colors in the $0X column for that 2C04 version.
Visualization tool: RGB PPU Palette Converter
No version of the 2C04 was ever made with the below ordering, but it shows the similarity to the 2C03:
333 | 014 | 006 | 326 | 403 | 503 | 510 | 420 | 320 | 120 | 031 | 040 | 022 | 111 | 003 | 020 |
555 | 036 | 027 | 407 | 507 | 704 | 700 | 630 | 430 | 140 | 040 | 053 | 044 | 222 | 200 | 310 |
777 | 357 | 447 | 637 | 707 | 737 | 740 | 750 | 660 | 360 | 070 | 276 | 077 | 444 | 000 | 000 |
777 | 567 | 657 | 757 | 747 | 755 | 764 | 770 | 773 | 572 | 473 | 276 | 467 | 666 | 653 | 760 |
The PPUMASK monochrome bit has the same implementation as on the 2C02, and so it has an unintuitive effect on the 2C04 PPUs; rather than forcing colors to grayscale, it instead forces them to the first column.
RP2C04-0001
MAME's source claims that Baseball, Freedom Force, Gradius, Hogan's Alley, Mach Rider, Pinball, and Platoon require this palette.
755,637,700,447,044,120,222,704,777,333,750,503,403,660,320,777 357,653,310,360,467,657,764,027,760,276,000,200,666,444,707,014 003,567,757,070,077,022,053,507,000,420,747,510,407,006,740,000 000,140,555,031,572,326,770,630,020,036,040,111,773,737,430,473
$x0 | $x1 | $x2 | $x3 | $x4 | $x5 | $x6 | $x7 | $x8 | $x9 | $xA | $xB | $xC | $xD | $xE | $xF | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
$0x | 755 | 637 | 700 | 447 | 044 | 120 | 222 | 704 | 777 | 333 | 750 | 503 | 403 | 660 | 320 | 777 |
$1x | 357 | 653 | 310 | 360 | 467 | 657 | 764 | 027 | 760 | 276 | 000 | 200 | 666 | 444 | 707 | 014 |
$2x | 003 | 567 | 757 | 070 | 077 | 022 | 053 | 507 | 000 | 420 | 747 | 510 | 407 | 006 | 740 | 000 |
$3x | 000 | 140 | 555 | 031 | 572 | 326 | 770 | 630 | 020 | 036 | 040 | 111 | 773 | 737 | 430 | 473 |
RP2C04-0002
MAME's source claims that Castlevania, Mach Rider (Endurance Course), Raid on Bungeling Bay, Slalom, Soccer, Stroke & Match Golf (both versions), and Wrecking Crew require this palette.
000,750,430,572,473,737,044,567,700,407,773,747,777,637,467,040 020,357,510,666,053,360,200,447,222,707,003,276,657,320,000,326 403,764,740,757,036,310,555,006,507,760,333,120,027,000,660,777 653,111,070,630,022,014,704,140,000,077,420,770,755,503,031,444
$x0 | $x1 | $x2 | $x3 | $x4 | $x5 | $x6 | $x7 | $x8 | $x9 | $xA | $xB | $xC | $xD | $xE | $xF | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
$0x | 000 | 750 | 430 | 572 | 473 | 737 | 044 | 567 | 700 | 407 | 773 | 747 | 777 | 637 | 467 | 040 |
$1x | 020 | 357 | 510 | 666 | 053 | 360 | 200 | 447 | 222 | 707 | 003 | 276 | 657 | 320 | 000 | 326 |
$2x | 403 | 764 | 740 | 757 | 036 | 310 | 555 | 006 | 507 | 760 | 333 | 120 | 027 | 000 | 660 | 777 |
$3x | 653 | 111 | 070 | 630 | 022 | 014 | 704 | 140 | 000 | 077 | 420 | 770 | 755 | 503 | 031 | 444 |
RP2C04-0003
MAME's source claims that Balloon Fight, Dr. Mario, Excitebike (US), Goonies, and Soccer require this palette.
507,737,473,555,040,777,567,120,014,000,764,320,704,666,653,467 447,044,503,027,140,430,630,053,333,326,000,006,700,510,747,755 637,020,003,770,111,750,740,777,360,403,357,707,036,444,000,310 077,200,572,757,420,070,660,222,031,000,657,773,407,276,760,022
$x0 | $x1 | $x2 | $x3 | $x4 | $x5 | $x6 | $x7 | $x8 | $x9 | $xA | $xB | $xC | $xD | $xE | $xF | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
$0x | 507 | 737 | 473 | 555 | 040 | 777 | 567 | 120 | 014 | 000 | 764 | 320 | 704 | 666 | 653 | 467 |
$1x | 447 | 044 | 503 | 027 | 140 | 430 | 630 | 053 | 333 | 326 | 000 | 006 | 700 | 510 | 747 | 755 |
$2x | 637 | 020 | 003 | 770 | 111 | 750 | 740 | 777 | 360 | 403 | 357 | 707 | 036 | 444 | 000 | 310 |
$3x | 077 | 200 | 572 | 757 | 420 | 070 | 660 | 222 | 031 | 000 | 657 | 773 | 407 | 276 | 760 | 022 |
RP2C04-0004
MAME's source claims that Clu Clu Land, Excitebike (Japan), Ice Climber (both versions), and Super Mario Bros. require this palette.
430,326,044,660,000,755,014,630,555,310,070,003,764,770,040,572 737,200,027,747,000,222,510,740,653,053,447,140,403,000,473,357 503,031,420,006,407,507,333,704,022,666,036,020,111,773,444,707 757,777,320,700,760,276,777,467,000,750,637,567,360,657,077,120
$x0 | $x1 | $x2 | $x3 | $x4 | $x5 | $x6 | $x7 | $x8 | $x9 | $xA | $xB | $xC | $xD | $xE | $xF | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
$0x | 430 | 326 | 044 | 660 | 000 | 755 | 014 | 630 | 555 | 310 | 070 | 003 | 764 | 770 | 040 | 572 |
$1x | 737 | 200 | 027 | 747 | 000 | 222 | 510 | 740 | 653 | 053 | 447 | 140 | 403 | 000 | 473 | 357 |
$2x | 503 | 031 | 420 | 006 | 407 | 507 | 333 | 704 | 022 | 666 | 036 | 020 | 111 | 773 | 444 | 707 |
$3x | 757 | 777 | 320 | 700 | 760 | 276 | 777 | 467 | 000 | 750 | 637 | 567 | 360 | 657 | 077 | 120 |
Games compatible with multiple different PPUs
Some games don't require that arcade owners have the correct physical PPU.
At the very least, the following games use some of the DIP switches to support multiple different PPUs:
- Atari RBI Baseball
- Battle City
- Star Luster
- Super Sky Kid
- Super Xevious
- Tetris (Tengen)
- TKO Boxing
LUT approach
Emulator authors may implement the 2C04 variants as a LUT indexing the "ordered" palette. This has the added advantage of being able to use preexisting .pal files if the end user wishes to do so.
Repeating colors such as 000 and 777 may index into the same entry of the "ordered" palette, as this is functionally identical.
const unsigned char PaletteLUT_2C04_0001 [64] ={ 0x35,0x23,0x16,0x22,0x1C,0x09,0x1D,0x15,0x20,0x00,0x27,0x05,0x04,0x28,0x08,0x20, 0x21,0x3E,0x1F,0x29,0x3C,0x32,0x36,0x12,0x3F,0x2B,0x2E,0x1E,0x3D,0x2D,0x24,0x01, 0x0E,0x31,0x33,0x2A,0x2C,0x0C,0x1B,0x14,0x2E,0x07,0x34,0x06,0x13,0x02,0x26,0x2E, 0x2E,0x19,0x10,0x0A,0x39,0x03,0x37,0x17,0x0F,0x11,0x0B,0x0D,0x38,0x25,0x18,0x3A }; const unsigned char PaletteLUT_2C04_0002 [64] ={ 0x2E,0x27,0x18,0x39,0x3A,0x25,0x1C,0x31,0x16,0x13,0x38,0x34,0x20,0x23,0x3C,0x0B, 0x0F,0x21,0x06,0x3D,0x1B,0x29,0x1E,0x22,0x1D,0x24,0x0E,0x2B,0x32,0x08,0x2E,0x03, 0x04,0x36,0x26,0x33,0x11,0x1F,0x10,0x02,0x14,0x3F,0x00,0x09,0x12,0x2E,0x28,0x20, 0x3E,0x0D,0x2A,0x17,0x0C,0x01,0x15,0x19,0x2E,0x2C,0x07,0x37,0x35,0x05,0x0A,0x2D }; const unsigned char PaletteLUT_2C04_0003 [64] ={ 0x14,0x25,0x3A,0x10,0x0B,0x20,0x31,0x09,0x01,0x2E,0x36,0x08,0x15,0x3D,0x3E,0x3C, 0x22,0x1C,0x05,0x12,0x19,0x18,0x17,0x1B,0x00,0x03,0x2E,0x02,0x16,0x06,0x34,0x35, 0x23,0x0F,0x0E,0x37,0x0D,0x27,0x26,0x20,0x29,0x04,0x21,0x24,0x11,0x2D,0x2E,0x1F, 0x2C,0x1E,0x39,0x33,0x07,0x2A,0x28,0x1D,0x0A,0x2E,0x32,0x38,0x13,0x2B,0x3F,0x0C }; const unsigned char PaletteLUT_2C04_0004 [64] ={ 0x18,0x03,0x1C,0x28,0x2E,0x35,0x01,0x17,0x10,0x1F,0x2A,0x0E,0x36,0x37,0x0B,0x39, 0x25,0x1E,0x12,0x34,0x2E,0x1D,0x06,0x26,0x3E,0x1B,0x22,0x19,0x04,0x2E,0x3A,0x21, 0x05,0x0A,0x07,0x02,0x13,0x14,0x00,0x15,0x0C,0x3D,0x11,0x0F,0x0D,0x38,0x2D,0x24, 0x33,0x20,0x08,0x16,0x3F,0x2B,0x20,0x3C,0x2E,0x27,0x23,0x31,0x29,0x32,0x2C,0x09 };
Recommended emulator palette
This generated palette is the idealized 2C02 composite palette with the user-adjustable hue set to -15 degrees to yield pure blue, red, yellow and cyan. This can also be used to target PAL games, as these hues are similar to what the 2C07 outputs.
The following palette was generated using Persune's palette generator v0.15.0 with the following arguments:
palgen_persune.py --skip-plot -cld -hue -15 -e -o docs/NESDev/Composite_wiki
Download: File:Composite wiki.pal
$00 | $01 | $02 | $03 | $04 | $05 | $06 | $07 | $08 | $09 | $0A | $0B | $0C | $0E | $0F | |
$10 | $11 | $12 | $13 | $14 | $15 | $16 | $17 | $18 | $19 | $1A | $1B | $1C | $1D | $1E | $1F |
$20 | $21 | $22 | $23 | $24 | $25 | $26 | $27 | $28 | $29 | $2A | $2B | $2C | $2D | $2E | $2F |
$30 | $31 | $32 | $33 | $34 | $35 | $36 | $37 | $38 | $39 | $3A | $3B | $3C | $3D | $3E | $3F |
Backdrop color
The backdrop color ($3F00) is shown wherever backgrounds and sprites are both transparent, as well as in the border region on NTSC and RGB PPUs. When only one of background or sprite rendering is disabled, the disabled component is treated as transparent. Disabling components in the left column via PPUMASK also treats them as transparent there.
Backdrop override
When both background and sprite rendering are disabled, this is called forced blank. During forced blank, the PPU normally draws the backdrop color. However, if the current VRAM address in v points into palette RAM ($3F00-$3FFF), then the color at that address will be drawn, instead, overriding the backdrop color. This can allow the CPU to deliberately select colors to draw to the screen, including in the border region, for effects such as color bars or to draw more colors on the screen than is possible during rendering. It can also be used to show the normally-unused transparent colors in $3Fx4/$3Fx8/$3FxC.
More commonly, though, backdrop override results in a glitch where updating palettes outside of vblank causes the palette to be briefly drawn on the screen. Because of this, palette updates should be timed to occur during vblank. Backdrop override can also occur naturally based on scroll position if v points into palette RAM when rendering disables, usually resulting in colors flashing in the 2 scanlines of border at the bottom of the screen. Fortunately, this border flashing is normally hidden by overscan.
Backdrop override is not a deliberate PPU feature, but rather a side effect of how palette RAM is addressed. Palette RAM has just one address input, which is normally the address produced by the rendering hardware. However, when palettes are written by the CPU, it instead needs to use the CPU's target address. The PPU draws whatever color is output from palette RAM, so changing the address to allow CPU access also changes the color drawn to the screen. This is similar to color RAM dots on some Sega consoles, but occurs continuously rather than just during the CPU access.
Color names
When programmers and artists are communicating, it's often useful to have human-readable names for colors. Many graphic designers who have done web or game work will be familiar with HTML color names.
Luma
- $0F: Black
- $00: Dark gray
- $10: Light gray or silver
- $20: White
- $01-$0C: Dark colors, medium mixed with black
- $11-$1C: Medium colors, similar brightness to dark gray
- $21-$2C: Light colors, similar brightness to light gray
- $31-$3C: Pale colors, light mixed with white
Chroma
Names for hues:
- $x0: Gray
- $x1: Azure
- $x2: Blue
- $x3: Violet
- $x4: Magenta
- $x5: Rose
- $x6: Red or maroon
- $x7: Orange
- $x8: Yellow or olive
- $x9: Chartreuse
- $xA: Green
- $xB: Spring
- $xC: Cyan
RGBI
These NES colors approximate colors in 16-color RGBI palettes, such as the CGA, EGA, or classic Windows palette, though the NES doesn't really have particularly good approximations:
- $0F: 0/Black
- $02: 1/Navy
- $1A: 2/Green
- $1C: 3/Teal
- $06: 4/Maroon
- $14: 5/Purple
- $18: 6/Olive ($17 for the brown in CGA/EGA in RGB)
- $10: 7/Silver
- $00: 8/Gray
- $12: 9/Blue
- $2A: 10/Lime
- $2C: 11/Aqua/Cyan
- $16: 12/Red
- $24: 13/Fuchsia/Magenta
- $28: 14/Yellow
- $30: 15/White
See also
- NTSC video - details of the NTSC signal generation and how it produces the palette
- PAL video
- Palettes (gallery) - a few different visualizations of PPU palettes.
- Another palette test - Simple test ROM to display the palette.
- Full palette demo - Demo that displays the entire palette with all emphasis settings at once.
- RGB PPU Palette Converter - RGB PPU palette conversion and visualization tool, written by WhoaMan.
References
- Re: Various questions about the color palette and emulators - 2012 collection of 2C03, 2C04, 2C05 palettes.