Home » Personal collection » Acorn ADFS disks » Electron » Cheat_finder.ADF » EUGscr/SCR1
EUGscr/SCR1
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 ADFS disks » Electron » Cheat_finder.ADF |
Filename: | EUGscr/SCR1 |
Read OK: | ✔ |
File size: | 01FB bytes |
Load address: | FFFF1D00 |
Exec address: | FFFF8023 |
Duplicates
There is 1 duplicate copy of this file in the archive:
- Personal collection » Acorn ADFS disks » Electron » Cheat_finder.ADF » EUGscr/SCR1
- Personal collection » Acorn hard disk » zipped_disks » elk07 » cheatfind/EUGscr/SCR1
File contents
10 MODE2 15 GCOL 0,7 18 VDU 19,7,0,0,0,0 20 FOR block=1 TO 12 30 READ x1,y1,x2,y2 40 X1=x1*1280/13:X2=x2*1280/13 50 Y1=y1*1024/7:Y2=y2*1024/7 60 MOVE X1,Y1:MOVE X1,Y2:PLOT 85,X2,Y1:PLOT 85,X2,Y2 70 NEXT 80 REPEAT 81 X%=RND(1280)-1:Y%=RND(1024)-1 82 MOVE X%,Y% 83 IF POINT(X%,Y%)=0 THEN GCOL 0,1:DRAW X%,Y% ELSE IF POINT(X%,Y%)=7 THEN GCOL 0,2:DRAW X%,Y% 84 UNTIL0 90 REM E 100 DATA 1,1,2,6 110 DATA 2,5,4,6 120 DATA 2,3,3,4 130 DATA 2,1,4,2 140 REM U 150 DATA 5,1,6,6 160 DATA 6,1,7,2 170 DATA 7,1,8,6 180 REM G 190 DATA 10,5,12,6 200 DATA 9,1,10,6 210 DATA 10,1,12,2 220 DATA 11,1,12,3 230 DATA 10.5,3,12.5,4
�2 � 0,7 � 19,7,0,0,0,0 � block=1 � 12 � x1,y1,x2,y2 ( X1=x1*1280/13:X2=x2*1280/13 2 Y1=y1*1024/7:Y2=y2*1024/7 <* � X1,Y1:� X1,Y2:� 85,X2,Y1:� 85,X2,Y2 F � P � Q X%=�(1280)-1:Y%=�(1024)-1 R � X%,Y% S> � �X%,Y%)=0 � � 0,1:� X%,Y% � � �X%,Y%)=7 � � 0,2:� X%,Y% T �0 Z � E d � 1,1,2,6 n � 2,5,4,6 x � 2,3,3,4 � � 2,1,4,2 � � U � � 5,1,6,6 � � 6,1,7,2 � � 7,1,8,6 � � G � � 10,5,12,6 � � 9,1,10,6 � � 10,1,12,2 � � 11,1,12,3 � � 10.5,3,12.5,4 �
00000000 0d 00 0a 07 20 eb 32 0d 00 0f 0a 20 e6 20 30 2c |.... .2.... . 0,| 00000010 37 0d 00 12 13 20 ef 20 31 39 2c 37 2c 30 2c 30 |7.... . 19,7,0,0| 00000020 2c 30 2c 30 0d 00 14 13 20 e3 20 62 6c 6f 63 6b |,0,0.... . block| 00000030 3d 31 20 b8 20 31 32 0d 00 1e 12 20 f3 20 78 31 |=1 . 12.... . x1| 00000040 2c 79 31 2c 78 32 2c 79 32 0d 00 28 20 20 58 31 |,y1,x2,y2..( X1| 00000050 3d 78 31 2a 31 32 38 30 2f 31 33 3a 58 32 3d 78 |=x1*1280/13:X2=x| 00000060 32 2a 31 32 38 30 2f 31 33 0d 00 32 1e 20 59 31 |2*1280/13..2. Y1| 00000070 3d 79 31 2a 31 30 32 34 2f 37 3a 59 32 3d 79 32 |=y1*1024/7:Y2=y2| 00000080 2a 31 30 32 34 2f 37 0d 00 3c 2a 20 ec 20 58 31 |*1024/7..<* . X1| 00000090 2c 59 31 3a ec 20 58 31 2c 59 32 3a f0 20 38 35 |,Y1:. X1,Y2:. 85| 000000a0 2c 58 32 2c 59 31 3a f0 20 38 35 2c 58 32 2c 59 |,X2,Y1:. 85,X2,Y| 000000b0 32 0d 00 46 06 20 ed 0d 00 50 06 20 f5 0d 00 51 |2..F. ...P. ...Q| 000000c0 1e 20 58 25 3d b3 28 31 32 38 30 29 2d 31 3a 59 |. X%=.(1280)-1:Y| 000000d0 25 3d b3 28 31 30 32 34 29 2d 31 0d 00 52 0c 20 |%=.(1024)-1..R. | 000000e0 ec 20 58 25 2c 59 25 0d 00 53 3e 20 e7 20 b0 58 |. X%,Y%..S> . .X| 000000f0 25 2c 59 25 29 3d 30 20 8c 20 e6 20 30 2c 31 3a |%,Y%)=0 . . 0,1:| 00000100 df 20 58 25 2c 59 25 20 8b 20 e7 20 b0 58 25 2c |. X%,Y% . . .X%,| 00000110 59 25 29 3d 37 20 8c 20 e6 20 30 2c 32 3a df 20 |Y%)=7 . . 0,2:. | 00000120 58 25 2c 59 25 0d 00 54 07 20 fd 30 0d 00 5a 08 |X%,Y%..T. .0..Z.| 00000130 20 f4 20 45 0d 00 64 0e 20 dc 20 31 2c 31 2c 32 | . E..d. . 1,1,2| 00000140 2c 36 0d 00 6e 0e 20 dc 20 32 2c 35 2c 34 2c 36 |,6..n. . 2,5,4,6| 00000150 0d 00 78 0e 20 dc 20 32 2c 33 2c 33 2c 34 0d 00 |..x. . 2,3,3,4..| 00000160 82 0e 20 dc 20 32 2c 31 2c 34 2c 32 0d 00 8c 08 |.. . 2,1,4,2....| 00000170 20 f4 20 55 0d 00 96 0e 20 dc 20 35 2c 31 2c 36 | . U.... . 5,1,6| 00000180 2c 36 0d 00 a0 0e 20 dc 20 36 2c 31 2c 37 2c 32 |,6.... . 6,1,7,2| 00000190 0d 00 aa 0e 20 dc 20 37 2c 31 2c 38 2c 36 0d 00 |.... . 7,1,8,6..| 000001a0 b4 08 20 f4 20 47 0d 00 be 10 20 dc 20 31 30 2c |.. . G.... . 10,| 000001b0 35 2c 31 32 2c 36 0d 00 c8 0f 20 dc 20 39 2c 31 |5,12,6.... . 9,1| 000001c0 2c 31 30 2c 36 0d 00 d2 10 20 dc 20 31 30 2c 31 |,10,6.... . 10,1| 000001d0 2c 31 32 2c 32 0d 00 dc 10 20 dc 20 31 31 2c 31 |,12,2.... . 11,1| 000001e0 2c 31 32 2c 33 0d 00 e6 14 20 dc 20 31 30 2e 35 |,12,3.... . 10.5| 000001f0 2c 33 2c 31 32 2e 35 2c 34 0d ff |,3,12.5,4..| 000001fb