Home » Personal collection » Acorn ADFS disks » Greaseweazled » adfs_EUG_55.adf » SCREEN
SCREEN
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 » Greaseweazled » adfs_EUG_55.adf |
Filename: | SCREEN |
Read OK: | ✔ |
File size: | 067C bytes |
Load address: | FFFF0E00 |
Exec address: | FFFF802B |
Duplicates
There is 1 duplicate copy of this file in the archive:
- Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_55.ADF » SCREEN
- Personal collection » Acorn ADFS disks » Greaseweazled » adfs_EUG_55.adf » SCREEN
File contents
10REM *** Standardised Impressive *** 20REM *** EUG Logo Screen (JIGSAW *** 30REM *** Compatible) by The Dave *** 40MODE1:VDU23;8202;0;0;0;:COLOUR130:COLOUR0 50 60REM CHR$ Defintions For Issue Box 70 80VDU23,128,255,255,192,192,220,201,201,200,23,129,255,255,0,0,198,41,8,132,23,130,255,255,0,0,75,74,74,75,23,131,240,240,48,48,176,48,48,48,23,132,200,200,201,220,192,192,192,192,23,133,66,33,41,198,0,0,0,0,23,134,74,74,74,51,0,0,0,0 90VDU23,135,48,48,48,176,48,48,48,48,23,136,192,193,193,193,193,193,193,193,23,137,0,249,1,1,1,1,1,1,23,138,48,48,48,48,48,48,48,48,23,139,193,192,192,192,192,192,192,192,23,140,241,24,8,8,8,8,8,24,23,141,240,24,8,8,8,8,8,24 100VDU23,142,193,192,192,192,192,192,255,255,23,143,241,0,0,0,0,0,255,255,23,144,240,0,0,0,0,0,255,255,23,145,48,48,48,48,48,48,240,240,23,146,240,240,240,240,240,240,240,240,23,147,0,248,0,0,0,0,0,0 110 120REM Black Out The Screen 130 140VDU19,2,0;0;19,3,0;0; 150 160REM Load In JIGSAW Pic 170 180*LOAD EUG55 3C70 190 200REM Backgrnd Col. CLS Area Around 210 220VDU28,0,25,3,4:CLS 230VDU28,34,23,39,4:CLS 240VDU28,32,25,39,23:CLS 250VDU28,0,31,39,26:CLS 260VDU28,0,4,39,0:CLS 270 280REM Create Issue Window 290 300COLOUR131 310VDU28,32,10,34,6:CLS 320VDU28,0,31,39,0 330COLOUR130:COLOUR3 340FORs=1TO5 350 PRINTTAB(35,s+5);CHR$(146) 360NEXTs 370 380REM Plot The Defintions Onto It 390 400PROCp(32,6,"����") 410PROCp(32,7,"����") 420PROCp(32,8,"����") 430PROCp(32,9,"����") 440PROCp(32,10,"����") 450 460REM Show The Completed Picture 470 480VDU19,2,2;0;19,3,3;0; 490 500REM Wait For Keypress Or Pause 510 520OSCLI("FX 21") 530IF INKEY-256<>1 A$=INKEY$(250) ELSE A$=INKEY$(145) 540 550REM Load In The Main Menu 560 570MODE4:VDU23;8202;0;0;0; 580CHAIN"$.MENU" 590 600DEFPROCp(x,y,S$) 610VDU5:GCOL0,0:MOVEx*32,1020-(y*32) 620PRINTS$:VDU4 630ENDPROC
%� *** Standardised Impressive *** %� *** EUG Logo Screen (JIGSAW *** %� *** Compatible) by The Dave *** (�1:�23;8202;0;0;0;:�130:�0 2 <#� CHR$ Defintions For Issue Box F P��23,128,255,255,192,192,220,201,201,200,23,129,255,255,0,0,198,41,8,132,23,130,255,255,0,0,75,74,74,75,23,131,240,240,48,48,176,48,48,48,23,132,200,200,201,220,192,192,192,192,23,133,66,33,41,198,0,0,0,0,23,134,74,74,74,51,0,0,0,0 Z��23,135,48,48,48,176,48,48,48,48,23,136,192,193,193,193,193,193,193,193,23,137,0,249,1,1,1,1,1,1,23,138,48,48,48,48,48,48,48,48,23,139,193,192,192,192,192,192,192,192,23,140,241,24,8,8,8,8,8,24,23,141,240,24,8,8,8,8,8,24 d��23,142,193,192,192,192,192,192,255,255,23,143,241,0,0,0,0,0,255,255,23,144,240,0,0,0,0,0,255,255,23,145,48,48,48,48,48,48,240,240,23,146,240,240,240,240,240,240,240,240,23,147,0,248,0,0,0,0,0,0 n x� Black Out The Screen � ��19,2,0;0;19,3,0;0; � �� Load In JIGSAW Pic � �*LOAD EUG55 3C70 � �#� Backgrnd Col. CLS Area Around � ��28,0,25,3,4:� ��28,34,23,39,4:� ��28,32,25,39,23:� ��28,0,31,39,26:� �28,0,4,39,0:� � Create Issue Window " ,�131 6�28,32,10,34,6:� @�28,0,31,39,0 J�130:�3 T �s=1�5 ^ �35,s+5);�(146) h�s r |!� Plot The Defintions Onto It � ��p(32,6,"����") ��p(32,7,"����") ��p(32,8,"����") ��p(32,9,"����") ��p(32,10,"����") � � � Show The Completed Picture � ��19,2,2;0;19,3,3;0; � � � Wait For Keypress Or Pause � �("FX 21") $� �-256<>1 A$=�(250) � A$=�(145) &� Load In The Main Menu 0 :�4:�23;8202;0;0;0; D �"$.MENU" N X��p(x,y,S$) b�5:�0,0:�x*32,1020-(y*32) l �S$:�4 v� �
00000000 0d 00 0a 25 f4 20 2a 2a 2a 20 53 74 61 6e 64 61 |...%. *** Standa| 00000010 72 64 69 73 65 64 20 49 6d 70 72 65 73 73 69 76 |rdised Impressiv| 00000020 65 20 2a 2a 2a 0d 00 14 25 f4 20 2a 2a 2a 20 45 |e ***...%. *** E| 00000030 55 47 20 4c 6f 67 6f 20 53 63 72 65 65 6e 20 28 |UG Logo Screen (| 00000040 4a 49 47 53 41 57 20 2a 2a 2a 0d 00 1e 25 f4 20 |JIGSAW ***...%. | 00000050 2a 2a 2a 20 43 6f 6d 70 61 74 69 62 6c 65 29 20 |*** Compatible) | 00000060 62 79 20 54 68 65 20 44 61 76 65 20 2a 2a 2a 0d |by The Dave ***.| 00000070 00 28 1e eb 31 3a ef 32 33 3b 38 32 30 32 3b 30 |.(..1:.23;8202;0| 00000080 3b 30 3b 30 3b 3a fb 31 33 30 3a fb 30 0d 00 32 |;0;0;:.130:.0..2| 00000090 05 20 0d 00 3c 23 f4 20 43 48 52 24 20 44 65 66 |. ..<#. CHR$ Def| 000000a0 69 6e 74 69 6f 6e 73 20 46 6f 72 20 49 73 73 75 |intions For Issu| 000000b0 65 20 42 6f 78 0d 00 46 05 20 0d 00 50 ea ef 32 |e Box..F. ..P..2| 000000c0 33 2c 31 32 38 2c 32 35 35 2c 32 35 35 2c 31 39 |3,128,255,255,19| 000000d0 32 2c 31 39 32 2c 32 32 30 2c 32 30 31 2c 32 30 |2,192,220,201,20| 000000e0 31 2c 32 30 30 2c 32 33 2c 31 32 39 2c 32 35 35 |1,200,23,129,255| 000000f0 2c 32 35 35 2c 30 2c 30 2c 31 39 38 2c 34 31 2c |,255,0,0,198,41,| 00000100 38 2c 31 33 32 2c 32 33 2c 31 33 30 2c 32 35 35 |8,132,23,130,255| 00000110 2c 32 35 35 2c 30 2c 30 2c 37 35 2c 37 34 2c 37 |,255,0,0,75,74,7| 00000120 34 2c 37 35 2c 32 33 2c 31 33 31 2c 32 34 30 2c |4,75,23,131,240,| 00000130 32 34 30 2c 34 38 2c 34 38 2c 31 37 36 2c 34 38 |240,48,48,176,48| 00000140 2c 34 38 2c 34 38 2c 32 33 2c 31 33 32 2c 32 30 |,48,48,23,132,20| 00000150 30 2c 32 30 30 2c 32 30 31 2c 32 32 30 2c 31 39 |0,200,201,220,19| 00000160 32 2c 31 39 32 2c 31 39 32 2c 31 39 32 2c 32 33 |2,192,192,192,23| 00000170 2c 31 33 33 2c 36 36 2c 33 33 2c 34 31 2c 31 39 |,133,66,33,41,19| 00000180 38 2c 30 2c 30 2c 30 2c 30 2c 32 33 2c 31 33 34 |8,0,0,0,0,23,134| 00000190 2c 37 34 2c 37 34 2c 37 34 2c 35 31 2c 30 2c 30 |,74,74,74,51,0,0| 000001a0 2c 30 2c 30 0d 00 5a e0 ef 32 33 2c 31 33 35 2c |,0,0..Z..23,135,| 000001b0 34 38 2c 34 38 2c 34 38 2c 31 37 36 2c 34 38 2c |48,48,48,176,48,| 000001c0 34 38 2c 34 38 2c 34 38 2c 32 33 2c 31 33 36 2c |48,48,48,23,136,| 000001d0 31 39 32 2c 31 39 33 2c 31 39 33 2c 31 39 33 2c |192,193,193,193,| 000001e0 31 39 33 2c 31 39 33 2c 31 39 33 2c 31 39 33 2c |193,193,193,193,| 000001f0 32 33 2c 31 33 37 2c 30 2c 32 34 39 2c 31 2c 31 |23,137,0,249,1,1| 00000200 2c 31 2c 31 2c 31 2c 31 2c 32 33 2c 31 33 38 2c |,1,1,1,1,23,138,| 00000210 34 38 2c 34 38 2c 34 38 2c 34 38 2c 34 38 2c 34 |48,48,48,48,48,4| 00000220 38 2c 34 38 2c 34 38 2c 32 33 2c 31 33 39 2c 31 |8,48,48,23,139,1| 00000230 39 33 2c 31 39 32 2c 31 39 32 2c 31 39 32 2c 31 |93,192,192,192,1| 00000240 39 32 2c 31 39 32 2c 31 39 32 2c 31 39 32 2c 32 |92,192,192,192,2| 00000250 33 2c 31 34 30 2c 32 34 31 2c 32 34 2c 38 2c 38 |3,140,241,24,8,8| 00000260 2c 38 2c 38 2c 38 2c 32 34 2c 32 33 2c 31 34 31 |,8,8,8,24,23,141| 00000270 2c 32 34 30 2c 32 34 2c 38 2c 38 2c 38 2c 38 2c |,240,24,8,8,8,8,| 00000280 38 2c 32 34 0d 00 64 c6 ef 32 33 2c 31 34 32 2c |8,24..d..23,142,| 00000290 31 39 33 2c 31 39 32 2c 31 39 32 2c 31 39 32 2c |193,192,192,192,| 000002a0 31 39 32 2c 31 39 32 2c 32 35 35 2c 32 35 35 2c |192,192,255,255,| 000002b0 32 33 2c 31 34 33 2c 32 34 31 2c 30 2c 30 2c 30 |23,143,241,0,0,0| 000002c0 2c 30 2c 30 2c 32 35 35 2c 32 35 35 2c 32 33 2c |,0,0,255,255,23,| 000002d0 31 34 34 2c 32 34 30 2c 30 2c 30 2c 30 2c 30 2c |144,240,0,0,0,0,| 000002e0 30 2c 32 35 35 2c 32 35 35 2c 32 33 2c 31 34 35 |0,255,255,23,145| 000002f0 2c 34 38 2c 34 38 2c 34 38 2c 34 38 2c 34 38 2c |,48,48,48,48,48,| 00000300 34 38 2c 32 34 30 2c 32 34 30 2c 32 33 2c 31 34 |48,240,240,23,14| 00000310 36 2c 32 34 30 2c 32 34 30 2c 32 34 30 2c 32 34 |6,240,240,240,24| 00000320 30 2c 32 34 30 2c 32 34 30 2c 32 34 30 2c 32 34 |0,240,240,240,24| 00000330 30 2c 32 33 2c 31 34 37 2c 30 2c 32 34 38 2c 30 |0,23,147,0,248,0| 00000340 2c 30 2c 30 2c 30 2c 30 2c 30 0d 00 6e 05 20 0d |,0,0,0,0,0..n. .| 00000350 00 78 1a f4 20 42 6c 61 63 6b 20 4f 75 74 20 54 |.x.. Black Out T| 00000360 68 65 20 53 63 72 65 65 6e 0d 00 82 05 20 0d 00 |he Screen.... ..| 00000370 8c 17 ef 31 39 2c 32 2c 30 3b 30 3b 31 39 2c 33 |...19,2,0;0;19,3| 00000380 2c 30 3b 30 3b 0d 00 96 05 20 0d 00 a0 18 f4 20 |,0;0;.... ..... | 00000390 4c 6f 61 64 20 49 6e 20 4a 49 47 53 41 57 20 50 |Load In JIGSAW P| 000003a0 69 63 0d 00 aa 05 20 0d 00 b4 14 2a 4c 4f 41 44 |ic.... ....*LOAD| 000003b0 20 45 55 47 35 35 20 33 43 37 30 0d 00 be 05 20 | EUG55 3C70.... | 000003c0 0d 00 c8 23 f4 20 42 61 63 6b 67 72 6e 64 20 43 |...#. Backgrnd C| 000003d0 6f 6c 2e 20 43 4c 53 20 41 72 65 61 20 41 72 6f |ol. CLS Area Aro| 000003e0 75 6e 64 0d 00 d2 05 20 0d 00 dc 12 ef 32 38 2c |und.... .....28,| 000003f0 30 2c 32 35 2c 33 2c 34 3a db 0d 00 e6 14 ef 32 |0,25,3,4:......2| 00000400 38 2c 33 34 2c 32 33 2c 33 39 2c 34 3a db 0d 00 |8,34,23,39,4:...| 00000410 f0 15 ef 32 38 2c 33 32 2c 32 35 2c 33 39 2c 32 |...28,32,25,39,2| 00000420 33 3a db 0d 00 fa 14 ef 32 38 2c 30 2c 33 31 2c |3:......28,0,31,| 00000430 33 39 2c 32 36 3a db 0d 01 04 12 ef 32 38 2c 30 |39,26:......28,0| 00000440 2c 34 2c 33 39 2c 30 3a db 0d 01 0e 05 20 0d 01 |,4,39,0:..... ..| 00000450 18 19 f4 20 43 72 65 61 74 65 20 49 73 73 75 65 |... Create Issue| 00000460 20 57 69 6e 64 6f 77 0d 01 22 05 20 0d 01 2c 08 | Window..". ..,.| 00000470 fb 31 33 31 0d 01 36 14 ef 32 38 2c 33 32 2c 31 |.131..6..28,32,1| 00000480 30 2c 33 34 2c 36 3a db 0d 01 40 11 ef 32 38 2c |0,34,6:...@..28,| 00000490 30 2c 33 31 2c 33 39 2c 30 0d 01 4a 0b fb 31 33 |0,31,39,0..J..13| 000004a0 30 3a fb 33 0d 01 54 0a e3 73 3d 31 b8 35 0d 01 |0:.3..T..s=1.5..| 000004b0 5e 16 20 20 f1 8a 33 35 2c 73 2b 35 29 3b bd 28 |^. ..35,s+5);.(| 000004c0 31 34 36 29 0d 01 68 06 ed 73 0d 01 72 05 20 0d |146)..h..s..r. .| 000004d0 01 7c 21 f4 20 50 6c 6f 74 20 54 68 65 20 44 65 |.|!. Plot The De| 000004e0 66 69 6e 74 69 6f 6e 73 20 4f 6e 74 6f 20 49 74 |fintions Onto It| 000004f0 0d 01 86 05 20 0d 01 90 13 f2 70 28 33 32 2c 36 |.... .....p(32,6| 00000500 2c 22 80 81 82 83 22 29 0d 01 9a 13 f2 70 28 33 |,"....").....p(3| 00000510 32 2c 37 2c 22 84 85 86 87 22 29 0d 01 a4 13 f2 |2,7,"....").....| 00000520 70 28 33 32 2c 38 2c 22 88 89 93 8a 22 29 0d 01 |p(32,8,"....")..| 00000530 ae 13 f2 70 28 33 32 2c 39 2c 22 8b 8c 8d 8a 22 |...p(32,9,"...."| 00000540 29 0d 01 b8 14 f2 70 28 33 32 2c 31 30 2c 22 8e |).....p(32,10,".| 00000550 8f 90 91 22 29 0d 01 c2 05 20 0d 01 cc 20 f4 20 |...").... ... . | 00000560 53 68 6f 77 20 54 68 65 20 43 6f 6d 70 6c 65 74 |Show The Complet| 00000570 65 64 20 50 69 63 74 75 72 65 0d 01 d6 05 20 0d |ed Picture.... .| 00000580 01 e0 17 ef 31 39 2c 32 2c 32 3b 30 3b 31 39 2c |....19,2,2;0;19,| 00000590 33 2c 33 3b 30 3b 0d 01 ea 05 20 0d 01 f4 20 f4 |3,3;0;.... ... .| 000005a0 20 57 61 69 74 20 46 6f 72 20 4b 65 79 70 72 65 | Wait For Keypre| 000005b0 73 73 20 4f 72 20 50 61 75 73 65 0d 01 fe 05 20 |ss Or Pause.... | 000005c0 0d 02 08 0e ff 28 22 46 58 20 32 31 22 29 0d 02 |.....("FX 21")..| 000005d0 12 24 e7 20 a6 2d 32 35 36 3c 3e 31 20 41 24 3d |.$. .-256<>1 A$=| 000005e0 bf 28 32 35 30 29 20 8b 20 41 24 3d bf 28 31 34 |.(250) . A$=.(14| 000005f0 35 29 0d 02 1c 05 20 0d 02 26 1b f4 20 4c 6f 61 |5).... ..&.. Loa| 00000600 64 20 49 6e 20 54 68 65 20 4d 61 69 6e 20 4d 65 |d In The Main Me| 00000610 6e 75 0d 02 30 05 20 0d 02 3a 16 eb 34 3a ef 32 |nu..0. ..:..4:.2| 00000620 33 3b 38 32 30 32 3b 30 3b 30 3b 30 3b 0d 02 44 |3;8202;0;0;0;..D| 00000630 0d d7 22 24 2e 4d 45 4e 55 22 0d 02 4e 05 20 0d |.."$.MENU"..N. .| 00000640 02 58 0f dd f2 70 28 78 2c 79 2c 53 24 29 0d 02 |.X...p(x,y,S$)..| 00000650 62 1d ef 35 3a e6 30 2c 30 3a ec 78 2a 33 32 2c |b..5:.0,0:.x*32,| 00000660 31 30 32 30 2d 28 79 2a 33 32 29 0d 02 6c 0a f1 |1020-(y*32)..l..| 00000670 53 24 3a ef 34 0d 02 76 05 e1 0d ff |S$:.4..v....| 0000067c