Home » CEEFAX disks » telesoftware16.adl » 03-06-89/Start
03-06-89/Start
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 » telesoftware16.adl |
Filename: | 03-06-89/Start |
Read OK: | ✔ |
File size: | 0566 bytes |
Load address: | 0800 |
Exec address: | 8023 |
File contents
10REM Smart Video File: Start 20REM Run this program first 30REM (C)BBC 1989 40MODE7:*LOAD Screen FFFF7C00 50VDU28,5,23,36,11:*FX 1,0 60*FX 202,32 70PRINT'"Welcome to Smart Video":PRINT''"Have you previously calibrated":PRINT"your system? (Y/N)":*FX 15,1 80G$=GET$:PRINT'G$:IFG$="Y"CHAIN"SMART99" 90PROC0:PROC1:PROC@:PROC2:PROC3:PROC@:PROC4:PROC5:PROC@:CHAIN"SMART99":END 100DEFPROC0:LOCALG,G$:G=OPENIN"VALUES":INPUT#G,I,M:CLOSE#G:ENDPROC 110DEFPROC@:LOCALH$:*FX15,1 120H$=GET$:ENDPROC 130DEFPROC2:LOCALG$:PROC6:*FX15,1 140G$=GET$:J=ADVAL(1)DIV10:PROC7:*FX15,1 150G$=GET$:N=ADVAL(1)DIV10:ENDPROC 160DEFPROC3:LOCALH:H=(J-N)/(I-M):K=INT(J-H*I):L=INT(800*H):CLS:PRINT"The following calibration":PRINT"values have been calculated":PRINT"for your videocassette":PRINT"machine:":PRINT'"Offset is ";K" Factor is ";L:PRINT'"The interface is now set-up":PRINT"for your machine.":PRINT 170PRINT"Press any key to continue.":ENDPROC 180DEFPROC4:G=OPENOUT"CALVAL":PRINT#G,K,L:CLOSE#G:ENDPROC 190DEFPROC1:CLS:PRINT'"Please load the videotape into":PRINT"your videocassette machine and":PRINT"rewind to the beginning of the":PRINT"ROBOTICS programme.":PRINT'"Then start the videotape and":PRINT"hit any key when the tape has":PRINT"started.":PRINT'"Watch for calibration" 200PRINT"instructions.":ENDPROC 210DEFPROC6:CLS:PRINT''"Please hit any key at the ":PRINT"moment when the OWL lands by":PRINT"the word MICRO.":ENDPROC 220DEFPROC7:PRINT'"Then hit any key at the time":PRINT"when the WALT DISNEY caption":PRINT"appears on your television.":ENDPROC 230DEFPROC5:CLS:PRINT'"Please rewind your tape to the":PRINT"beginning of the Robotics":PRINT"programme again.":PRINT''"Now press any key when":PRINT" you wish to start":PRINT" SMART VIDEO":ENDPROC
� Smart Video File: Start � Run this program first � (C)BBC 1989 (�7:*LOAD Screen FFFF7C00 2�28,5,23,36,11:*FX 1,0 <*FX 202,32 Fa�'"Welcome to Smart Video":�''"Have you previously calibrated":�"your system? (Y/N)":*FX 15,1 PG$=�:�'G$:�G$="Y"�"SMART99" Z+�0:�1:�@:�2:�3:�@:�4:�5:�@:�"SMART99":� d'��0:�G,G$:G=�"VALUES":�#G,I,M:�#G:� n��@:�H$:*FX15,1 x H$=�:� ���2:�G$:�6:*FX15,1 �G$=�:J=�(1)�10:�7:*FX15,1 �G$=�:N=�(1)�10:� ����3:�H:H=(J-N)/(I-M):K=�(J-H*I):L=�(800*H):�:�"The following calibration":�"values have been calculated":�"for your videocassette":�"machine:":�'"Offset is ";K" Factor is ";L:�'"The interface is now set-up":�"for your machine.":� �#�"Press any key to continue.":� �!��4:G=�"CALVAL":�#G,K,L:�#G:� ����1:�:�'"Please load the videotape into":�"your videocassette machine and":�"rewind to the beginning of the":�"ROBOTICS programme.":�'"Then start the videotape and":�"hit any key when the tape has":�"started.":�'"Watch for calibration" ��"instructions.":� �^��6:�:�''"Please hit any key at the ":�"moment when the OWL lands by":�"the word MICRO.":� �i��7:�'"Then hit any key at the time":�"when the WALT DISNEY caption":�"appears on your television.":� ���5:�:�'"Please rewind your tape to the":�"beginning of the Robotics":�"programme again.":�''"Now press any key when":�" you wish to start":�" SMART VIDEO":� �
00000000 0d 00 0a 1d f4 20 53 6d 61 72 74 20 56 69 64 65 |..... Smart Vide| 00000010 6f 20 46 69 6c 65 3a 20 53 74 61 72 74 0d 00 14 |o File: Start...| 00000020 1c f4 20 52 75 6e 20 74 68 69 73 20 70 72 6f 67 |.. Run this prog| 00000030 72 61 6d 20 66 69 72 73 74 0d 00 1e 11 f4 20 28 |ram first..... (| 00000040 43 29 42 42 43 20 31 39 38 39 0d 00 28 1c eb 37 |C)BBC 1989..(..7| 00000050 3a 2a 4c 4f 41 44 20 53 63 72 65 65 6e 20 46 46 |:*LOAD Screen FF| 00000060 46 46 37 43 30 30 0d 00 32 1a ef 32 38 2c 35 2c |FF7C00..2..28,5,| 00000070 32 33 2c 33 36 2c 31 31 3a 2a 46 58 20 31 2c 30 |23,36,11:*FX 1,0| 00000080 0d 00 3c 0e 2a 46 58 20 32 30 32 2c 33 32 0d 00 |..<.*FX 202,32..| 00000090 46 61 f1 27 22 57 65 6c 63 6f 6d 65 20 74 6f 20 |Fa.'"Welcome to | 000000a0 53 6d 61 72 74 20 56 69 64 65 6f 22 3a f1 27 27 |Smart Video":.''| 000000b0 22 48 61 76 65 20 79 6f 75 20 70 72 65 76 69 6f |"Have you previo| 000000c0 75 73 6c 79 20 63 61 6c 69 62 72 61 74 65 64 22 |usly calibrated"| 000000d0 3a f1 22 79 6f 75 72 20 73 79 73 74 65 6d 3f 20 |:."your system? | 000000e0 28 59 2f 4e 29 22 3a 2a 46 58 20 31 35 2c 31 0d |(Y/N)":*FX 15,1.| 000000f0 00 50 1f 47 24 3d be 3a f1 27 47 24 3a e7 47 24 |.P.G$=.:.'G$:.G$| 00000100 3d 22 59 22 d7 22 53 4d 41 52 54 39 39 22 0d 00 |="Y"."SMART99"..| 00000110 5a 2b f2 30 3a f2 31 3a f2 40 3a f2 32 3a f2 33 |Z+.0:.1:.@:.2:.3| 00000120 3a f2 40 3a f2 34 3a f2 35 3a f2 40 3a d7 22 53 |:.@:.4:.5:.@:."S| 00000130 4d 41 52 54 39 39 22 3a e0 0d 00 64 27 dd f2 30 |MART99":...d'..0| 00000140 3a ea 47 2c 47 24 3a 47 3d 8e 22 56 41 4c 55 45 |:.G,G$:G=."VALUE| 00000150 53 22 3a e8 23 47 2c 49 2c 4d 3a d9 23 47 3a e1 |S":.#G,I,M:.#G:.| 00000160 0d 00 6e 13 dd f2 40 3a ea 48 24 3a 2a 46 58 31 |..n...@:.H$:*FX1| 00000170 35 2c 31 0d 00 78 0a 48 24 3d be 3a e1 0d 00 82 |5,1..x.H$=.:....| 00000180 16 dd f2 32 3a ea 47 24 3a f2 36 3a 2a 46 58 31 |...2:.G$:.6:*FX1| 00000190 35 2c 31 0d 00 8c 1d 47 24 3d be 3a 4a 3d 96 28 |5,1....G$=.:J=.(| 000001a0 31 29 81 31 30 3a f2 37 3a 2a 46 58 31 35 2c 31 |1).10:.7:*FX15,1| 000001b0 0d 00 96 14 47 24 3d be 3a 4e 3d 96 28 31 29 81 |....G$=.:N=.(1).| 000001c0 31 30 3a e1 0d 00 a0 eb dd f2 33 3a ea 48 3a 48 |10:.......3:.H:H| 000001d0 3d 28 4a 2d 4e 29 2f 28 49 2d 4d 29 3a 4b 3d a8 |=(J-N)/(I-M):K=.| 000001e0 28 4a 2d 48 2a 49 29 3a 4c 3d a8 28 38 30 30 2a |(J-H*I):L=.(800*| 000001f0 48 29 3a db 3a f1 22 54 68 65 20 66 6f 6c 6c 6f |H):.:."The follo| 00000200 77 69 6e 67 20 63 61 6c 69 62 72 61 74 69 6f 6e |wing calibration| 00000210 22 3a f1 22 76 61 6c 75 65 73 20 68 61 76 65 20 |":."values have | 00000220 62 65 65 6e 20 63 61 6c 63 75 6c 61 74 65 64 22 |been calculated"| 00000230 3a f1 22 66 6f 72 20 79 6f 75 72 20 76 69 64 65 |:."for your vide| 00000240 6f 63 61 73 73 65 74 74 65 22 3a f1 22 6d 61 63 |ocassette":."mac| 00000250 68 69 6e 65 3a 22 3a f1 27 22 4f 66 66 73 65 74 |hine:":.'"Offset| 00000260 20 69 73 20 22 3b 4b 22 20 20 20 46 61 63 74 6f | is ";K" Facto| 00000270 72 20 69 73 20 22 3b 4c 3a f1 27 22 54 68 65 20 |r is ";L:.'"The | 00000280 69 6e 74 65 72 66 61 63 65 20 69 73 20 6e 6f 77 |interface is now| 00000290 20 73 65 74 2d 75 70 22 3a f1 22 66 6f 72 20 79 | set-up":."for y| 000002a0 6f 75 72 20 6d 61 63 68 69 6e 65 2e 22 3a f1 0d |our machine.":..| 000002b0 00 aa 23 f1 22 50 72 65 73 73 20 61 6e 79 20 6b |..#."Press any k| 000002c0 65 79 20 74 6f 20 63 6f 6e 74 69 6e 75 65 2e 22 |ey to continue."| 000002d0 3a e1 0d 00 b4 21 dd f2 34 3a 47 3d ae 22 43 41 |:....!..4:G=."CA| 000002e0 4c 56 41 4c 22 3a f1 23 47 2c 4b 2c 4c 3a d9 23 |LVAL":.#G,K,L:.#| 000002f0 47 3a e1 0d 00 be ef dd f2 31 3a db 3a f1 27 22 |G:.......1:.:.'"| 00000300 50 6c 65 61 73 65 20 6c 6f 61 64 20 74 68 65 20 |Please load the | 00000310 76 69 64 65 6f 74 61 70 65 20 69 6e 74 6f 22 3a |videotape into":| 00000320 f1 22 79 6f 75 72 20 76 69 64 65 6f 63 61 73 73 |."your videocass| 00000330 65 74 74 65 20 6d 61 63 68 69 6e 65 20 61 6e 64 |ette machine and| 00000340 22 3a f1 22 72 65 77 69 6e 64 20 74 6f 20 74 68 |":."rewind to th| 00000350 65 20 62 65 67 69 6e 6e 69 6e 67 20 6f 66 20 74 |e beginning of t| 00000360 68 65 22 3a f1 22 52 4f 42 4f 54 49 43 53 20 70 |he":."ROBOTICS p| 00000370 72 6f 67 72 61 6d 6d 65 2e 22 3a f1 27 22 54 68 |rogramme.":.'"Th| 00000380 65 6e 20 73 74 61 72 74 20 74 68 65 20 76 69 64 |en start the vid| 00000390 65 6f 74 61 70 65 20 61 6e 64 22 3a f1 22 68 69 |eotape and":."hi| 000003a0 74 20 61 6e 79 20 6b 65 79 20 77 68 65 6e 20 74 |t any key when t| 000003b0 68 65 20 74 61 70 65 20 68 61 73 22 3a f1 22 73 |he tape has":."s| 000003c0 74 61 72 74 65 64 2e 22 3a f1 27 22 57 61 74 63 |tarted.":.'"Watc| 000003d0 68 20 66 6f 72 20 63 61 6c 69 62 72 61 74 69 6f |h for calibratio| 000003e0 6e 22 0d 00 c8 16 f1 22 69 6e 73 74 72 75 63 74 |n"....."instruct| 000003f0 69 6f 6e 73 2e 22 3a e1 0d 00 d2 5e dd f2 36 3a |ions.":....^..6:| 00000400 db 3a f1 27 27 22 50 6c 65 61 73 65 20 68 69 74 |.:.''"Please hit| 00000410 20 61 6e 79 20 6b 65 79 20 61 74 20 74 68 65 20 | any key at the | 00000420 22 3a f1 22 6d 6f 6d 65 6e 74 20 77 68 65 6e 20 |":."moment when | 00000430 74 68 65 20 4f 57 4c 20 6c 61 6e 64 73 20 62 79 |the OWL lands by| 00000440 22 3a f1 22 74 68 65 20 77 6f 72 64 20 4d 49 43 |":."the word MIC| 00000450 52 4f 2e 22 3a e1 0d 00 dc 69 dd f2 37 3a f1 27 |RO.":....i..7:.'| 00000460 22 54 68 65 6e 20 68 69 74 20 61 6e 79 20 6b 65 |"Then hit any ke| 00000470 79 20 61 74 20 74 68 65 20 74 69 6d 65 22 3a f1 |y at the time":.| 00000480 22 77 68 65 6e 20 74 68 65 20 57 41 4c 54 20 44 |"when the WALT D| 00000490 49 53 4e 45 59 20 63 61 70 74 69 6f 6e 22 3a f1 |ISNEY caption":.| 000004a0 22 61 70 70 65 61 72 73 20 6f 6e 20 79 6f 75 72 |"appears on your| 000004b0 20 74 65 6c 65 76 69 73 69 6f 6e 2e 22 3a e1 0d | television.":..| 000004c0 00 e6 a5 dd f2 35 3a db 3a f1 27 22 50 6c 65 61 |.....5:.:.'"Plea| 000004d0 73 65 20 72 65 77 69 6e 64 20 79 6f 75 72 20 74 |se rewind your t| 000004e0 61 70 65 20 74 6f 20 74 68 65 22 3a f1 22 62 65 |ape to the":."be| 000004f0 67 69 6e 6e 69 6e 67 20 6f 66 20 74 68 65 20 52 |ginning of the R| 00000500 6f 62 6f 74 69 63 73 22 3a f1 22 70 72 6f 67 72 |obotics":."progr| 00000510 61 6d 6d 65 20 61 67 61 69 6e 2e 22 3a f1 27 27 |amme again.":.''| 00000520 22 4e 6f 77 20 70 72 65 73 73 20 61 6e 79 20 6b |"Now press any k| 00000530 65 79 20 77 68 65 6e 22 3a f1 22 20 20 79 6f 75 |ey when":." you| 00000540 20 77 69 73 68 20 74 6f 20 73 74 61 72 74 22 3a | wish to start":| 00000550 f1 22 20 20 20 20 53 4d 41 52 54 20 56 49 44 45 |." SMART VIDE| 00000560 4f 22 3a e1 0d ff |O":...| 00000566