695405ce56bd424c8e67bdcf5288be7da963622d
This is an issue i found when implementing the NTSC filters. Currently when using palette presets, no clour emphasis is seen on games that supports it. This is cause because the palette table is fille with the same 64*3 colour info. Using custom palette (palette file) and default both creates the emphasis as expected. So internally, fceumm is able to support such feature. The fix is to generate the base palette (64 * 3 with each triplet representing rgb colour), and then send this internally using FCEUI_SetPaletteArray() to fill the colour table with emphasis instead.
FCE Ultra mappers modified
FCEU "mappers modified" is an unofficial build of FCEU Ultra by CaH4e3, which supports a lot of new mappers including some obscure mappers such as one for unlicensed NES ROM's.
Description
Languages
C
97.7%
Python
2%
C++
0.2%