Home » Personal collection » Acorn tapes » Commercial_Releases » box02_tape07b_acorn_eu_arcade_game_creator.wav » DATA2

DATA2

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 » Acorn tapes » Commercial_Releases » box02_tape07b_acorn_eu_arcade_game_creator.wav
Filename: DATA2
Read OK:
File size: 01C0 bytes
Load address: 2000
Exec address: 1900
Duplicates

There are 5 duplicate copies of this file in the archive:

File contents
   10REM Data Maker II
   20REM By R.A.Waddilove
   30REM (c) Electron User
   40MODE 6
   50INPUT''"Sprite file name:"sprite$
   60OSCLI"LOAD "+sprite$+" B00"
   70PRINT''"Sprite loaded"
   80INPUT''"Data file name:"name$
   90OSCLI"SPOOL "+name$
  100X%=?&B00:Y%=?&B01
  110L%=9020:a$="9020DATA "
  120PRINT"9000REM "sprite$
  130PRINT"9010REM X=";X%;"/Y=";Y%
  140FOR I%=&B02 TO &B01+X%*Y% STEP 4
  150a$=a$+STR$~!I%
  160IF LEN(a$)>230 PRINT a$:L%=L%+10:a$=STR$L%+"DATA " ELSE a$=a$+","
  170NEXT
  180IF RIGHT$(a$,1)>" " PRINT LEFT$(a$,LEN(a$)-1)
  190*SPOOL

� Data Maker II
� By R.A.Waddilove
� (c) Electron User
(� 6
2!�''"Sprite file name:"sprite$
<�"LOAD "+sprite$+" B00"
F�''"Sprite loaded"
P�''"Data file name:"name$
Z�"SPOOL "+name$
dX%=?&B00:Y%=?&B01
nL%=9020:a$="9020DATA "
x�"9000REM "sprite$
��"9010REM X=";X%;"/Y=";Y%
�� I%=&B02 � &B01+X%*Y% � 4
�a$=a$+�~!I%
�8� �(a$)>230 � a$:L%=L%+10:a$=�L%+"DATA " � a$=a$+","
��
�� �a$,1)>" " � �a$,�(a$)-1)
�
*SPOOL
�
00000000  0d 00 0a 13 f4 20 44 61  74 61 20 4d 61 6b 65 72  |..... Data Maker|
00000010  20 49 49 0d 00 14 16 f4  20 42 79 20 52 2e 41 2e  | II..... By R.A.|
00000020  57 61 64 64 69 6c 6f 76  65 0d 00 1e 17 f4 20 28  |Waddilove..... (|
00000030  63 29 20 45 6c 65 63 74  72 6f 6e 20 55 73 65 72  |c) Electron User|
00000040  0d 00 28 07 eb 20 36 0d  00 32 21 e8 27 27 22 53  |..(.. 6..2!.''"S|
00000050  70 72 69 74 65 20 66 69  6c 65 20 6e 61 6d 65 3a  |prite file name:|
00000060  22 73 70 72 69 74 65 24  0d 00 3c 1b ff 22 4c 4f  |"sprite$..<.."LO|
00000070  41 44 20 22 2b 73 70 72  69 74 65 24 2b 22 20 42  |AD "+sprite$+" B|
00000080  30 30 22 0d 00 46 16 f1  27 27 22 53 70 72 69 74  |00"..F..''"Sprit|
00000090  65 20 6c 6f 61 64 65 64  22 0d 00 50 1d e8 27 27  |e loaded"..P..''|
000000a0  22 44 61 74 61 20 66 69  6c 65 20 6e 61 6d 65 3a  |"Data file name:|
000000b0  22 6e 61 6d 65 24 0d 00  5a 13 ff 22 53 50 4f 4f  |"name$..Z.."SPOO|
000000c0  4c 20 22 2b 6e 61 6d 65  24 0d 00 64 15 58 25 3d  |L "+name$..d.X%=|
000000d0  3f 26 42 30 30 3a 59 25  3d 3f 26 42 30 31 0d 00  |?&B00:Y%=?&B01..|
000000e0  6e 1a 4c 25 3d 39 30 32  30 3a 61 24 3d 22 39 30  |n.L%=9020:a$="90|
000000f0  32 30 44 41 54 41 20 22  0d 00 78 16 f1 22 39 30  |20DATA "..x.."90|
00000100  30 30 52 45 4d 20 22 73  70 72 69 74 65 24 0d 00  |00REM "sprite$..|
00000110  82 1d f1 22 39 30 31 30  52 45 4d 20 58 3d 22 3b  |..."9010REM X=";|
00000120  58 25 3b 22 2f 59 3d 22  3b 59 25 0d 00 8c 1e e3  |X%;"/Y=";Y%.....|
00000130  20 49 25 3d 26 42 30 32  20 b8 20 26 42 30 31 2b  | I%=&B02 . &B01+|
00000140  58 25 2a 59 25 20 88 20  34 0d 00 96 0f 61 24 3d  |X%*Y% . 4....a$=|
00000150  61 24 2b c3 7e 21 49 25  0d 00 a0 38 e7 20 a9 28  |a$+.~!I%...8. .(|
00000160  61 24 29 3e 32 33 30 20  f1 20 61 24 3a 4c 25 3d  |a$)>230 . a$:L%=|
00000170  4c 25 2b 31 30 3a 61 24  3d c3 4c 25 2b 22 44 41  |L%+10:a$=.L%+"DA|
00000180  54 41 20 22 20 8b 20 61  24 3d 61 24 2b 22 2c 22  |TA " . a$=a$+","|
00000190  0d 00 aa 05 ed 0d 00 b4  1f e7 20 c2 61 24 2c 31  |.......... .a$,1|
000001a0  29 3e 22 20 22 20 f1 20  c0 61 24 2c a9 28 61 24  |)>" " . .a$,.(a$|
000001b0  29 2d 31 29 0d 00 be 0a  2a 53 50 4f 4f 4c 0d ff  |)-1)....*SPOOL..|
000001c0
DATA2.m0
DATA2.m1
DATA2.m2
DATA2.m4
DATA2.m5