Home » Personal collection » Commodore disks » disk41a_autostereo.d64 » sprite type
sprite type
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
| Tape/disk: | Home » Personal collection » Commodore disks » disk41a_autostereo.d64 |
| Filename: | sprite type |
| Read OK: | ✔ |
| File size: | 016D bytes |
| Load address: | 0801 |
| Exec address: | 0000 |
File contents
10 POKE 53280,0:POKE 53281,0:POKE 53269,255:PRINT"<clr>";
20 DIM XL(25)
30 FORL=0TO25:READ XL(L):NEXT
40 X=30:Y=128
50 FOR L=0 TO 15 STEP 2
60 POKE $D000+L,X:POKE $D001+L,Y
70 GET K$:IF K$="" THEN 70
80 IF K$=" " THEN X=X+20:GOTO 60
90 IF ASC(K$)<65 OR ASC(K$)>90 THEN 70
100 POKE $07F8+L/2,$7F+ASC(K$)
110 X=X+XL(ASC(K$)-65)+2
120 NEXT
1000 DATA 17,15,15,15,13,13,15,14,5,13,15,13,22,14,16,13,16,15,16,16,15,17
1010 DATA 22,15,16,16
+ � 53280,0:� 53281,0:� 53269,255:�"�"; 8 � XL(25) N �L�0�25:� XL(L):� ]( X�30:Y�128 p2 � L�0 � 15 � 2 �<