Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_21.ADF » G/CMENU

G/CMENU

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_User_Group » EUG_21.ADF
Filename: G/CMENU
Read OK:
File size: 01DA bytes
Load address: FFFF1D00
Exec address: FFFF8023
File contents
   10REM EUG MENU by Richard Dimond
   20VDU22,4
   30MOVE12,12:DRAW1267,12:DRAW1267,1011:DRAW12,1011:DRAW12,12
   40PROCmenu:GOTO20
   50END
   60DEFPROCmenu
   70PRINTTAB(10,2)" CHEATS MENU 2"
   80PRINTTAB(10,3)" ~~~~~~~~~~~~~"
   90VDU28,2,30,35,4
  100COLOUR1:PRINT"PLEASE SELECT -":COLOUR3
  110PRINT'"<A> Chuckie Egg"
  120PRINT'"<B> Hyperball"
  130PRINT'"<C> Pandemonium"
  140PRINT'"<D> Network"
  150PRINT'"<R>  Return to Games Menu"
  160*FX21,0
  170REPEAT:a%=INSTR("ABCDR",GET$):UNTILa%
  180IFa%=1THENCHAIN"CHUCKIE"
  190IFa%=2THENCHAIN"HYPRBL"
  200IFa%=3THENCHAIN"PANDEM"
  210IFa%=4THENCHAIN"NETWORK"
  220IFa%=5THENCHAIN"GMENU1"
  230ENDPROC

 � EUG MENU by Richard Dimond
	�22,4
.�12,12:�1267,12:�1267,1011:�12,1011:�12,12
(�menu:�TT@
2�
<
��menu
F�10,2)" CHEATS MENU 2"
P�10,3)" ~~~~~~~~~~~~~"
Z�28,2,30,35,4
d�1:�"PLEASE SELECT -":�3
n�'"<A> Chuckie Egg"
x�'"<B> Hyperball"
��'"<C> Pandemonium"
��'"<D> Network"
�!�'"<R>  Return to Games Menu"
�*FX21,0
��:a%=�"ABCDR",�):�a%
��a%=1��"CHUCKIE"
��a%=2��"HYPRBL"
��a%=3��"PANDEM"
��a%=4��"NETWORK"
��a%=5��"GMENU1"
��
�
00000000  0d 00 0a 20 f4 20 45 55  47 20 4d 45 4e 55 20 62  |... . EUG MENU b|
00000010  79 20 52 69 63 68 61 72  64 20 44 69 6d 6f 6e 64  |y Richard Dimond|
00000020  0d 00 14 09 ef 32 32 2c  34 0d 00 1e 2e ec 31 32  |.....22,4.....12|
00000030  2c 31 32 3a df 31 32 36  37 2c 31 32 3a df 31 32  |,12:.1267,12:.12|
00000040  36 37 2c 31 30 31 31 3a  df 31 32 2c 31 30 31 31  |67,1011:.12,1011|
00000050  3a df 31 32 2c 31 32 0d  00 28 0f f2 6d 65 6e 75  |:.12,12..(..menu|
00000060  3a e5 8d 54 54 40 0d 00  32 05 e0 0d 00 3c 0a dd  |:..TT@..2....<..|
00000070  f2 6d 65 6e 75 0d 00 46  1b f1 8a 31 30 2c 32 29  |.menu..F...10,2)|
00000080  22 20 43 48 45 41 54 53  20 4d 45 4e 55 20 32 22  |" CHEATS MENU 2"|
00000090  0d 00 50 1b f1 8a 31 30  2c 33 29 22 20 7e 7e 7e  |..P...10,3)" ~~~|
000000a0  7e 7e 7e 7e 7e 7e 7e 7e  7e 7e 22 0d 00 5a 11 ef  |~~~~~~~~~~"..Z..|
000000b0  32 38 2c 32 2c 33 30 2c  33 35 2c 34 0d 00 64 1c  |28,2,30,35,4..d.|
000000c0  fb 31 3a f1 22 50 4c 45  41 53 45 20 53 45 4c 45  |.1:."PLEASE SELE|
000000d0  43 54 20 2d 22 3a fb 33  0d 00 6e 17 f1 27 22 3c  |CT -":.3..n..'"<|
000000e0  41 3e 20 43 68 75 63 6b  69 65 20 45 67 67 22 0d  |A> Chuckie Egg".|
000000f0  00 78 15 f1 27 22 3c 42  3e 20 48 79 70 65 72 62  |.x..'"<B> Hyperb|
00000100  61 6c 6c 22 0d 00 82 17  f1 27 22 3c 43 3e 20 50  |all".....'"<C> P|
00000110  61 6e 64 65 6d 6f 6e 69  75 6d 22 0d 00 8c 13 f1  |andemonium".....|
00000120  27 22 3c 44 3e 20 4e 65  74 77 6f 72 6b 22 0d 00  |'"<D> Network"..|
00000130  96 21 f1 27 22 3c 52 3e  20 20 52 65 74 75 72 6e  |.!.'"<R>  Return|
00000140  20 74 6f 20 47 61 6d 65  73 20 4d 65 6e 75 22 0d  | to Games Menu".|
00000150  00 a0 0b 2a 46 58 32 31  2c 30 0d 00 aa 18 f5 3a  |...*FX21,0.....:|
00000160  61 25 3d a7 22 41 42 43  44 52 22 2c be 29 3a fd  |a%=."ABCDR",.):.|
00000170  61 25 0d 00 b4 14 e7 61  25 3d 31 8c d7 22 43 48  |a%.....a%=1.."CH|
00000180  55 43 4b 49 45 22 0d 00  be 13 e7 61 25 3d 32 8c  |UCKIE".....a%=2.|
00000190  d7 22 48 59 50 52 42 4c  22 0d 00 c8 13 e7 61 25  |."HYPRBL".....a%|
000001a0  3d 33 8c d7 22 50 41 4e  44 45 4d 22 0d 00 d2 14  |=3.."PANDEM"....|
000001b0  e7 61 25 3d 34 8c d7 22  4e 45 54 57 4f 52 4b 22  |.a%=4.."NETWORK"|
000001c0  0d 00 dc 13 e7 61 25 3d  35 8c d7 22 47 4d 45 4e  |.....a%=5.."GMEN|
000001d0  55 31 22 0d 00 e6 05 e1  0d ff                    |U1".......|
000001da
G/CMENU.m0
G/CMENU.m1
G/CMENU.m2
G/CMENU.m4
G/CMENU.m5