Data update

This commit is contained in:
Ingy döt Net 2025-02-27 18:35:13 -05:00
parent 8e4e15fa56
commit 72eb4943cb
1853 changed files with 35514 additions and 9441 deletions

View 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"