Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_33.ADF » L/+SPRO1
L/+SPRO1
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_33.ADF |
Filename: | L/+SPRO1 |
Read OK: | ✔ |
File size: | 0A93 bytes |
Load address: | 2B204556 |
Exec address: | 4F525053 |
File contents
6 Bollinbrook road, MACCLESFIELD, Cheshire. SK10 3DJ. Dear All, Sorry about missing the deadline for the last issue - it was half way through my exams,so I concentrated on book work not keyboard work! Yes - I did pass... Matters to tidy up from past issues: 1.The main menu =============== When toggling between 40 and 80 column modes,there's no need to update the whole screen.Change the following 660 adjust to ("PTI12345",CHR$(GET AND&DF)) for case insensitivity 680 ends in PRINTTAB(10,5);8-(4*ABS(M%));:GOTO660 570 set default "Toggle 80 column text" 2.Startup screens ================= Whoever submits these has a great deal of skill and patience.I am always impressed by the opening screen - keep it up! 3.Packed up disk drive ====================== DE Williams had a Master for the BHF which had stopped writing to disks.Well assuming you've eliminated the drive itself (by testing different drives with known working machines) then the machine is to blame.Check for dry joints first.The only other thing I can think of is that when the PSU blew up it took part of the disk controller circuitry with it.On a Master this is hard to check as few chips are socketed and chp faults can be hidden by the peripheral bus controller (one of the custom 40 pin chips inside).The PBC could itself be at fault.Gosh. 4.Disk faults ============= Acorn app note 019 lists the disk faults,and disk fault &18 is 'sector not found'.Acorn's suggestion is that the disk isn't formatted. 5.Build it III ============== This month I've sent a disabler design which can be used to turn on and off anything (incl.mains!) WITHOUT a single byte of software. 6.Mode 0 EDIT ============= This should have appeared on issue 32 but exams meant it missed the closing date.It's got a heap of assembler in it now so simple manipulation of graphics should be LOTs faster. Enjoy the summer... Robert Sprowson. THE START-UP SCREEN IN EUG31 WAS BY DOMINIC FORD. HE SENT AN EQUALLY IMPRESSIVE ONE FOR EUG32 WHICH I FORGOT ABOUT. UNFORTUNATELY RE-PROGRAMMING IT NEEDS HIS INTELLIGENCE AND ABILITY SO HOPEFULLY WE CAN ALL SEE IT LATER. THE DISC PROBLEM SUFFERED BY D E WILLIAMS WAS A LITTLE MORE COMPLICATED. HE SENT ME ONE WHICH I DIS-ASSEMBLED USING ADI. THE WHOLE FIRST SECTOR IS DELETED AND INTERMITTANT SECTORS ARE ALSO BLANK. THER DOES NOT SEEM TO BE ANY PHYSICAL DAMAGE TO THE DISC ITSELF AND TALKING TO Mr WILLIAMS THE OTHER DISCS HAVE SUFFERED A SIMILAR FATE. ANYWAY CONGRATULATIONS ON PASSING YOUR EXAMS.
00000000 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000020 20 20 20 20 20 20 20 20 20 36 20 42 6f 6c 6c 69 | 6 Bolli| 00000030 6e 62 72 6f 6f 6b 20 72 6f 61 64 2c 0d 20 20 20 |nbrook road,. | 00000040 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000060 20 20 20 20 20 20 20 20 4d 41 43 43 4c 45 53 46 | MACCLESF| 00000070 49 45 4c 44 2c 0d 20 20 20 20 20 20 20 20 20 20 |IELD,. | 00000080 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 000000a0 20 20 20 43 68 65 73 68 69 72 65 2e 0d 20 20 20 | Cheshire.. | 000000b0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 000000d0 20 20 20 20 20 20 20 20 20 20 20 20 53 4b 31 30 | SK10| 000000e0 20 33 44 4a 2e 0d 0d 44 65 61 72 20 41 6c 6c 2c | 3DJ...Dear All,| 000000f0 0d 20 20 20 20 20 20 20 20 20 53 6f 72 72 79 20 |. Sorry | 00000100 61 62 6f 75 74 20 6d 69 73 73 69 6e 67 20 74 68 |about missing th| 00000110 65 20 20 64 65 61 64 6c 69 6e 65 20 66 6f 72 20 |e deadline for | 00000120 74 68 65 20 6c 61 73 74 20 69 73 73 75 65 20 2d |the last issue -| 00000130 20 69 74 20 77 61 73 0d 68 61 6c 66 20 77 61 79 | it was.half way| 00000140 20 74 68 72 6f 75 67 68 20 6d 79 20 65 78 61 6d | through my exam| 00000150 73 2c 73 6f 20 49 20 20 63 6f 6e 63 65 6e 74 72 |s,so I concentr| 00000160 61 74 65 64 20 6f 6e 20 62 6f 6f 6b 20 77 6f 72 |ated on book wor| 00000170 6b 20 6e 6f 74 20 6b 65 79 62 6f 61 72 64 0d 77 |k not keyboard.w| 00000180 6f 72 6b 21 20 59 65 73 20 2d 20 49 20 64 69 64 |ork! Yes - I did| 00000190 20 70 61 73 73 2e 2e 2e 0d 0d 4d 61 74 74 65 72 | pass.....Matter| 000001a0 73 20 74 6f 20 74 69 64 79 20 75 70 20 66 72 6f |s to tidy up fro| 000001b0 6d 20 70 61 73 74 20 69 73 73 75 65 73 3a 0d 0d |m past issues:..| 000001c0 31 2e 54 68 65 20 6d 61 69 6e 20 6d 65 6e 75 0d |1.The main menu.| 000001d0 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0d |===============.| 000001e0 57 68 65 6e 20 74 6f 67 67 6c 69 6e 67 20 62 65 |When toggling be| 000001f0 74 77 65 65 6e 20 34 30 20 61 6e 64 20 38 30 20 |tween 40 and 80 | 00000200 63 6f 6c 75 6d 6e 20 6d 6f 64 65 73 2c 74 68 65 |column modes,the| 00000210 72 65 27 73 20 6e 6f 20 6e 65 65 64 20 74 6f 20 |re's no need to | 00000220 75 70 64 61 74 65 20 74 68 65 20 0d 77 68 6f 6c |update the .whol| 00000230 65 20 73 63 72 65 65 6e 2e 43 68 61 6e 67 65 20 |e screen.Change | 00000240 74 68 65 20 66 6f 6c 6c 6f 77 69 6e 67 0d 0d 36 |the following..6| 00000250 36 30 20 61 64 6a 75 73 74 20 74 6f 20 28 22 50 |60 adjust to ("P| 00000260 54 49 31 32 33 34 35 22 2c 43 48 52 24 28 47 45 |TI12345",CHR$(GE| 00000270 54 20 41 4e 44 26 44 46 29 29 20 66 6f 72 20 63 |T AND&DF)) for c| 00000280 61 73 65 20 69 6e 73 65 6e 73 69 74 69 76 69 74 |ase insensitivit| 00000290 79 0d 0d 36 38 30 20 65 6e 64 73 20 69 6e 20 50 |y..680 ends in P| 000002a0 52 49 4e 54 54 41 42 28 31 30 2c 35 29 3b 38 2d |RINTTAB(10,5);8-| 000002b0 28 34 2a 41 42 53 28 4d 25 29 29 3b 3a 47 4f 54 |(4*ABS(M%));:GOT| 000002c0 4f 36 36 30 0d 0d 35 37 30 20 73 65 74 20 64 65 |O660..570 set de| 000002d0 66 61 75 6c 74 20 22 54 6f 67 67 6c 65 20 38 30 |fault "Toggle 80| 000002e0 20 63 6f 6c 75 6d 6e 20 74 65 78 74 22 0d 20 0d | column text". .| 000002f0 32 2e 53 74 61 72 74 75 70 20 73 63 72 65 65 6e |2.Startup screen| 00000300 73 0d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |s.==============| 00000310 3d 3d 3d 0d 57 68 6f 65 76 65 72 20 73 75 62 6d |===.Whoever subm| 00000320 69 74 73 20 74 68 65 73 65 20 68 61 73 20 61 20 |its these has a | 00000330 67 72 65 61 74 20 64 65 61 6c 20 6f 66 20 73 6b |great deal of sk| 00000340 69 6c 6c 20 61 6e 64 20 70 61 74 69 65 6e 63 65 |ill and patience| 00000350 2e 49 20 61 6d 20 61 6c 77 61 79 73 0d 69 6d 70 |.I am always.imp| 00000360 72 65 73 73 65 64 20 62 79 20 74 68 65 20 6f 70 |ressed by the op| 00000370 65 6e 69 6e 67 20 73 63 72 65 65 6e 20 2d 20 6b |ening screen - k| 00000380 65 65 70 20 69 74 20 75 70 21 0d 0d 33 2e 50 61 |eep it up!..3.Pa| 00000390 63 6b 65 64 20 75 70 20 64 69 73 6b 20 64 72 69 |cked up disk dri| 000003a0 76 65 0d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |ve.=============| 000003b0 3d 3d 3d 3d 3d 3d 3d 3d 3d 0d 44 45 20 57 69 6c |=========.DE Wil| 000003c0 6c 69 61 6d 73 20 68 61 64 20 61 20 4d 61 73 74 |liams had a Mast| 000003d0 65 72 20 66 6f 72 20 74 68 65 20 42 48 46 20 77 |er for the BHF w| 000003e0 68 69 63 68 20 68 61 64 20 73 74 6f 70 70 65 64 |hich had stopped| 000003f0 20 77 72 69 74 69 6e 67 20 74 6f 0d 64 69 73 6b | writing to.disk| 00000400 73 2e 57 65 6c 6c 20 61 73 73 75 6d 69 6e 67 20 |s.Well assuming | 00000410 79 6f 75 27 76 65 20 65 6c 69 6d 69 6e 61 74 65 |you've eliminate| 00000420 64 20 74 68 65 20 64 72 69 76 65 20 69 74 73 65 |d the drive itse| 00000430 6c 66 20 28 62 79 20 74 65 73 74 69 6e 67 0d 64 |lf (by testing.d| 00000440 69 66 66 65 72 65 6e 74 20 64 72 69 76 65 73 20 |ifferent drives | 00000450 77 69 74 68 20 6b 6e 6f 77 6e 20 77 6f 72 6b 69 |with known worki| 00000460 6e 67 20 6d 61 63 68 69 6e 65 73 29 20 74 68 65 |ng machines) the| 00000470 6e 20 74 68 65 20 6d 61 63 68 69 6e 65 20 69 73 |n the machine is| 00000480 20 74 6f 0d 62 6c 61 6d 65 2e 43 68 65 63 6b 20 | to.blame.Check | 00000490 66 6f 72 20 64 72 79 20 6a 6f 69 6e 74 73 20 66 |for dry joints f| 000004a0 69 72 73 74 2e 54 68 65 20 6f 6e 6c 79 20 6f 74 |irst.The only ot| 000004b0 68 65 72 20 74 68 69 6e 67 20 49 20 63 61 6e 20 |her thing I can | 000004c0 74 68 69 6e 6b 20 6f 66 20 69 73 0d 74 68 61 74 |think of is.that| 000004d0 20 77 68 65 6e 20 74 68 65 20 50 53 55 20 62 6c | when the PSU bl| 000004e0 65 77 20 75 70 20 69 74 20 74 6f 6f 6b 20 70 61 |ew up it took pa| 000004f0 72 74 20 6f 66 20 74 68 65 20 64 69 73 6b 20 63 |rt of the disk c| 00000500 6f 6e 74 72 6f 6c 6c 65 72 20 20 63 69 72 63 75 |ontroller circu| 00000510 69 74 72 79 0d 77 69 74 68 20 69 74 2e 4f 6e 20 |itry.with it.On | 00000520 61 20 4d 61 73 74 65 72 20 74 68 69 73 20 69 73 |a Master this is| 00000530 20 68 61 72 64 20 74 6f 20 63 68 65 63 6b 20 61 | hard to check a| 00000540 73 20 66 65 77 20 63 68 69 70 73 20 61 72 65 20 |s few chips are | 00000550 73 6f 63 6b 65 74 65 64 20 61 6e 64 0d 63 68 70 |socketed and.chp| 00000560 20 66 61 75 6c 74 73 20 63 61 6e 20 62 65 20 68 | faults can be h| 00000570 69 64 64 65 6e 20 62 79 20 74 68 65 20 70 65 72 |idden by the per| 00000580 69 70 68 65 72 61 6c 20 62 75 73 20 63 6f 6e 74 |ipheral bus cont| 00000590 72 6f 6c 6c 65 72 20 28 6f 6e 65 20 6f 66 20 74 |roller (one of t| 000005a0 68 65 0d 63 75 73 74 6f 6d 20 34 30 20 70 69 6e |he.custom 40 pin| 000005b0 20 63 68 69 70 73 20 69 6e 73 69 64 65 29 2e 54 | chips inside).T| 000005c0 68 65 20 50 42 43 20 63 6f 75 6c 64 20 69 74 73 |he PBC could its| 000005d0 65 6c 66 20 62 65 20 61 74 20 66 61 75 6c 74 2e |elf be at fault.| 000005e0 47 6f 73 68 2e 0d 0d 34 2e 44 69 73 6b 20 66 61 |Gosh...4.Disk fa| 000005f0 75 6c 74 73 0d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |ults.===========| 00000600 3d 3d 0d 41 63 6f 72 6e 20 61 70 70 20 6e 6f 74 |==.Acorn app not| 00000610 65 20 30 31 39 20 6c 69 73 74 73 20 74 68 65 20 |e 019 lists the | 00000620 64 69 73 6b 20 66 61 75 6c 74 73 2c 61 6e 64 20 |disk faults,and | 00000630 64 69 73 6b 20 66 61 75 6c 74 20 26 31 38 20 69 |disk fault &18 i| 00000640 73 20 27 73 65 63 74 6f 72 20 6e 6f 74 0d 66 6f |s 'sector not.fo| 00000650 75 6e 64 27 2e 41 63 6f 72 6e 27 73 20 73 75 67 |und'.Acorn's sug| 00000660 67 65 73 74 69 6f 6e 20 69 73 20 74 68 61 74 20 |gestion is that | 00000670 74 68 65 20 64 69 73 6b 20 69 73 6e 27 74 20 66 |the disk isn't f| 00000680 6f 72 6d 61 74 74 65 64 2e 0d 0d 35 2e 42 75 69 |ormatted...5.Bui| 00000690 6c 64 20 69 74 20 49 49 49 0d 3d 3d 3d 3d 3d 3d |ld it III.======| 000006a0 3d 3d 3d 3d 3d 3d 3d 3d 0d 54 68 69 73 20 6d 6f |========.This mo| 000006b0 6e 74 68 20 49 27 76 65 20 73 65 6e 74 20 61 20 |nth I've sent a | 000006c0 64 69 73 61 62 6c 65 72 20 64 65 73 69 67 6e 20 |disabler design | 000006d0 77 68 69 63 68 20 63 61 6e 20 62 65 20 75 73 65 |which can be use| 000006e0 64 20 74 6f 20 74 75 72 6e 20 6f 6e 20 61 6e 64 |d to turn on and| 000006f0 0d 6f 66 66 20 61 6e 79 74 68 69 6e 67 20 28 69 |.off anything (i| 00000700 6e 63 6c 2e 6d 61 69 6e 73 21 29 20 57 49 54 48 |ncl.mains!) WITH| 00000710 4f 55 54 20 61 20 73 69 6e 67 6c 65 20 62 79 74 |OUT a single byt| 00000720 65 20 6f 66 20 73 6f 66 74 77 61 72 65 2e 0d 0d |e of software...| 00000730 36 2e 4d 6f 64 65 20 30 20 45 44 49 54 0d 3d 3d |6.Mode 0 EDIT.==| 00000740 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0d 54 68 69 73 |===========.This| 00000750 20 73 68 6f 75 6c 64 20 68 61 76 65 20 61 70 70 | should have app| 00000760 65 61 72 65 64 20 6f 6e 20 69 73 73 75 65 20 33 |eared on issue 3| 00000770 32 20 62 75 74 20 65 78 61 6d 73 20 6d 65 61 6e |2 but exams mean| 00000780 74 20 69 74 20 6d 69 73 73 65 64 20 74 68 65 0d |t it missed the.| 00000790 63 6c 6f 73 69 6e 67 20 64 61 74 65 2e 49 74 27 |closing date.It'| 000007a0 73 20 67 6f 74 20 61 20 68 65 61 70 20 6f 66 20 |s got a heap of | 000007b0 61 73 73 65 6d 62 6c 65 72 20 69 6e 20 69 74 20 |assembler in it | 000007c0 6e 6f 77 20 73 6f 20 73 69 6d 70 6c 65 20 6d 61 |now so simple ma| 000007d0 6e 69 70 75 6c 61 74 69 6f 6e 0d 6f 66 20 67 72 |nipulation.of gr| 000007e0 61 70 68 69 63 73 20 73 68 6f 75 6c 64 20 62 65 |aphics should be| 000007f0 20 4c 4f 54 73 20 66 61 73 74 65 72 2e 0d 0d 45 | LOTs faster...E| 00000800 6e 6a 6f 79 20 74 68 65 20 73 75 6d 6d 65 72 2e |njoy the summer.| 00000810 2e 2e 20 0d 0d 20 20 20 20 20 20 20 20 20 20 20 |.. .. | 00000820 20 20 20 20 20 20 52 6f 62 65 72 74 20 53 70 72 | Robert Spr| 00000830 6f 77 73 6f 6e 2e 0d 0d 54 48 45 20 53 54 41 52 |owson...THE STAR| 00000840 54 2d 55 50 20 53 43 52 45 45 4e 20 49 4e 20 45 |T-UP SCREEN IN E| 00000850 55 47 33 31 20 57 41 53 20 42 59 20 44 4f 4d 49 |UG31 WAS BY DOMI| 00000860 4e 49 43 20 46 4f 52 44 2e 20 48 45 20 53 45 4e |NIC FORD. HE SEN| 00000870 54 20 41 4e 20 45 51 55 41 4c 4c 59 0d 49 4d 50 |T AN EQUALLY.IMP| 00000880 52 45 53 53 49 56 45 20 4f 4e 45 20 46 4f 52 20 |RESSIVE ONE FOR | 00000890 45 55 47 33 32 20 57 48 49 43 48 20 49 20 46 4f |EUG32 WHICH I FO| 000008a0 52 47 4f 54 20 41 42 4f 55 54 2e 20 55 4e 46 4f |RGOT ABOUT. UNFO| 000008b0 52 54 55 4e 41 54 45 4c 59 0d 52 45 2d 50 52 4f |RTUNATELY.RE-PRO| 000008c0 47 52 41 4d 4d 49 4e 47 20 49 54 20 4e 45 45 44 |GRAMMING IT NEED| 000008d0 53 20 48 49 53 20 49 4e 54 45 4c 4c 49 47 45 4e |S HIS INTELLIGEN| 000008e0 43 45 20 41 4e 44 20 41 42 49 4c 49 54 59 20 53 |CE AND ABILITY S| 000008f0 4f 20 48 4f 50 45 46 55 4c 4c 59 20 57 45 20 43 |O HOPEFULLY WE C| 00000900 41 4e 0d 41 4c 4c 20 53 45 45 20 49 54 20 4c 41 |AN.ALL SEE IT LA| 00000910 54 45 52 2e 0d 0d 54 48 45 20 44 49 53 43 20 50 |TER...THE DISC P| 00000920 52 4f 42 4c 45 4d 20 53 55 46 46 45 52 45 44 20 |ROBLEM SUFFERED | 00000930 42 59 20 44 20 45 20 57 49 4c 4c 49 41 4d 53 20 |BY D E WILLIAMS | 00000940 57 41 53 20 41 20 4c 49 54 54 4c 45 20 4d 4f 52 |WAS A LITTLE MOR| 00000950 45 20 43 4f 4d 50 4c 49 43 41 54 45 44 2e 0d 48 |E COMPLICATED..H| 00000960 45 20 53 45 4e 54 20 4d 45 20 4f 4e 45 20 57 48 |E SENT ME ONE WH| 00000970 49 43 48 20 49 20 44 49 53 2d 41 53 53 45 4d 42 |ICH I DIS-ASSEMB| 00000980 4c 45 44 20 55 53 49 4e 47 20 41 44 49 2e 20 54 |LED USING ADI. T| 00000990 48 45 20 57 48 4f 4c 45 20 46 49 52 53 54 20 53 |HE WHOLE FIRST S| 000009a0 45 43 54 4f 52 20 49 53 0d 44 45 4c 45 54 45 44 |ECTOR IS.DELETED| 000009b0 20 41 4e 44 20 49 4e 54 45 52 4d 49 54 54 41 4e | AND INTERMITTAN| 000009c0 54 20 53 45 43 54 4f 52 53 20 41 52 45 20 41 4c |T SECTORS ARE AL| 000009d0 53 4f 20 42 4c 41 4e 4b 2e 20 54 48 45 52 20 44 |SO BLANK. THER D| 000009e0 4f 45 53 20 4e 4f 54 20 53 45 45 4d 20 54 4f 20 |OES NOT SEEM TO | 000009f0 42 45 0d 41 4e 59 20 50 48 59 53 49 43 41 4c 20 |BE.ANY PHYSICAL | 00000a00 44 41 4d 41 47 45 20 54 4f 20 54 48 45 20 44 49 |DAMAGE TO THE DI| 00000a10 53 43 20 49 54 53 45 4c 46 20 41 4e 44 20 54 41 |SC ITSELF AND TA| 00000a20 4c 4b 49 4e 47 20 54 4f 20 4d 72 20 57 49 4c 4c |LKING TO Mr WILL| 00000a30 49 41 4d 53 20 54 48 45 0d 4f 54 48 45 52 20 44 |IAMS THE.OTHER D| 00000a40 49 53 43 53 20 48 41 56 45 20 53 55 46 46 45 52 |ISCS HAVE SUFFER| 00000a50 45 44 20 41 20 53 49 4d 49 4c 41 52 20 46 41 54 |ED A SIMILAR FAT| 00000a60 45 2e 0d 0d 41 4e 59 57 41 59 20 43 4f 4e 47 52 |E...ANYWAY CONGR| 00000a70 41 54 55 4c 41 54 49 4f 4e 53 20 4f 4e 20 50 41 |ATULATIONS ON PA| 00000a80 53 53 49 4e 47 20 59 4f 55 52 20 45 58 41 4d 53 |SSING YOUR EXAMS| 00000a90 2e 0d 0d |...| 00000a93