Home » CEEFAX disks » telesoftware11.adl » 01-01-89/MIDAS
01-01-89/MIDAS
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 » CEEFAX disks » telesoftware11.adl |
Filename: | 01-01-89/MIDAS |
Read OK: | ✔ |
File size: | 059F bytes |
Load address: | FFFF1A00 |
Exec address: | FFFF1A00 |
File contents
10REM MIDAS RUN MENU 20: 21IF PAGE<>&1900 THEN PAGE=&1900:CHAIN"MIDAS" 22*TV0,1 30ONERROR VDU3:GOTO40 40REPEAT 50MODE7 60HIMEM=&3000 70VDU23;8202;0;0;0; 80PROCtitle 90VDU28,0,22,39,2 100CLS 110REPEAT 120PRINTTAB(0,5) 130PRINTTAB(8)CHR$134;"1) Outline and Instructions";' 140PRINTTAB(8)CHR$134;"2) Print/browse towns";' 150PRINTTAB(8)CHR$134"3) Print/browse clues";' 160PRINTTAB(8)CHR$134"4) Midas RUN" 170PRINT 180PRINTTAB(8)CHR$134"Press 1,2,3 or 4" 190*FX21,0 200A%=GET-48 210UNTIL A%>0 AND A%<5 220IF A%=1 PROCinstruct 230IF A%=2 PROCtowns 240IF A%=3 PROCclues 250IF A%=4 CHAIN"M" 260UNTIL FALSE 270: 280DEFPROCtitle 290FORI%=0TO1 300PRINTCHR$132;CHR$157;CHR$131;CHR$141;SPC10;"Midas Run" 310NEXT 320ENDPROC 330: 340DEFPROCinstruct 350CLS 360PROCquest("instructions") 370VDU22,3 380VDU23;8202;0;0;0; 390VDU15 400IF S%=89 THEN PRINTTAB(28,23)"Press SHIFT to scroll":VDU14,28,0,20,79,1 410IF P%=89 THEN VDU2 ELSE VDU3 420*TYPE U 430VDU26,15,3 440PRINTTAB(24,23)"Press any key to continue" 450*FX21,0 460B%=GET 470ENDPROC 480: 490DEFPROCtowns 500CLS 510PROCquest("towns") 520PAGE=&1200 530CHAIN"R" 540ENDPROC 550: 560DEFPROCclues 570CLS 580PROCquest("clues") 590VDU22,3 600VDU23;8202;0;0;0; 610VDU15 620IF S%=89 THEN PRINTTAB(28,23)"Press SHIFT to scroll":VDU14,28,0,20,79,1 630IF P%=89 THEN VDU2 ELSE VDU3 640*TYPE N 650VDU26,15,3 660PRINTTAB(24,23)"Press any key to continue" 670*FX21,0 680B%=GET 690ENDPROC 700: 710DEFPROCquest(A$) 720PRINTTAB(0,6)CHR$134;"Do you want to print the "+A$+" ?" 730PRINTTAB(15,8)CHR$134;"(Y/N) "CHR$131; 740REPEAT 750*FX21,0 760P%=GET AND &DF 770UNTIL P%=89 OR P%=78 780IF P%=89 PRINT"Yes" ELSE PRINT"No" 790PRINTTAB(0,10)CHR$134;"Do you want the screen paged ?" 800PRINTTAB(15,12)CHR$134;"(Y/N) "CHR$131; 810REPEAT 820*FX21,0 830S%=GET AND &DF 840UNTIL S%=89 OR S%=78 850IF S%=89 PRINT"Yes" ELSE PRINT"No" 860ENDPROC
� MIDAS RUN MENU : !� �<>&1900 � �=&1900:�"MIDAS" *TV0,1 � �3:�Th@ (� 2�7 <�=&3000 F�23;8202;0;0;0; P �title Z�28,0,22,39,2 d� n� x �0,5) �,�8)�134;"1) Outline and Instructions";' �&�8)�134;"2) Print/browse towns";' �%�8)�134"3) Print/browse clues";' ��8)�134"4) Midas RUN" �� ��8)�134"Press 1,2,3 or 4" �*FX21,0 �A%=�-48 �� A%>0 � A%<5 �� A%=1 �instruct �� A%=2 �towns �� A%=3 �clues �� A%=4 �"M" � � : ��title "�I%=0�1 ,(�132;�157;�131;�141;�10;"Midas Run" 6� @� J: T��instruct ^� h�quest("instructions") r �22,3 |�23;8202;0;0;0; ��15 �>� S%=89 � �28,23)"Press SHIFT to scroll":�14,28,0,20,79,1 �� P%=89 � �2 � �3 �*TYPE U ��26,15,3 �'�24,23)"Press any key to continue" �*FX21,0 �B%=� �� �: ���towns �� ��quest("towns") �=&1200 �"R" � &: 0��clues :� D�quest("clues") N �22,3 X�23;8202;0;0;0; b�15 l>� S%=89 � �28,23)"Press SHIFT to scroll":�14,28,0,20,79,1 v� P%=89 � �2 � �3 �*TYPE N ��26,15,3 �'�24,23)"Press any key to continue" �*FX21,0 �B%=� �� �: ���quest(A$) �2�0,6)�134;"Do you want to print the "+A$+" ?" ��15,8)�134;"(Y/N) "�131; �� �*FX21,0 �P%=� � &DF � P%=89 � P%=78 � P%=89 �"Yes" � �"No" 0�0,10)�134;"Do you want the screen paged ?" �15,12)�134;"(Y/N) "�131; *� 4*FX21,0 >S%=� � &DF H� S%=89 � S%=78 R� S%=89 �"Yes" � �"No" \� �
00000000 0d 00 0a 14 f4 20 4d 49 44 41 53 20 52 55 4e 20 |..... MIDAS RUN | 00000010 4d 45 4e 55 0d 00 14 05 3a 0d 00 15 21 e7 20 90 |MENU....:...!. .| 00000020 3c 3e 26 31 39 30 30 20 8c 20 d0 3d 26 31 39 30 |<>&1900 . .=&190| 00000030 30 3a d7 22 4d 49 44 41 53 22 0d 00 16 0a 2a 54 |0:."MIDAS"....*T| 00000040 56 30 2c 31 0d 00 1e 0f ee 85 20 ef 33 3a e5 8d |V0,1...... .3:..| 00000050 54 68 40 0d 00 28 05 f5 0d 00 32 06 eb 37 0d 00 |Th@..(....2..7..| 00000060 3c 0b d3 3d 26 33 30 30 30 0d 00 46 13 ef 32 33 |<..=&3000..F..23| 00000070 3b 38 32 30 32 3b 30 3b 30 3b 30 3b 0d 00 50 0a |;8202;0;0;0;..P.| 00000080 f2 74 69 74 6c 65 0d 00 5a 11 ef 32 38 2c 30 2c |.title..Z..28,0,| 00000090 32 32 2c 33 39 2c 32 0d 00 64 05 db 0d 00 6e 05 |22,39,2..d....n.| 000000a0 f5 0d 00 78 0a f1 8a 30 2c 35 29 0d 00 82 2c f1 |...x...0,5)...,.| 000000b0 8a 38 29 bd 31 33 34 3b 22 31 29 20 4f 75 74 6c |.8).134;"1) Outl| 000000c0 69 6e 65 20 61 6e 64 20 49 6e 73 74 72 75 63 74 |ine and Instruct| 000000d0 69 6f 6e 73 22 3b 27 0d 00 8c 26 f1 8a 38 29 bd |ions";'...&..8).| 000000e0 31 33 34 3b 22 32 29 20 50 72 69 6e 74 2f 62 72 |134;"2) Print/br| 000000f0 6f 77 73 65 20 74 6f 77 6e 73 22 3b 27 0d 00 96 |owse towns";'...| 00000100 25 f1 8a 38 29 bd 31 33 34 22 33 29 20 50 72 69 |%..8).134"3) Pri| 00000110 6e 74 2f 62 72 6f 77 73 65 20 63 6c 75 65 73 22 |nt/browse clues"| 00000120 3b 27 0d 00 a0 1a f1 8a 38 29 bd 31 33 34 22 34 |;'......8).134"4| 00000130 29 20 4d 69 64 61 73 20 52 55 4e 22 0d 00 aa 05 |) Midas RUN"....| 00000140 f1 0d 00 b4 1e f1 8a 38 29 bd 31 33 34 22 50 72 |.......8).134"Pr| 00000150 65 73 73 20 31 2c 32 2c 33 20 6f 72 20 34 22 0d |ess 1,2,3 or 4".| 00000160 00 be 0b 2a 46 58 32 31 2c 30 0d 00 c8 0b 41 25 |...*FX21,0....A%| 00000170 3d a5 2d 34 38 0d 00 d2 11 fd 20 41 25 3e 30 20 |=.-48..... A%>0 | 00000180 80 20 41 25 3c 35 0d 00 dc 14 e7 20 41 25 3d 31 |. A%<5..... A%=1| 00000190 20 f2 69 6e 73 74 72 75 63 74 0d 00 e6 11 e7 20 | .instruct..... | 000001a0 41 25 3d 32 20 f2 74 6f 77 6e 73 0d 00 f0 11 e7 |A%=2 .towns.....| 000001b0 20 41 25 3d 33 20 f2 63 6c 75 65 73 0d 00 fa 0f | A%=3 .clues....| 000001c0 e7 20 41 25 3d 34 20 d7 22 4d 22 0d 01 04 07 fd |. A%=4 ."M".....| 000001d0 20 a3 0d 01 0e 05 3a 0d 01 18 0b dd f2 74 69 74 | .....:......tit| 000001e0 6c 65 0d 01 22 0b e3 49 25 3d 30 b8 31 0d 01 2c |le.."..I%=0.1..,| 000001f0 28 f1 bd 31 33 32 3b bd 31 35 37 3b bd 31 33 31 |(..132;.157;.131| 00000200 3b bd 31 34 31 3b 89 31 30 3b 22 4d 69 64 61 73 |;.141;.10;"Midas| 00000210 20 52 75 6e 22 0d 01 36 05 ed 0d 01 40 05 e1 0d | Run"..6....@...| 00000220 01 4a 05 3a 0d 01 54 0e dd f2 69 6e 73 74 72 75 |.J.:..T...instru| 00000230 63 74 0d 01 5e 05 db 0d 01 68 1a f2 71 75 65 73 |ct..^....h..ques| 00000240 74 28 22 69 6e 73 74 72 75 63 74 69 6f 6e 73 22 |t("instructions"| 00000250 29 0d 01 72 09 ef 32 32 2c 33 0d 01 7c 13 ef 32 |)..r..22,3..|..2| 00000260 33 3b 38 32 30 32 3b 30 3b 30 3b 30 3b 0d 01 86 |3;8202;0;0;0;...| 00000270 07 ef 31 35 0d 01 90 3e e7 20 53 25 3d 38 39 20 |..15...>. S%=89 | 00000280 8c 20 f1 8a 32 38 2c 32 33 29 22 50 72 65 73 73 |. ..28,23)"Press| 00000290 20 53 48 49 46 54 20 74 6f 20 73 63 72 6f 6c 6c | SHIFT to scroll| 000002a0 22 3a ef 31 34 2c 32 38 2c 30 2c 32 30 2c 37 39 |":.14,28,0,20,79| 000002b0 2c 31 0d 01 9a 15 e7 20 50 25 3d 38 39 20 8c 20 |,1..... P%=89 . | 000002c0 ef 32 20 8b 20 ef 33 0d 01 a4 0b 2a 54 59 50 45 |.2 . .3....*TYPE| 000002d0 20 55 0d 01 ae 0c ef 32 36 2c 31 35 2c 33 0d 01 | U.....26,15,3..| 000002e0 b8 27 f1 8a 32 34 2c 32 33 29 22 50 72 65 73 73 |.'..24,23)"Press| 000002f0 20 61 6e 79 20 6b 65 79 20 74 6f 20 63 6f 6e 74 | any key to cont| 00000300 69 6e 75 65 22 0d 01 c2 0b 2a 46 58 32 31 2c 30 |inue"....*FX21,0| 00000310 0d 01 cc 08 42 25 3d a5 0d 01 d6 05 e1 0d 01 e0 |....B%=.........| 00000320 05 3a 0d 01 ea 0b dd f2 74 6f 77 6e 73 0d 01 f4 |.:......towns...| 00000330 05 db 0d 01 fe 13 f2 71 75 65 73 74 28 22 74 6f |.......quest("to| 00000340 77 6e 73 22 29 0d 02 08 0b d0 3d 26 31 32 30 30 |wns").....=&1200| 00000350 0d 02 12 08 d7 22 52 22 0d 02 1c 05 e1 0d 02 26 |....."R".......&| 00000360 05 3a 0d 02 30 0b dd f2 63 6c 75 65 73 0d 02 3a |.:..0...clues..:| 00000370 05 db 0d 02 44 13 f2 71 75 65 73 74 28 22 63 6c |....D..quest("cl| 00000380 75 65 73 22 29 0d 02 4e 09 ef 32 32 2c 33 0d 02 |ues")..N..22,3..| 00000390 58 13 ef 32 33 3b 38 32 30 32 3b 30 3b 30 3b 30 |X..23;8202;0;0;0| 000003a0 3b 0d 02 62 07 ef 31 35 0d 02 6c 3e e7 20 53 25 |;..b..15..l>. S%| 000003b0 3d 38 39 20 8c 20 f1 8a 32 38 2c 32 33 29 22 50 |=89 . ..28,23)"P| 000003c0 72 65 73 73 20 53 48 49 46 54 20 74 6f 20 73 63 |ress SHIFT to sc| 000003d0 72 6f 6c 6c 22 3a ef 31 34 2c 32 38 2c 30 2c 32 |roll":.14,28,0,2| 000003e0 30 2c 37 39 2c 31 0d 02 76 15 e7 20 50 25 3d 38 |0,79,1..v.. P%=8| 000003f0 39 20 8c 20 ef 32 20 8b 20 ef 33 0d 02 80 0b 2a |9 . .2 . .3....*| 00000400 54 59 50 45 20 4e 0d 02 8a 0c ef 32 36 2c 31 35 |TYPE N.....26,15| 00000410 2c 33 0d 02 94 27 f1 8a 32 34 2c 32 33 29 22 50 |,3...'..24,23)"P| 00000420 72 65 73 73 20 61 6e 79 20 6b 65 79 20 74 6f 20 |ress any key to | 00000430 63 6f 6e 74 69 6e 75 65 22 0d 02 9e 0b 2a 46 58 |continue"....*FX| 00000440 32 31 2c 30 0d 02 a8 08 42 25 3d a5 0d 02 b2 05 |21,0....B%=.....| 00000450 e1 0d 02 bc 05 3a 0d 02 c6 0f dd f2 71 75 65 73 |.....:......ques| 00000460 74 28 41 24 29 0d 02 d0 32 f1 8a 30 2c 36 29 bd |t(A$)...2..0,6).| 00000470 31 33 34 3b 22 44 6f 20 79 6f 75 20 77 61 6e 74 |134;"Do you want| 00000480 20 74 6f 20 70 72 69 6e 74 20 74 68 65 20 22 2b | to print the "+| 00000490 41 24 2b 22 20 3f 22 0d 02 da 1d f1 8a 31 35 2c |A$+" ?"......15,| 000004a0 38 29 bd 31 33 34 3b 22 28 59 2f 4e 29 20 22 bd |8).134;"(Y/N) ".| 000004b0 31 33 31 3b 0d 02 e4 05 f5 0d 02 ee 0b 2a 46 58 |131;.........*FX| 000004c0 32 31 2c 30 0d 02 f8 0e 50 25 3d a5 20 80 20 26 |21,0....P%=. . &| 000004d0 44 46 0d 03 02 13 fd 20 50 25 3d 38 39 20 84 20 |DF..... P%=89 . | 000004e0 50 25 3d 37 38 0d 03 0c 1a e7 20 50 25 3d 38 39 |P%=78..... P%=89| 000004f0 20 f1 22 59 65 73 22 20 8b 20 f1 22 4e 6f 22 0d | ."Yes" . ."No".| 00000500 03 16 30 f1 8a 30 2c 31 30 29 bd 31 33 34 3b 22 |..0..0,10).134;"| 00000510 44 6f 20 79 6f 75 20 77 61 6e 74 20 74 68 65 20 |Do you want the | 00000520 73 63 72 65 65 6e 20 70 61 67 65 64 20 3f 22 0d |screen paged ?".| 00000530 03 20 1e f1 8a 31 35 2c 31 32 29 bd 31 33 34 3b |. ...15,12).134;| 00000540 22 28 59 2f 4e 29 20 22 bd 31 33 31 3b 0d 03 2a |"(Y/N) ".131;..*| 00000550 05 f5 0d 03 34 0b 2a 46 58 32 31 2c 30 0d 03 3e |....4.*FX21,0..>| 00000560 0e 53 25 3d a5 20 80 20 26 44 46 0d 03 48 13 fd |.S%=. . &DF..H..| 00000570 20 53 25 3d 38 39 20 84 20 53 25 3d 37 38 0d 03 | S%=89 . S%=78..| 00000580 52 1a e7 20 53 25 3d 38 39 20 f1 22 59 65 73 22 |R.. S%=89 ."Yes"| 00000590 20 8b 20 f1 22 4e 6f 22 0d 03 5c 05 e1 0d ff | . ."No"..\....| 0000059f