Home » Personal collection » Commodore tapes » Commodore_64 » drawer_tr_tape01a_d60_c64_tape.wav » bouncing ball
bouncing ball
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 tapes » Commodore_64 » drawer_tr_tape01a_d60_c64_tape.wav |
Filename: | bouncing ball |
Read OK: | ✔ |
File size: | 0133 bytes |
Load address: | 0801 |
Exec address: | 0000 |
File contents
10 POKE 53281,1:PRINT"<white>";CHR$(127); 20 POKE 53280,7:POKE 53281,6 25 FORX=1024TO2023:POKEX,127:NEXT 27 FORX=55296TO56295 28 R=INT(RND(1)*15):IF R=6 THEN 28 29 POKEX,R:NEXT 30 X=1:Y=1 40 DX=1:DY=1 50 POKE 1024+X+40*Y,81 60 FOR T=1TO10:NEXT 70 POKE 1024+X+40*Y,32 80 X=X+DX 90 IF X<=0 OR X>=39 THEN DX=-DX 100 Y=Y+DY 110 IF Y<=0 OR Y>=24 THEN DY=-DY 120 GOTO 50
� 53281,1:�"";�(127); 4 � 53280,7:� 53281,6 N �X�1024�2023:�X,127:� a �X�55296�56295 } R��(�(1)�15):� R�6 � 28 � �X,R:� � X�1:Y�1 �( DX�1:DY�1 �2 � 1024�X�40�Y,81 �<