1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-06-17 05:29:30 +00:00
C02/vcs/notes/timer.py
2018-01-28 13:32:49 -05:00

10 lines
218 B
Python

#!/usr/bin/python
#Print Atari 2600 Timer Values
#Value to Write to TIM64T to wait desired number of scanlines
for scanlines in range(0,262):
print scanlines, "\t", scanlines*72/64, "\t", scanlines*72.0/64