Home » Personal collection » Acorn tapes » Electron_User » Electron_User_tape11a_acorn_eu_1990_may.wav » BUGBLAS

BUGBLAS

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 » Electron_User » Electron_User_tape11a_acorn_eu_1990_may.wav
Filename: BUGBLAS
Read OK:
File size: 029A bytes
Load address: 2000
Exec address: 1900
Duplicates

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

File contents
   10REM Bug Blaster cheat
   20REM Electron (Sam) version
   30:
   40MODE4:PRINT'"Bug Blaster cheat"'
   50lives=FNnum("Number of lives",1,100,"001","100")
   60PROCmc
   70PROCask("Infinite lives",inlives)
   80PRINT'"OK - Insert Bug Blaster tape and press       play ..."'
   90*K.1 PAGE=&E00|MNEW|MLOAD"BUG#1"|F|M171CALL&900|MCLS:RUN|F|M 
  100VDU21:*FX138,0,129
  110END
  120DEFPROCask(A$,A%)
  130PRINT;A$;STRING$(26-LENA$," ");"(Y/N) : ";:A$=GET$:IF A$="Y" THEN PRINT;"Yes" ELSE PRINT;"No":?A%=&60
  140ENDPROC
  150DEFFNnum(A$,L%,M%,L$,M$)
  160PRINT;A$;STRING$(22-LENA$," ");"(";L$;"-";M$;") : ";
  170INPUT""a%:IF a%<L% OR a%>M% THEN GOTO160 ELSE =a%
  180DEFPROCmc
  190FORI%=0 TO 2 STEP2
  200P%=&900
  210[OPTI%
  220LDA#lives:STA&486B
  230JSRinlives
  240RTS
  250.inlives LDA#&AD:STA&49F3:RTS
  260]:NEXT
  270ENDPROC

� Bug Blaster cheat
� Electron (Sam) version
:
(�4:�'"Bug Blaster cheat"'
23lives=�num("Number of lives",1,100,"001","100")
<�mc
F"�ask("Infinite lives",inlives)
P>�'"OK - Insert Bug Blaster tape and press       play ..."'
ZA*K.1 PAGE=&E00|MNEW|MLOAD"BUG#1"|F|M171CALL&900|MCLS:RUN|F|M 
d�21:*FX138,0,129
n�
x��ask(A$,A%)
�J�;A$;�26-�A$," ");"(Y/N) : ";:A$=�:� A$="Y" � �;"Yes" � �;"No":?A%=&60
��
�ݤnum(A$,L%,M%,L$,M$)
�+�;A$;�22-�A$," ");"(";L$;"-";M$;") : ";
�'�""a%:� a%<L% � a%>M% � �t`@ � =a%
���mc
��I%=0 � 2 �2
�P%=&900
�
[OPTI%
�LDA#lives:STA&486B
�JSRinlives
�RTS
�!.inlives LDA#&AD:STA&49F3:RTS
]:�
�
�
00000000  0d 00 0a 17 f4 20 42 75  67 20 42 6c 61 73 74 65  |..... Bug Blaste|
00000010  72 20 63 68 65 61 74 0d  00 14 1c f4 20 45 6c 65  |r cheat..... Ele|
00000020  63 74 72 6f 6e 20 28 53  61 6d 29 20 76 65 72 73  |ctron (Sam) vers|
00000030  69 6f 6e 0d 00 1e 05 3a  0d 00 28 1d eb 34 3a f1  |ion....:..(..4:.|
00000040  27 22 42 75 67 20 42 6c  61 73 74 65 72 20 63 68  |'"Bug Blaster ch|
00000050  65 61 74 22 27 0d 00 32  33 6c 69 76 65 73 3d a4  |eat"'..23lives=.|
00000060  6e 75 6d 28 22 4e 75 6d  62 65 72 20 6f 66 20 6c  |num("Number of l|
00000070  69 76 65 73 22 2c 31 2c  31 30 30 2c 22 30 30 31  |ives",1,100,"001|
00000080  22 2c 22 31 30 30 22 29  0d 00 3c 07 f2 6d 63 0d  |","100")..<..mc.|
00000090  00 46 22 f2 61 73 6b 28  22 49 6e 66 69 6e 69 74  |.F".ask("Infinit|
000000a0  65 20 6c 69 76 65 73 22  2c 69 6e 6c 69 76 65 73  |e lives",inlives|
000000b0  29 0d 00 50 3e f1 27 22  4f 4b 20 2d 20 49 6e 73  |)..P>.'"OK - Ins|
000000c0  65 72 74 20 42 75 67 20  42 6c 61 73 74 65 72 20  |ert Bug Blaster |
000000d0  74 61 70 65 20 61 6e 64  20 70 72 65 73 73 20 20  |tape and press  |
000000e0  20 20 20 20 20 70 6c 61  79 20 2e 2e 2e 22 27 0d  |     play ..."'.|
000000f0  00 5a 41 2a 4b 2e 31 20  50 41 47 45 3d 26 45 30  |.ZA*K.1 PAGE=&E0|
00000100  30 7c 4d 4e 45 57 7c 4d  4c 4f 41 44 22 42 55 47  |0|MNEW|MLOAD"BUG|
00000110  23 31 22 7c 46 7c 4d 31  37 31 43 41 4c 4c 26 39  |#1"|F|M171CALL&9|
00000120  30 30 7c 4d 43 4c 53 3a  52 55 4e 7c 46 7c 4d 20  |00|MCLS:RUN|F|M |
00000130  0d 00 64 14 ef 32 31 3a  2a 46 58 31 33 38 2c 30  |..d..21:*FX138,0|
00000140  2c 31 32 39 0d 00 6e 05  e0 0d 00 78 10 dd f2 61  |,129..n....x...a|
00000150  73 6b 28 41 24 2c 41 25  29 0d 00 82 4a f1 3b 41  |sk(A$,A%)...J.;A|
00000160  24 3b c4 32 36 2d a9 41  24 2c 22 20 22 29 3b 22  |$;.26-.A$," ");"|
00000170  28 59 2f 4e 29 20 3a 20  22 3b 3a 41 24 3d be 3a  |(Y/N) : ";:A$=.:|
00000180  e7 20 41 24 3d 22 59 22  20 8c 20 f1 3b 22 59 65  |. A$="Y" . .;"Ye|
00000190  73 22 20 8b 20 f1 3b 22  4e 6f 22 3a 3f 41 25 3d  |s" . .;"No":?A%=|
000001a0  26 36 30 0d 00 8c 05 e1  0d 00 96 19 dd a4 6e 75  |&60...........nu|
000001b0  6d 28 41 24 2c 4c 25 2c  4d 25 2c 4c 24 2c 4d 24  |m(A$,L%,M%,L$,M$|
000001c0  29 0d 00 a0 2b f1 3b 41  24 3b c4 32 32 2d a9 41  |)...+.;A$;.22-.A|
000001d0  24 2c 22 20 22 29 3b 22  28 22 3b 4c 24 3b 22 2d  |$," ");"(";L$;"-|
000001e0  22 3b 4d 24 3b 22 29 20  3a 20 22 3b 0d 00 aa 27  |";M$;") : ";...'|
000001f0  e8 22 22 61 25 3a e7 20  61 25 3c 4c 25 20 84 20  |.""a%:. a%<L% . |
00000200  61 25 3e 4d 25 20 8c 20  e5 8d 74 60 40 20 8b 20  |a%>M% . ..t`@ . |
00000210  3d 61 25 0d 00 b4 08 dd  f2 6d 63 0d 00 be 10 e3  |=a%......mc.....|
00000220  49 25 3d 30 20 b8 20 32  20 88 32 0d 00 c8 0b 50  |I%=0 . 2 .2....P|
00000230  25 3d 26 39 30 30 0d 00  d2 0a 5b 4f 50 54 49 25  |%=&900....[OPTI%|
00000240  0d 00 dc 16 4c 44 41 23  6c 69 76 65 73 3a 53 54  |....LDA#lives:ST|
00000250  41 26 34 38 36 42 0d 00  e6 0e 4a 53 52 69 6e 6c  |A&486B....JSRinl|
00000260  69 76 65 73 0d 00 f0 07  52 54 53 0d 00 fa 21 2e  |ives....RTS...!.|
00000270  69 6e 6c 69 76 65 73 20  4c 44 41 23 26 41 44 3a  |inlives LDA#&AD:|
00000280  53 54 41 26 34 39 46 33  3a 52 54 53 0d 01 04 07  |STA&49F3:RTS....|
00000290  5d 3a ed 0d 01 0e 05 e1  0d ff                    |]:........|
0000029a
BUGBLAS.m0
BUGBLAS.m1
BUGBLAS.m2
BUGBLAS.m4
BUGBLAS.m5