Home » Personal collection » Acorn hard disk » misc » misc2 » dcfprogs/Games/Lemmings/TUNDES1

dcfprogs/Games/Lemmings/TUNDES1

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 hard disk » misc » misc2
Filename: dcfprogs/Games/Lemmings/TUNDES1
Read OK:
File size: 0749 bytes
Load address: 0000
Exec address: 0000
File contents
   10 REM**********************
   20 REM* LEMMINGS OR TUNNEL *
   30 REM*     WRITTEN BY     *
   40 REM*    D. C. FORD      *
   50 REM*                    *
   60 REM*   THE DESIGNER     *
   70 REM*                    *
   80 REM*  ALL PROGRAMS FOR  *
   90 REM*        THE         *
  100 REM*   ACORN ELECTRON   *
  110 REM*    OR BBC B!       *
  120 REM**********************
  130 MODE 0
  140 ON ERROR GOTO 130
  150 CLS:PRINTTAB(10,1);"MAIN MENU!!"
  160 PRINTTAB(10,2);"1. Design L.1"
  170 PRINTTAB(10,3);"2. Design L.2"
  180 PRINTTAB(10,4);"3. Design L.3"
  190 PRINTTAB(10,5);"4. Design L.4"
  200 PRINTTAB(10,6);"5. Design L.5"
  210 PRINTTAB(10,7);"6. Design L.6"
  220 PRINTTAB(10,8);"7. Design L.7"
  230 PRINTTAB(10,9);"8. Design L.8"
  240 PRINTTAB(10,10);"9. Design L.9"
  250 PRINTTAB(9,11);"10. Design L.10"
  260 PRINTTAB(9,12);"11. Design L.11"
  270 PRINTTAB(9,13);"12. SAVE Level"
  280 PRINTTAB(9,14);"13. LOAD Level"
  285 PRINTTAB(9,15);"14. File Linker"
  287PRINTTAB(9,16);"15. File Unlinker"
  290 INPUT"Number";A$
  300 IF A$="1"THENs=1:PROCdes
  310 IF A$="2"THENs=2:PROCdes
  320 IF A$="3"THENs=3:PROCdes
  330 IF A$="4"THENs=4:PROCdes
  340 IF A$="5"THENs=5:PROCdes
  350 IF A$="6"THENs=6:PROCdes
  360 IF A$="7"THENs=7:PROCdes
  370 IF A$="8"THENs=8:PROCdes
  380 IF A$="9"THENs=9:PROCdes
  390 IF A$="10"THENs=10:PROCdes
  400 IF A$="11"THENs=11:PROCdes
  410 IF A$="12"THEN OSCLI"SAVE ";B$;" 7C17 7FFF
  420 IF A$="13"THENINPUT;B$,s:OSCLI"LOAD ";B$
  430 IF A$="13"THENPROCdes
  440 IF A$="14"THENMODE5:PROClink:MODE0
  450 IF A$="15"THENMODE5:PROCunlink:MODE0
  460 A
  470 DEFPROClink
  480 VDU28,0,31,19,27
  490 *LOAD 1 30CE:*LOAD 2 34B6:*LOAD 3 389E:*LOAD 4 3C86:*LOAD 5 406E
  500 *LOAD 6 4456:*LOAD 7 483E:*LOAD 8 4C26:*LOAD 9 500E:*LOAD 10 53F6:*LOAD 11 57DE:*LOAD tune 5BC6
  510 INPUT"Filename";f$
  520 OSCLI"SAVE "+f$+" 30CE 6000"
  530 ENDPROC
  540DEFPROCunlink
  541 VDU28,0,31,19,27
  545 GOTO 570
  550INPUT"Filename";f$
  560OSCLI"LOAD "+f$
  570*SAVE 1 30CE 34B5
  580*SAVE 2 34B6 389D
  590*SAVE 3 389E 3C85
  600*SAVE 4 3C86 406D
  610*SAVE 5 406E 4455
  620*SAVE 6 4456 483D
  630*SAVE 7 483E 4C25
  640*SAVE 8 4C26 500D
  650*SAVE 9 500E 53F5
  660*SAVE 10 53F6 57DD
  670*SAVE 11 57DE 5BC5
  680*SAVE tune 5BC6 6000
  690 ENDPROC
  700 DEFPROCdes
  710 B$=A$
  720 VDU 28,0,10,79,0

 �**********************
 �* LEMMINGS OR TUNNEL *
 �*     WRITTEN BY     *
( �*    D. C. FORD      *
2 �*                    *
< �*   THE DESIGNER     *
F �*                    *
P �*  ALL PROGRAMS FOR  *
Z �*        THE         *
d �*   ACORN ELECTRON   *
n �*    OR BBC B!       *
x �**********************
� � 0
� � � � �tB@
� �:�10,1);"MAIN MENU!!"
� �10,2);"1. Design L.1"
� �10,3);"2. Design L.2"
� �10,4);"3. Design L.3"
� �10,5);"4. Design L.4"
� �10,6);"5. Design L.5"
� �10,7);"6. Design L.6"
� �10,8);"7. Design L.7"
� �10,9);"8. Design L.8"
� �10,10);"9. Design L.9"
� �9,11);"10. Design L.10"
 �9,12);"11. Design L.11"
 �9,13);"12. SAVE Level"
 �9,14);"13. LOAD Level"
 �9,15);"14. File Linker"
�9,16);"15. File Unlinker"
" �"Number";A$
, � A$="1"�s=1:�des
6 � A$="2"�s=2:�des
@ � A$="3"�s=3:�des
J � A$="4"�s=4:�des
T � A$="5"�s=5:�des
^ � A$="6"�s=6:�des
h � A$="7"�s=7:�des
r � A$="8"�s=8:�des
| � A$="9"�s=9:�des
� � A$="10"�s=10:�des
� � A$="11"�s=11:�des
�' � A$="12"� �"SAVE ";B$;" 7C17 7FFF
�! � A$="13"��;B$,s:�"LOAD ";B$
� � A$="13"��des
� � A$="14"��5:�link:�0
� � A$="15"��5:�unlink:�0
� A
� ��link
� �28,0,31,19,27
�E *LOAD 1 30CE:*LOAD 2 34B6:*LOAD 3 389E:*LOAD 4 3C86:*LOAD 5 406E
�d *LOAD 6 4456:*LOAD 7 483E:*LOAD 8 4C26:*LOAD 9 500E:*LOAD 10 53F6:*LOAD 11 57DE:*LOAD tune 5BC6
� �"Filename";f$
 �"SAVE "+f$+" 30CE 6000"
 �
��unlink
 �28,0,31,19,27
! � �TzB
&�"Filename";f$
0�"LOAD "+f$
:*SAVE 1 30CE 34B5
D*SAVE 2 34B6 389D
N*SAVE 3 389E 3C85
X*SAVE 4 3C86 406D
b*SAVE 5 406E 4455
l*SAVE 6 4456 483D
v*SAVE 7 483E 4C25
�*SAVE 8 4C26 500D
�*SAVE 9 500E 53F5
�*SAVE 10 53F6 57DD
�*SAVE 11 57DE 5BC5
�*SAVE tune 5BC6 6000
� �
�
 ��des
�
 B$=A$
� � 28,0,10,79,0
�
00000000  0d 00 0a 1c 20 f4 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |.... .**********|
00000010  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 0d 00 14 1c  |************....|
00000020  20 f4 2a 20 4c 45 4d 4d  49 4e 47 53 20 4f 52 20  | .* LEMMINGS OR |
00000030  54 55 4e 4e 45 4c 20 2a  0d 00 1e 1c 20 f4 2a 20  |TUNNEL *.... .* |
00000040  20 20 20 20 57 52 49 54  54 45 4e 20 42 59 20 20  |    WRITTEN BY  |
00000050  20 20 20 2a 0d 00 28 1c  20 f4 2a 20 20 20 20 44  |   *..(. .*    D|
00000060  2e 20 43 2e 20 46 4f 52  44 20 20 20 20 20 20 2a  |. C. FORD      *|
00000070  0d 00 32 1c 20 f4 2a 20  20 20 20 20 20 20 20 20  |..2. .*         |
00000080  20 20 20 20 20 20 20 20  20 20 20 2a 0d 00 3c 1c  |           *..<.|
00000090  20 f4 2a 20 20 20 54 48  45 20 44 45 53 49 47 4e  | .*   THE DESIGN|
000000a0  45 52 20 20 20 20 20 2a  0d 00 46 1c 20 f4 2a 20  |ER     *..F. .* |
000000b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000000c0  20 20 20 2a 0d 00 50 1c  20 f4 2a 20 20 41 4c 4c  |   *..P. .*  ALL|
000000d0  20 50 52 4f 47 52 41 4d  53 20 46 4f 52 20 20 2a  | PROGRAMS FOR  *|
000000e0  0d 00 5a 1c 20 f4 2a 20  20 20 20 20 20 20 20 54  |..Z. .*        T|
000000f0  48 45 20 20 20 20 20 20  20 20 20 2a 0d 00 64 1c  |HE         *..d.|
00000100  20 f4 2a 20 20 20 41 43  4f 52 4e 20 45 4c 45 43  | .*   ACORN ELEC|
00000110  54 52 4f 4e 20 20 20 2a  0d 00 6e 1c 20 f4 2a 20  |TRON   *..n. .* |
00000120  20 20 20 4f 52 20 42 42  43 20 42 21 20 20 20 20  |   OR BBC B!    |
00000130  20 20 20 2a 0d 00 78 1c  20 f4 2a 2a 2a 2a 2a 2a  |   *..x. .******|
00000140  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
00000150  0d 00 82 08 20 eb 20 30  0d 00 8c 0f 20 ee 20 85  |.... . 0.... . .|
00000160  20 e5 20 8d 74 42 40 0d  00 96 1c 20 db 3a f1 8a  | . .tB@.... .:..|
00000170  31 30 2c 31 29 3b 22 4d  41 49 4e 20 4d 45 4e 55  |10,1);"MAIN MENU|
00000180  21 21 22 0d 00 a0 1c 20  f1 8a 31 30 2c 32 29 3b  |!!".... ..10,2);|
00000190  22 31 2e 20 44 65 73 69  67 6e 20 4c 2e 31 22 0d  |"1. Design L.1".|
000001a0  00 aa 1c 20 f1 8a 31 30  2c 33 29 3b 22 32 2e 20  |... ..10,3);"2. |
000001b0  44 65 73 69 67 6e 20 4c  2e 32 22 0d 00 b4 1c 20  |Design L.2".... |
000001c0  f1 8a 31 30 2c 34 29 3b  22 33 2e 20 44 65 73 69  |..10,4);"3. Desi|
000001d0  67 6e 20 4c 2e 33 22 0d  00 be 1c 20 f1 8a 31 30  |gn L.3".... ..10|
000001e0  2c 35 29 3b 22 34 2e 20  44 65 73 69 67 6e 20 4c  |,5);"4. Design L|
000001f0  2e 34 22 0d 00 c8 1c 20  f1 8a 31 30 2c 36 29 3b  |.4".... ..10,6);|
00000200  22 35 2e 20 44 65 73 69  67 6e 20 4c 2e 35 22 0d  |"5. Design L.5".|
00000210  00 d2 1c 20 f1 8a 31 30  2c 37 29 3b 22 36 2e 20  |... ..10,7);"6. |
00000220  44 65 73 69 67 6e 20 4c  2e 36 22 0d 00 dc 1c 20  |Design L.6".... |
00000230  f1 8a 31 30 2c 38 29 3b  22 37 2e 20 44 65 73 69  |..10,8);"7. Desi|
00000240  67 6e 20 4c 2e 37 22 0d  00 e6 1c 20 f1 8a 31 30  |gn L.7".... ..10|
00000250  2c 39 29 3b 22 38 2e 20  44 65 73 69 67 6e 20 4c  |,9);"8. Design L|
00000260  2e 38 22 0d 00 f0 1d 20  f1 8a 31 30 2c 31 30 29  |.8".... ..10,10)|
00000270  3b 22 39 2e 20 44 65 73  69 67 6e 20 4c 2e 39 22  |;"9. Design L.9"|
00000280  0d 00 fa 1e 20 f1 8a 39  2c 31 31 29 3b 22 31 30  |.... ..9,11);"10|
00000290  2e 20 44 65 73 69 67 6e  20 4c 2e 31 30 22 0d 01  |. Design L.10"..|
000002a0  04 1e 20 f1 8a 39 2c 31  32 29 3b 22 31 31 2e 20  |.. ..9,12);"11. |
000002b0  44 65 73 69 67 6e 20 4c  2e 31 31 22 0d 01 0e 1d  |Design L.11"....|
000002c0  20 f1 8a 39 2c 31 33 29  3b 22 31 32 2e 20 53 41  | ..9,13);"12. SA|
000002d0  56 45 20 4c 65 76 65 6c  22 0d 01 18 1d 20 f1 8a  |VE Level".... ..|
000002e0  39 2c 31 34 29 3b 22 31  33 2e 20 4c 4f 41 44 20  |9,14);"13. LOAD |
000002f0  4c 65 76 65 6c 22 0d 01  1d 1e 20 f1 8a 39 2c 31  |Level".... ..9,1|
00000300  35 29 3b 22 31 34 2e 20  46 69 6c 65 20 4c 69 6e  |5);"14. File Lin|
00000310  6b 65 72 22 0d 01 1f 1f  f1 8a 39 2c 31 36 29 3b  |ker"......9,16);|
00000320  22 31 35 2e 20 46 69 6c  65 20 55 6e 6c 69 6e 6b  |"15. File Unlink|
00000330  65 72 22 0d 01 22 11 20  e8 22 4e 75 6d 62 65 72  |er"..". ."Number|
00000340  22 3b 41 24 0d 01 2c 16  20 e7 20 41 24 3d 22 31  |";A$..,. . A$="1|
00000350  22 8c 73 3d 31 3a f2 64  65 73 0d 01 36 16 20 e7  |".s=1:.des..6. .|
00000360  20 41 24 3d 22 32 22 8c  73 3d 32 3a f2 64 65 73  | A$="2".s=2:.des|
00000370  0d 01 40 16 20 e7 20 41  24 3d 22 33 22 8c 73 3d  |..@. . A$="3".s=|
00000380  33 3a f2 64 65 73 0d 01  4a 16 20 e7 20 41 24 3d  |3:.des..J. . A$=|
00000390  22 34 22 8c 73 3d 34 3a  f2 64 65 73 0d 01 54 16  |"4".s=4:.des..T.|
000003a0  20 e7 20 41 24 3d 22 35  22 8c 73 3d 35 3a f2 64  | . A$="5".s=5:.d|
000003b0  65 73 0d 01 5e 16 20 e7  20 41 24 3d 22 36 22 8c  |es..^. . A$="6".|
000003c0  73 3d 36 3a f2 64 65 73  0d 01 68 16 20 e7 20 41  |s=6:.des..h. . A|
000003d0  24 3d 22 37 22 8c 73 3d  37 3a f2 64 65 73 0d 01  |$="7".s=7:.des..|
000003e0  72 16 20 e7 20 41 24 3d  22 38 22 8c 73 3d 38 3a  |r. . A$="8".s=8:|
000003f0  f2 64 65 73 0d 01 7c 16  20 e7 20 41 24 3d 22 39  |.des..|. . A$="9|
00000400  22 8c 73 3d 39 3a f2 64  65 73 0d 01 86 18 20 e7  |".s=9:.des.... .|
00000410  20 41 24 3d 22 31 30 22  8c 73 3d 31 30 3a f2 64  | A$="10".s=10:.d|
00000420  65 73 0d 01 90 18 20 e7  20 41 24 3d 22 31 31 22  |es.... . A$="11"|
00000430  8c 73 3d 31 31 3a f2 64  65 73 0d 01 9a 27 20 e7  |.s=11:.des...' .|
00000440  20 41 24 3d 22 31 32 22  8c 20 ff 22 53 41 56 45  | A$="12". ."SAVE|
00000450  20 22 3b 42 24 3b 22 20  37 43 31 37 20 37 46 46  | ";B$;" 7C17 7FF|
00000460  46 0d 01 a4 21 20 e7 20  41 24 3d 22 31 33 22 8c  |F...! . A$="13".|
00000470  e8 3b 42 24 2c 73 3a ff  22 4c 4f 41 44 20 22 3b  |.;B$,s:."LOAD ";|
00000480  42 24 0d 01 ae 13 20 e7  20 41 24 3d 22 31 33 22  |B$.... . A$="13"|
00000490  8c f2 64 65 73 0d 01 b8  1a 20 e7 20 41 24 3d 22  |..des.... . A$="|
000004a0  31 34 22 8c eb 35 3a f2  6c 69 6e 6b 3a eb 30 0d  |14"..5:.link:.0.|
000004b0  01 c2 1c 20 e7 20 41 24  3d 22 31 35 22 8c eb 35  |... . A$="15"..5|
000004c0  3a f2 75 6e 6c 69 6e 6b  3a eb 30 0d 01 cc 06 20  |:.unlink:.0.... |
000004d0  41 0d 01 d6 0b 20 dd f2  6c 69 6e 6b 0d 01 e0 13  |A.... ..link....|
000004e0  20 ef 32 38 2c 30 2c 33  31 2c 31 39 2c 32 37 0d  | .28,0,31,19,27.|
000004f0  01 ea 45 20 2a 4c 4f 41  44 20 31 20 33 30 43 45  |..E *LOAD 1 30CE|
00000500  3a 2a 4c 4f 41 44 20 32  20 33 34 42 36 3a 2a 4c  |:*LOAD 2 34B6:*L|
00000510  4f 41 44 20 33 20 33 38  39 45 3a 2a 4c 4f 41 44  |OAD 3 389E:*LOAD|
00000520  20 34 20 33 43 38 36 3a  2a 4c 4f 41 44 20 35 20  | 4 3C86:*LOAD 5 |
00000530  34 30 36 45 0d 01 f4 64  20 2a 4c 4f 41 44 20 36  |406E...d *LOAD 6|
00000540  20 34 34 35 36 3a 2a 4c  4f 41 44 20 37 20 34 38  | 4456:*LOAD 7 48|
00000550  33 45 3a 2a 4c 4f 41 44  20 38 20 34 43 32 36 3a  |3E:*LOAD 8 4C26:|
00000560  2a 4c 4f 41 44 20 39 20  35 30 30 45 3a 2a 4c 4f  |*LOAD 9 500E:*LO|
00000570  41 44 20 31 30 20 35 33  46 36 3a 2a 4c 4f 41 44  |AD 10 53F6:*LOAD|
00000580  20 31 31 20 35 37 44 45  3a 2a 4c 4f 41 44 20 74  | 11 57DE:*LOAD t|
00000590  75 6e 65 20 35 42 43 36  0d 01 fe 13 20 e8 22 46  |une 5BC6.... ."F|
000005a0  69 6c 65 6e 61 6d 65 22  3b 66 24 0d 02 08 1d 20  |ilename";f$.... |
000005b0  ff 22 53 41 56 45 20 22  2b 66 24 2b 22 20 33 30  |."SAVE "+f$+" 30|
000005c0  43 45 20 36 30 30 30 22  0d 02 12 06 20 e1 0d 02  |CE 6000".... ...|
000005d0  1c 0c dd f2 75 6e 6c 69  6e 6b 0d 02 1d 13 20 ef  |....unlink.... .|
000005e0  32 38 2c 30 2c 33 31 2c  31 39 2c 32 37 0d 02 21  |28,0,31,19,27..!|
000005f0  0b 20 e5 20 8d 54 7a 42  0d 02 26 12 e8 22 46 69  |. . .TzB..&.."Fi|
00000600  6c 65 6e 61 6d 65 22 3b  66 24 0d 02 30 0f ff 22  |lename";f$..0.."|
00000610  4c 4f 41 44 20 22 2b 66  24 0d 02 3a 15 2a 53 41  |LOAD "+f$..:.*SA|
00000620  56 45 20 31 20 33 30 43  45 20 33 34 42 35 0d 02  |VE 1 30CE 34B5..|
00000630  44 15 2a 53 41 56 45 20  32 20 33 34 42 36 20 33  |D.*SAVE 2 34B6 3|
00000640  38 39 44 0d 02 4e 15 2a  53 41 56 45 20 33 20 33  |89D..N.*SAVE 3 3|
00000650  38 39 45 20 33 43 38 35  0d 02 58 15 2a 53 41 56  |89E 3C85..X.*SAV|
00000660  45 20 34 20 33 43 38 36  20 34 30 36 44 0d 02 62  |E 4 3C86 406D..b|
00000670  15 2a 53 41 56 45 20 35  20 34 30 36 45 20 34 34  |.*SAVE 5 406E 44|
00000680  35 35 0d 02 6c 15 2a 53  41 56 45 20 36 20 34 34  |55..l.*SAVE 6 44|
00000690  35 36 20 34 38 33 44 0d  02 76 15 2a 53 41 56 45  |56 483D..v.*SAVE|
000006a0  20 37 20 34 38 33 45 20  34 43 32 35 0d 02 80 15  | 7 483E 4C25....|
000006b0  2a 53 41 56 45 20 38 20  34 43 32 36 20 35 30 30  |*SAVE 8 4C26 500|
000006c0  44 0d 02 8a 15 2a 53 41  56 45 20 39 20 35 30 30  |D....*SAVE 9 500|
000006d0  45 20 35 33 46 35 0d 02  94 16 2a 53 41 56 45 20  |E 53F5....*SAVE |
000006e0  31 30 20 35 33 46 36 20  35 37 44 44 0d 02 9e 16  |10 53F6 57DD....|
000006f0  2a 53 41 56 45 20 31 31  20 35 37 44 45 20 35 42  |*SAVE 11 57DE 5B|
00000700  43 35 0d 02 a8 18 2a 53  41 56 45 20 74 75 6e 65  |C5....*SAVE tune|
00000710  20 35 42 43 36 20 36 30  30 30 0d 02 b2 06 20 e1  | 5BC6 6000.... .|
00000720  0d 02 bc 0a 20 dd f2 64  65 73 0d 02 c6 0a 20 42  |.... ..des.... B|
00000730  24 3d 41 24 0d 02 d0 13  20 ef 20 32 38 2c 30 2c  |$=A$.... . 28,0,|
00000740  31 30 2c 37 39 2c 30 0d  ff                       |10,79,0..|
00000749