1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-07-12 20:29:05 +00:00
C02/vcs/notes/timer.py

10 lines
218 B
Python
Raw Normal View History

2018-01-28 18:32:49 +00:00
#!/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