Home » Archimedes archive » Acorn User » AU 1997-11 B.adf » Regulars » StarInfo/Holloway/!Shade/!RunImage

StarInfo/Holloway/!Shade/!RunImage

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 » Archimedes archive » Acorn User » AU 1997-11 B.adf » Regulars
Filename: StarInfo/Holloway/!Shade/!RunImage
Read OK:
File size: 010A bytes
Load address: 0000
Exec address: 0000
File contents
   10REM !RunImage file for !Shade
   20:
   30PRINT"Select screen display:"
   40PRINT
   50PRINT"1: 480 x 352 (Requires 1Mb VRAM)"
   60PRINT"2: 640 x 480 (Requires 2Mb VRAM)"
   70REPEAT
   80D$=GET$
   90UNTIL D$="1" OR D$="2"
  100CASE D$ OF
  110WHEN "1":*Run <Shade$Dir>.shadeM
  120WHEN "2":*Run <Shade$Dir>.shadeH
  130ENDCASE

� !RunImage file for !Shade
:
�"Select screen display:"
(�
2'�"1: 480 x 352 (Requires 1Mb VRAM)"
<'�"2: 640 x 480 (Requires 2Mb VRAM)"
F�
PD$=�
Z� D$="1" � D$="2"
dȎ D$ �
n!� "1":*Run <Shade$Dir>.shadeM
x!� "2":*Run <Shade$Dir>.shadeH
��
�
00000000  0d 00 0a 1f f4 20 21 52  75 6e 49 6d 61 67 65 20  |..... !RunImage |
00000010  66 69 6c 65 20 66 6f 72  20 21 53 68 61 64 65 0d  |file for !Shade.|
00000020  00 14 05 3a 0d 00 1e 1d  f1 22 53 65 6c 65 63 74  |...:....."Select|
00000030  20 73 63 72 65 65 6e 20  64 69 73 70 6c 61 79 3a  | screen display:|
00000040  22 0d 00 28 05 f1 0d 00  32 27 f1 22 31 3a 20 34  |"..(....2'."1: 4|
00000050  38 30 20 78 20 33 35 32  20 28 52 65 71 75 69 72  |80 x 352 (Requir|
00000060  65 73 20 31 4d 62 20 56  52 41 4d 29 22 0d 00 3c  |es 1Mb VRAM)"..<|
00000070  27 f1 22 32 3a 20 36 34  30 20 78 20 34 38 30 20  |'."2: 640 x 480 |
00000080  28 52 65 71 75 69 72 65  73 20 32 4d 62 20 56 52  |(Requires 2Mb VR|
00000090  41 4d 29 22 0d 00 46 05  f5 0d 00 50 08 44 24 3d  |AM)"..F....P.D$=|
000000a0  be 0d 00 5a 15 fd 20 44  24 3d 22 31 22 20 84 20  |...Z.. D$="1" . |
000000b0  44 24 3d 22 32 22 0d 00  64 0b c8 8e 20 44 24 20  |D$="2"..d... D$ |
000000c0  ca 0d 00 6e 21 c9 20 22  31 22 3a 2a 52 75 6e 20  |...n!. "1":*Run |
000000d0  3c 53 68 61 64 65 24 44  69 72 3e 2e 73 68 61 64  |<Shade$Dir>.shad|
000000e0  65 4d 0d 00 78 21 c9 20  22 32 22 3a 2a 52 75 6e  |eM..x!. "2":*Run|
000000f0  20 3c 53 68 61 64 65 24  44 69 72 3e 2e 73 68 61  | <Shade$Dir>.sha|
00000100  64 65 48 0d 00 82 05 cb  0d ff                    |deH.......|
0000010a