1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-27 18:55:48 +00:00

Tweaks NTSC colour generation.

This commit is contained in:
Thomas Harte 2018-03-26 21:22:06 -04:00
parent 6d464557a0
commit 3b26e0a7c5

View File

@ -112,8 +112,8 @@ template <class T> class MOS6560 {
};
const uint8_t ntsc_chrominances[16] = {
255, 255, 8, 72,
32, 88, 48, 112,
0, 0, 8, 72,
32, 88, 40, 112,
0, 8, 12, 72,
32, 88, 48, 112,
};
const uint8_t *chrominances;