Data update
This commit is contained in:
parent
8e4e15fa56
commit
72eb4943cb
1853 changed files with 35514 additions and 9441 deletions
4
Task/System-time/Atari-BASIC/system-time.basic
Normal file
4
Task/System-time/Atari-BASIC/system-time.basic
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
10 REM DETECT NTSC OR PAL SYSTEM
|
||||
20 FPS=60:IF PEEK(53268)=1 THEN FPS=50
|
||||
30 JIFFIES=65536*PEEK(18)+256*PEEK(19)+PEEK(20)
|
||||
40 PRINT JIFFIES/FPS;" SECONDS SINCE LAST RESET"
|
||||
Loading…
Add table
Add a link
Reference in a new issue