Changes

Jump to navigation Jump to search

Nintendo Entertainment System emulators

799 bytes added, 01:03, 26 August 2015
Add info about the "raw" palette.
|style="text-align:center;"|Alternative
|style="text-align:center;"|Based on decoders in certain NTSC-J TVs.<ref>http://forums.nesdev.com/viewtopic.php?f=3&t=4241</ref>
|-
|-
|style="text-align:center;"|Raw Luma and Chroma
|style="text-align:center;"|Raw*
|style="text-align:center;"|The raw chroma, level, and emphasis output of the NES PPU represented in RGB color channels<ref>https://github.com/libretro/nestopia/blob/c2244b8eec1a4f6bbebdd09ec6c4b1552b5610c0/libretro/libretro.cpp#L526</ref>
|-
|}
<nowiki>*</nowiki>Only available as an option on the [[libretro]] port of Nestopia.
Unlike consoles like the SNES, which natively generate the image in pure RGB, the Famicom normally generates and outputs an encoded NTSC video signal, which must then be decoded by the TV's built-in NTSC decoder. This means the resulting color palette often varies depending on the display's decoder. This is why NES games appear to have different colors on different TV sets.
NES emulators are similarly afflicted by this issue, as they each have their own algorithms for generating the NES color palette, meaning they all have slightly to wildly varying palettes. As such, there isn't really a "true" NES color palette, and which emulator has the "best" palette often comes down to preference, or whichever looks closest to how the real console looks on a user's own particular TV. FCEU based emulators come with a load of different preset palettes based on different people's perceptions of the NES colors, while emulators such as Nestopia have the ability for the user to edit the color palette to their liking, including the use of custom palettes that define the NES palette in any way the user wishes, such as [https://docs.google.com/viewer?a=v&pid=sites&srcid=ZGVmYXVsdGRvbWFpbnxpbnNlY3RkdWVsfGd4OjUyNmRmMDIzMzA3ZTQyN2U this palette used in Mega Man 9].
Some arcade machines based on the NES hardware, such as the PlayChoice-10 and the Versus series of cabinets, did generate a native RGB signal, however. The colors on these cabinets tend to be very vibrant and saturated, giving games a very distinct look compared to how they would look on the real console. Nestopia gives the user the choice to use the RGB palette featured in these cabinets, though it is not usually considered to be the definitive or "real" NES palette. The [[libretro]] port of Nestopia has the option to output the raw chroma, level, and emphasis from the PPU through the RGB color channels. This by itself produces an image with completely bizarre colors, but this can be decoded by [[shaders]] to generate actual colors, the main example being [https://github.com/libretro/common-shaders/tree/master/crt/shaders/GTU-famicom GTU-Famicom].
==Resources==
223
edits

Navigation menu