mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-23 03:32:32 +00:00
Merge pull request #199 from TomHarte/VicColoursUSA
Corrects Vic-I NTSC colour output
This commit is contained in:
commit
27018ba64e
@ -100,10 +100,10 @@ template <class T> class MOS6560 {
|
||||
8, 88, 120, 56,
|
||||
};
|
||||
const uint8_t ntsc_chrominances[16] = {
|
||||
255, 255, 40, 104,
|
||||
64, 120, 80, 16,
|
||||
32, 32, 40, 104,
|
||||
64, 120, 80, 16,
|
||||
255, 255, 8, 72,
|
||||
32, 88, 48, 112,
|
||||
0, 0, 8, 72,
|
||||
32, 88, 48, 112,
|
||||
};
|
||||
const uint8_t *chrominances;
|
||||
Outputs::CRT::DisplayType display_type;
|
||||
|
Loading…
Reference in New Issue
Block a user