Random software
Random game
Random demo
Atari Test Atari Test
Listing 1
10 REM ATARI TEST
20 REM PODLE OL.ZPRAV. 3-4/89
40 REM 1989 BY GIA Softvare
50 REM Test obsahuje:​
60 REM - test grafickeho procesoru
70 REM - test OS ROM
80 REM - test BASIC ROM
90 REM ANTIC 1987,​ James Keho
100 DIM R$(1),​B$(1)
110 GRAPHICS 0:​SETCOLOR 2,​0,​0:​POKE 752,​1
120 POSITION 0,​5:​LIST 10,​90
130 FOR I=1 TO 1000:​NEXT I
140 POKE 53278,​0:​GRAPHICS 18
150 POKE 53248,​0:​POSITION 5,​1:​? #6;"":​POSITION 1,​3:​? #6;"YOUR ATARI HAS THE:​"
160 POSITION 2,​5:​? #6;CHR$(71-PEEK(53252));"TIA CHIP"
170 IF PEEK(49163)=2 THEN 190
180 R$="A":​GOTO 200
190 R$="B"
200 ? #6;" OS ROM VER. ";R$
210 P=PEEK(43234)
220 IF P=162 THEN B$="A"
230 IF P=96 THEN B$="B"
240 IF P=234 THEN B$="C"
250 ? #6;" BASIC VER. ";B$
260 FOR I=1 TO 3000:​NEXT I
270 GOTO 110	

This is non-commercial site, its content is based on Atari 8-bit home computer contents and references.
If you feel your rights are violated by showing/using any part of contents of your product represented on this page, please contact me immediatelly so I can remove it!