1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-03-08 16:29:45 +00:00

Starts making some basic notes for self.

Thomas Harte 2021-07-23 10:58:15 -04:00
parent bd23085225
commit c01c56b9f3

@ -0,0 +1,6 @@
Relative to the internal counters:
* NTSC: 262 lines, or 262/263 in interlaced mode; lines are alternately 227 and 228 cycles long;
* PAL: 312 lines, or 312/313 in interlaced mode; lines are 227 cycless long.
Each cycle being two processor clock ticks, or one NTSC-rate colour cycle.