Gopher2600/hardware/tia
JetSetIlly 62f7218456 changed signal.VideoBlack to signal.ZeroBlack for clarity
clarified how VideoBlack and ZeroBlack are related in the 2600

ZeroBlack is now a generated and cached colour for both legacy and new
colour models, rather than an implied zero RGB value

the result of this is that VideoBlack and ZeroBlack are now affected by
colour adjustment in the same way, as it is on real hardware. this
happens because the 2600 outputs 0.0 IRE for VideoBlack and not 7.5 IRE
as you might expect. the most immediate recent change to colour
generation used a VideoBlack value of 7.5

we don't yet emulate RGB mods that do use 7.5 for VideoBlack

legacy PAL palette corrected so that the four VideoBlack values are zero
2025-02-21 16:53:43 +00:00
..
audio reworked audio system 2025-01-11 16:14:47 +00:00
delay chaged signature of Tick() function for delay.Event type 2023-02-19 21:22:22 +00:00
hmove added TIA revision package 2021-02-15 19:08:38 +00:00
phaseclock updated go minimum version to 1.20 2023-02-12 13:09:07 +00:00
polycounter updated go minimum version to 1.20 2023-02-12 13:09:07 +00:00
revision LateCOLUPF expanded to include COLUBK register 2024-07-06 21:52:28 +01:00
video missile NUSIZx treated earlier in the colour clock 2024-12-23 15:24:27 +00:00
doc.go spelling errors in comments (golangci-lint -E misspell --fix) 2020-10-15 22:02:51 +01:00
tia.go changed signal.VideoBlack to signal.ZeroBlack for clarity 2025-02-21 16:53:43 +00:00