Home » Recent acquisitions » Acorn ADFS disks » adfs_AcornUser_199604.adf » Features » StarInfo/Vibe/WAVE2

StarInfo/Vibe/WAVE2

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 » Recent acquisitions » Acorn ADFS disks » adfs_AcornUser_199604.adf » Features
Filename: StarInfo/Vibe/WAVE2
Read OK:
File size: 01BF bytes
Load address: 0000
Exec address: 0000
File contents
   10REM > WAVE2
   20
   30MODE9:OFF
   40DIM SPR &100000
   50SPR!0=&FFFFF:SPR!4=0:SPR!8=16:SPR!12=16
   60FORN%=1TO15:COLOURN%,16*N%,16*N%,16*N%:NEXT
   70FORI%=1TO24:N$=STR$I%
   80FORY%=2000TO-200STEP-16
   90FORX%=0TO1280STEP16
  100D=SQR((X%-640)^2+(Y%-612)^2)
  110T=RAD(D+360-I%*15):C%=7.9*(COST+1):H%=819*10*C%/(D+180):GCOLC%
  120RECTANGLEFILLX%,Y%/2,16,H%
  130NEXT,
  140SYS"OS_SpriteOp",256+16,SPR,N$,0,0,0,1279,1023:CLS
  150NEXT:VDU30
  160REPEAT
  170FORN%=1TO24:N$=STR$N%
  180SYS"OS_SpriteOp",256+34,SPR,N$,0,0,0
  190T%=TIME+2:REPEATUNTILTIME>T%
  200NEXT
  210UNTIL0


� > WAVE2

�9:�
(� SPR &100000
2+SPR!0=&FFFFF:SPR!4=0:SPR!8=16:SPR!12=16
<$�N%=1�15:�N%,16*N%,16*N%,16*N%:�
F�I%=1�24:N$=�I%
P�Y%=2000�-200�-16
Z�X%=0�1280�16
dD=�((X%-640)^2+(Y%-612)^2)
n;T=�(D+360-I%*15):C%=7.9*(�T+1):H%=819*10*C%/(D+180):�C%
xȓȐX%,Y%/2,16,H%
��,
�3ș"OS_SpriteOp",256+16,SPR,N$,0,0,0,1279,1023:�
�	�:�30
��
��N%=1�24:N$=�N%
�'ș"OS_SpriteOp",256+34,SPR,N$,0,0,0
�T%=�+2:���>T%
��
��0
�
00000000  0d 00 0a 0d f4 20 3e 20  57 41 56 45 32 0d 00 14  |..... > WAVE2...|
00000010  04 0d 00 1e 08 eb 39 3a  87 0d 00 28 11 de 20 53  |......9:...(.. S|
00000020  50 52 20 26 31 30 30 30  30 30 0d 00 32 2b 53 50  |PR &100000..2+SP|
00000030  52 21 30 3d 26 46 46 46  46 46 3a 53 50 52 21 34  |R!0=&FFFFF:SPR!4|
00000040  3d 30 3a 53 50 52 21 38  3d 31 36 3a 53 50 52 21  |=0:SPR!8=16:SPR!|
00000050  31 32 3d 31 36 0d 00 3c  24 e3 4e 25 3d 31 b8 31  |12=16..<$.N%=1.1|
00000060  35 3a fb 4e 25 2c 31 36  2a 4e 25 2c 31 36 2a 4e  |5:.N%,16*N%,16*N|
00000070  25 2c 31 36 2a 4e 25 3a  ed 0d 00 46 13 e3 49 25  |%,16*N%:...F..I%|
00000080  3d 31 b8 32 34 3a 4e 24  3d c3 49 25 0d 00 50 15  |=1.24:N$=.I%..P.|
00000090  e3 59 25 3d 32 30 30 30  b8 2d 32 30 30 88 2d 31  |.Y%=2000.-200.-1|
000000a0  36 0d 00 5a 11 e3 58 25  3d 30 b8 31 32 38 30 88  |6..Z..X%=0.1280.|
000000b0  31 36 0d 00 64 1e 44 3d  b6 28 28 58 25 2d 36 34  |16..d.D=.((X%-64|
000000c0  30 29 5e 32 2b 28 59 25  2d 36 31 32 29 5e 32 29  |0)^2+(Y%-612)^2)|
000000d0  0d 00 6e 3b 54 3d b2 28  44 2b 33 36 30 2d 49 25  |..n;T=.(D+360-I%|
000000e0  2a 31 35 29 3a 43 25 3d  37 2e 39 2a 28 9b 54 2b  |*15):C%=7.9*(.T+|
000000f0  31 29 3a 48 25 3d 38 31  39 2a 31 30 2a 43 25 2f  |1):H%=819*10*C%/|
00000100  28 44 2b 31 38 30 29 3a  e6 43 25 0d 00 78 15 c8  |(D+180):.C%..x..|
00000110  93 c8 90 58 25 2c 59 25  2f 32 2c 31 36 2c 48 25  |...X%,Y%/2,16,H%|
00000120  0d 00 82 06 ed 2c 0d 00  8c 33 c8 99 22 4f 53 5f  |.....,...3.."OS_|
00000130  53 70 72 69 74 65 4f 70  22 2c 32 35 36 2b 31 36  |SpriteOp",256+16|
00000140  2c 53 50 52 2c 4e 24 2c  30 2c 30 2c 30 2c 31 32  |,SPR,N$,0,0,0,12|
00000150  37 39 2c 31 30 32 33 3a  db 0d 00 96 09 ed 3a ef  |79,1023:......:.|
00000160  33 30 0d 00 a0 05 f5 0d  00 aa 13 e3 4e 25 3d 31  |30..........N%=1|
00000170  b8 32 34 3a 4e 24 3d c3  4e 25 0d 00 b4 27 c8 99  |.24:N$=.N%...'..|
00000180  22 4f 53 5f 53 70 72 69  74 65 4f 70 22 2c 32 35  |"OS_SpriteOp",25|
00000190  36 2b 33 34 2c 53 50 52  2c 4e 24 2c 30 2c 30 2c  |6+34,SPR,N$,0,0,|
000001a0  30 0d 00 be 11 54 25 3d  91 2b 32 3a f5 fd 91 3e  |0....T%=.+2:...>|
000001b0  54 25 0d 00 c8 05 ed 0d  00 d2 06 fd 30 0d ff     |T%..........0..|
000001bf