Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_17.ADF » LETTERS/BABB1
LETTERS/BABB1
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_17.ADF |
Filename: | LETTERS/BABB1 |
Read OK: | ✔ |
File size: | 13E7 bytes |
Load address: | 42204556 |
Exec address: | 31424241 |
File contents
Gareth Babb 30 Park Drive Grimsby South Humberside DN32 OEG Tel: (01472) 878002 Email: gbabb@nowster.demon.co.uk 21.10.94 Dear Gus, You will really have to do something about your spelling, it really isappalling in some parts ! <grin> The use of disc space could still be improved, reliance on BASIC programs is still fairly high. The way I envisaged it was that everything wouldbe text (except for a few graphics files and actual program files) and therewould be a reader for a sort of script language. I'd also have all text freeform so that it could be read in both 40 and 80 columns and all 26s and 16swould go, soft spacing is a pain ! Going back a bit to Mr Warner's problem we come to the word copyright(the word our esteemed editor can't usually spell). View (et al) writes to itself because if you are trying to run it in sideways RAM it means you must have copied an image of the ROM, thus breaking Acorn's copyright. But I'm not going to be a party pooper, I doubt Acorn are going to go round chasing afterElk owners who would prefer not to waste a whole cartridge slot on View, so this should do the trick: X=OPENUP"xxxx" PTR#X=&yyyy BPUT#X,&EA BPUT#X,&EA BPUT#X,&EA CLOSE#X Where xxxx (or rather the appropriate filename) and yyyy are: View E1.0 28D6 ViewSheet E1.0 0688 ViewStore 1.0 2BCE This disables the bit of code which checks whether it's being run in sidewaysRAM. As to the speed of the PC, the main reason bootup is slow is that DOShas to be loaded (not something an Elk, or any Acorn computer for that matter,has to deal with), no doubt that problem would go away if you got one of thosePC notebooks which have a bootable MS-DOS in ROM. You could then go on aboutsize of applications but that would be boring, these arguments always are. By the way I got very confused with LETT4, 4A and 4B, me thinks 4shouldn't have been there. Changing the physical drive a logical drive is mapped to is possible, Ichanged my EDFSE00 so that drive 0 was swapped with drive 1 (and 2 with 3,considering DFS drive 2 is just side 2 of drive 0). It's just a case ofchanging the bit of code which writes the drive select to the control reg (inEDFSE00 2.20 this is read out of a four byte table at &904C by code at &8D09).Obviously the position of this code depends on the version of DFS, but I hopeI've pointed someone else in the right direction of what to look for. I'm glad Derek has had success with my HD thing back from issue 7, one thing I think should be mentioned as many times as possible is the need to turn off the cursor before compacting, not doing so can have dire consequences ! I'm confused to why ADFS "has to be in the highest priority socketavailable", it shouldn't make a difference wherever you put it (except forwhich filing system starts up first). He digressed slightly about the AP2, which is actually an 8k imageblown twice into a 16k EPROM (PRES probably had a load of 27128s laying about...) due to the fact that as he says the address lines aren't all there thePlus 1 internal ROM socket only reads the *top* 8k. I did wonder if the "low cost" 1MHz bus left the address decoding inthe PAL for the HD controller, it obviously doesn't. One way is indeed toremove buffering and link NPFC straight through, the other is to get a new PALprogrammed. I know the bloke who designed 99.9% of the stuff ACP/PRES used tosell and can ask him about this if anybody so wishes. Yours sincerely, Gareth Babb ANOTHER STIMULATING LETTER FROM GARETH I HAVE TRIED TO ARRANGE FOR FILES TO BE PRINTED SO THAT THEY CAN BE EITHER 40 OR 80 COLUMN BUT HAVE COME AGAINST THE PROBLEM OF WORD WRAP WHE RE WORDS GET BROKEN INTO TWO IN 40 COLUMN MODE. I DID TRY TO ADJUST THE FILES BUT THIS GOT SO TEDIOUS. IF YOU HAVE A SOLUTION THERE ARE A NUMBER OF MEMBERS WHO WILL PUT YOU ON THEIR CHRISTMAS CARD LIST FOR SUPPLYING IT SEND IT IT. AS FOR ASSEMBLY AS I HAVE SAID BEFORE, I CAN ONLY PUBLISH WHAT IS SENT. COULD YOU PERHAPS DO SOME ARTICLES ON CONVERTING BASIC TO ASSEMBLY. AND PLEASE, MAKE IT EASY TO UNDERSTAND. THE FILES ON ACORN'S PAMPHLETS LOOK INTERESTING. I WILL TRY TO DO A REVIEW OF SOME OF THEM IN DUE COURSE, THANKS FOR THEM. FINALLY I NOTE THAT YOU HAVE PUT YOUR NEW TELEPHONE CODE WHERE A 1 IS ADDED IMMEDIATLY AFTER THE 0. WE ARE ALL GOING TO HAVE TO REMEMBER THIS QUITE SOON.
00000000 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000030 20 20 20 20 20 20 20 20 47 61 72 65 74 68 20 42 | Gareth B| 00000040 61 62 62 0d 20 20 20 20 20 20 20 20 20 20 20 20 |abb. | 00000050 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000070 20 20 20 20 20 20 20 20 20 20 20 20 33 30 20 50 | 30 P| 00000080 61 72 6b 20 44 72 69 76 65 0d 20 20 20 20 20 20 |ark Drive. | 00000090 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 000000c0 20 20 47 72 69 6d 73 62 79 0d 20 20 20 20 20 20 | Grimsby. | 000000d0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000100 20 20 53 6f 75 74 68 20 48 75 6d 62 65 72 73 69 | South Humbersi| 00000110 64 65 0d 20 20 20 20 20 20 20 20 20 20 20 20 20 |de. | 00000120 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000140 20 20 20 20 20 20 20 20 20 20 20 44 4e 33 32 20 | DN32 | 00000150 4f 45 47 0d 0d 20 20 20 20 20 20 20 20 20 20 20 |OEG.. | 00000160 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000180 20 20 20 20 20 54 65 6c 3a 20 28 30 31 34 37 32 | Tel: (01472| 00000190 29 20 38 37 38 30 30 32 0d 20 20 20 20 20 20 20 |) 878002. | 000001a0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 000001c0 20 20 20 45 6d 61 69 6c 3a 20 67 62 61 62 62 40 | Email: gbabb@| 000001d0 6e 6f 77 73 74 65 72 2e 64 65 6d 6f 6e 2e 63 6f |nowster.demon.co| 000001e0 2e 75 6b 0d 0d 20 20 20 20 20 20 20 20 20 20 20 |.uk.. | 000001f0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000220 20 20 20 20 20 32 31 2e 31 30 2e 39 34 0d 0d 44 | 21.10.94..D| 00000230 65 61 72 20 47 75 73 2c 0d 0d 20 20 20 20 20 20 |ear Gus,.. | 00000240 20 20 20 59 6f 75 20 77 69 6c 6c 20 72 65 61 6c | You will real| 00000250 6c 79 20 68 61 76 65 20 74 6f 20 64 6f 20 73 6f |ly have to do so| 00000260 6d 65 74 68 69 6e 67 20 61 62 6f 75 74 20 79 6f |mething about yo| 00000270 75 72 20 73 70 65 6c 6c 69 6e 67 2c 20 69 74 20 |ur spelling, it | 00000280 0d 72 65 61 6c 6c 79 20 69 73 10 61 70 70 61 6c |.really is.appal| 00000290 6c 69 6e 67 20 69 6e 20 73 6f 6d 65 20 70 61 72 |ling in some par| 000002a0 74 73 20 21 20 3c 67 72 69 6e 3e 0d 0d 20 20 20 |ts ! <grin>.. | 000002b0 20 20 20 20 20 54 68 65 20 75 73 65 20 6f 66 20 | The use of | 000002c0 64 69 73 63 20 73 70 61 63 65 20 63 6f 75 6c 64 |disc space could| 000002d0 20 73 74 69 6c 6c 20 62 65 20 69 6d 70 72 6f 76 | still be improv| 000002e0 65 64 2c 20 72 65 6c 69 61 6e 63 65 20 6f 6e 20 |ed, reliance on | 000002f0 42 41 53 49 43 10 0d 70 72 6f 67 72 61 6d 73 20 |BASIC..programs | 00000300 69 73 20 73 74 69 6c 6c 20 66 61 69 72 6c 79 20 |is still fairly | 00000310 68 69 67 68 2e 20 54 68 65 20 77 61 79 20 49 20 |high. The way I | 00000320 65 6e 76 69 73 61 67 65 64 20 69 74 20 77 61 73 |envisaged it was| 00000330 20 74 68 61 74 20 0d 65 76 65 72 79 74 68 69 6e | that .everythin| 00000340 67 20 77 6f 75 6c 64 10 62 65 20 74 65 78 74 20 |g would.be text | 00000350 28 65 78 63 65 70 74 20 66 6f 72 20 61 20 66 65 |(except for a fe| 00000360 77 20 67 72 61 70 68 69 63 73 20 66 69 6c 65 73 |w graphics files| 00000370 20 61 6e 64 20 61 63 74 75 61 6c 20 0d 70 72 6f | and actual .pro| 00000380 67 72 61 6d 20 66 69 6c 65 73 29 20 61 6e 64 20 |gram files) and | 00000390 74 68 65 72 65 10 77 6f 75 6c 64 20 62 65 20 61 |there.would be a| 000003a0 20 72 65 61 64 65 72 20 66 6f 72 20 61 20 73 6f | reader for a so| 000003b0 72 74 20 6f 66 20 73 63 72 69 70 74 20 0d 6c 61 |rt of script .la| 000003c0 6e 67 75 61 67 65 2e 20 49 27 64 20 61 6c 73 6f |nguage. I'd also| 000003d0 20 68 61 76 65 20 61 6c 6c 20 74 65 78 74 20 66 | have all text f| 000003e0 72 65 65 10 66 6f 72 6d 20 73 6f 20 74 68 61 74 |ree.form so that| 000003f0 20 69 74 20 63 6f 75 6c 64 20 62 65 20 72 65 61 | it could be rea| 00000400 64 20 69 6e 20 0d 62 6f 74 68 20 34 30 20 61 6e |d in .both 40 an| 00000410 64 20 38 30 20 63 6f 6c 75 6d 6e 73 20 61 6e 64 |d 80 columns and| 00000420 20 61 6c 6c 20 32 36 73 20 61 6e 64 20 31 36 73 | all 26s and 16s| 00000430 10 77 6f 75 6c 64 20 67 6f 2c 20 73 6f 66 74 20 |.would go, soft | 00000440 73 70 61 63 69 6e 67 20 69 73 20 61 20 0d 70 61 |spacing is a .pa| 00000450 69 6e 20 21 0d 0d 20 20 20 20 20 20 20 20 47 6f |in !.. Go| 00000460 69 6e 67 20 62 61 63 6b 20 61 20 62 69 74 20 74 |ing back a bit t| 00000470 6f 20 4d 72 20 57 61 72 6e 65 72 27 73 20 70 72 |o Mr Warner's pr| 00000480 6f 62 6c 65 6d 20 77 65 20 63 6f 6d 65 20 74 6f |oblem we come to| 00000490 20 74 68 65 20 77 6f 72 64 20 10 0d 63 6f 70 79 | the word ..copy| 000004a0 72 69 67 68 74 28 74 68 65 20 77 6f 72 64 20 6f |right(the word o| 000004b0 75 72 20 65 73 74 65 65 6d 65 64 20 65 64 69 74 |ur esteemed edit| 000004c0 6f 72 20 63 61 6e 27 74 20 75 73 75 61 6c 6c 79 |or can't usually| 000004d0 20 73 70 65 6c 6c 29 2e 20 56 69 65 77 20 28 65 | spell). View (e| 000004e0 74 20 10 0d 61 6c 29 20 77 72 69 74 65 73 20 74 |t ..al) writes t| 000004f0 6f 20 69 74 73 65 6c 66 20 62 65 63 61 75 73 65 |o itself because| 00000500 20 69 66 20 79 6f 75 20 61 72 65 20 74 72 79 69 | if you are tryi| 00000510 6e 67 20 74 6f 20 72 75 6e 20 69 74 20 69 6e 20 |ng to run it in | 00000520 73 69 64 65 77 61 79 73 20 52 41 4d 20 10 0d 69 |sideways RAM ..i| 00000530 74 20 6d 65 61 6e 73 20 79 6f 75 20 6d 75 73 74 |t means you must| 00000540 20 68 61 76 65 20 63 6f 70 69 65 64 20 61 6e 20 | have copied an | 00000550 69 6d 61 67 65 20 6f 66 20 74 68 65 20 52 4f 4d |image of the ROM| 00000560 2c 20 74 68 75 73 20 62 72 65 61 6b 69 6e 67 20 |, thus breaking | 00000570 41 63 6f 72 6e 27 73 20 10 0d 63 6f 70 79 72 69 |Acorn's ..copyri| 00000580 67 68 74 2e 20 42 75 74 20 49 27 6d 20 6e 6f 74 |ght. But I'm not| 00000590 20 67 6f 69 6e 67 20 74 6f 20 62 65 20 61 20 70 | going to be a p| 000005a0 61 72 74 79 20 70 6f 6f 70 65 72 2c 20 49 20 64 |arty pooper, I d| 000005b0 6f 75 62 74 20 41 63 6f 72 6e 20 61 72 65 20 10 |oubt Acorn are .| 000005c0 0d 67 6f 69 6e 67 20 74 6f 20 67 6f 20 72 6f 75 |.going to go rou| 000005d0 6e 64 20 63 68 61 73 69 6e 67 20 61 66 74 65 72 |nd chasing after| 000005e0 45 6c 6b 20 6f 77 6e 65 72 73 20 77 68 6f 20 77 |Elk owners who w| 000005f0 6f 75 6c 64 20 70 72 65 66 65 72 20 6e 6f 74 20 |ould prefer not | 00000600 74 6f 20 77 61 73 74 65 20 10 0d 61 20 77 68 6f |to waste ..a who| 00000610 6c 65 20 63 61 72 74 72 69 64 67 65 20 73 6c 6f |le cartridge slo| 00000620 74 20 6f 6e 20 56 69 65 77 2c 20 73 6f 20 74 68 |t on View, so th| 00000630 69 73 20 73 68 6f 75 6c 64 20 64 6f 20 74 68 65 |is should do the| 00000640 20 74 72 69 63 6b 3a 0d 0d 20 20 20 20 20 20 20 | trick:.. | 00000650 20 58 3d 4f 50 45 4e 55 50 22 78 78 78 78 22 0d | X=OPENUP"xxxx".| 00000660 20 20 20 20 20 20 20 20 50 54 52 23 58 3d 26 79 | PTR#X=&y| 00000670 79 79 79 0d 20 20 20 20 20 20 20 20 42 50 55 54 |yyy. BPUT| 00000680 23 58 2c 26 45 41 0d 20 20 20 20 20 20 20 20 42 |#X,&EA. B| 00000690 50 55 54 23 58 2c 26 45 41 0d 20 20 20 20 20 20 |PUT#X,&EA. | 000006a0 20 20 42 50 55 54 23 58 2c 26 45 41 0d 20 20 20 | BPUT#X,&EA. | 000006b0 20 20 20 20 20 43 4c 4f 53 45 23 58 0d 0d 57 68 | CLOSE#X..Wh| 000006c0 65 72 65 20 78 78 78 78 20 28 6f 72 20 72 61 74 |ere xxxx (or rat| 000006d0 68 65 72 20 74 68 65 20 61 70 70 72 6f 70 72 69 |her the appropri| 000006e0 61 74 65 20 66 69 6c 65 6e 61 6d 65 29 20 61 6e |ate filename) an| 000006f0 64 20 79 79 79 79 20 61 72 65 3a 0d 0d 20 20 20 |d yyyy are:.. | 00000700 20 20 20 20 20 56 69 65 77 20 45 31 2e 30 20 20 | View E1.0 | 00000710 20 20 20 20 20 20 20 20 20 20 20 20 20 32 38 44 | 28D| 00000720 36 0d 20 20 20 20 20 20 20 20 56 69 65 77 53 68 |6. ViewSh| 00000730 65 65 74 20 45 31 2e 30 20 20 20 20 20 20 20 20 |eet E1.0 | 00000740 20 20 30 36 38 38 0d 20 20 20 20 20 20 20 20 56 | 0688. V| 00000750 69 65 77 53 74 6f 72 65 20 31 2e 30 20 20 20 20 |iewStore 1.0 | 00000760 20 20 20 20 20 20 20 32 42 43 45 0d 0d 54 68 69 | 2BCE..Thi| 00000770 73 20 64 69 73 61 62 6c 65 73 20 74 68 65 20 62 |s disables the b| 00000780 69 74 20 6f 66 20 63 6f 64 65 20 77 68 69 63 68 |it of code which| 00000790 20 63 68 65 63 6b 73 20 77 68 65 74 68 65 72 20 | checks whether | 000007a0 69 74 27 73 20 62 65 69 6e 67 20 72 75 6e 20 69 |it's being run i| 000007b0 6e 20 0d 73 69 64 65 77 61 79 73 10 52 41 4d 2e |n .sideways.RAM.| 000007c0 0d 0d 20 20 20 20 20 20 20 20 41 73 20 74 6f 20 |.. As to | 000007d0 74 68 65 20 73 70 65 65 64 20 6f 66 20 74 68 65 |the speed of the| 000007e0 20 50 43 2c 20 74 68 65 20 6d 61 69 6e 20 72 65 | PC, the main re| 000007f0 61 73 6f 6e 20 62 6f 6f 74 75 70 20 69 73 20 73 |ason bootup is s| 00000800 6c 6f 77 20 69 73 20 0d 74 68 61 74 20 44 4f 53 |low is .that DOS| 00000810 10 68 61 73 20 74 6f 20 62 65 20 6c 6f 61 64 65 |.has to be loade| 00000820 64 20 28 6e 6f 74 20 73 6f 6d 65 74 68 69 6e 67 |d (not something| 00000830 20 61 6e 20 45 6c 6b 2c 20 6f 72 20 61 6e 79 20 | an Elk, or any | 00000840 41 63 6f 72 6e 20 63 6f 6d 70 75 74 65 72 20 0d |Acorn computer .| 00000850 66 6f 72 20 74 68 61 74 20 6d 61 74 74 65 72 2c |for that matter,| 00000860 10 68 61 73 20 74 6f 20 64 65 61 6c 20 77 69 74 |.has to deal wit| 00000870 68 29 2c 20 6e 6f 20 64 6f 75 62 74 20 74 68 61 |h), no doubt tha| 00000880 74 20 70 72 6f 62 6c 65 6d 20 77 6f 75 6c 64 20 |t problem would | 00000890 67 6f 20 61 77 61 79 20 0d 69 66 20 79 6f 75 20 |go away .if you | 000008a0 67 6f 74 20 6f 6e 65 20 6f 66 20 74 68 6f 73 65 |got one of those| 000008b0 10 50 43 20 6e 6f 74 65 62 6f 6f 6b 73 20 77 68 |.PC notebooks wh| 000008c0 69 63 68 20 68 61 76 65 20 61 20 62 6f 6f 74 61 |ich have a boota| 000008d0 62 6c 65 20 4d 53 2d 44 4f 53 20 69 6e 20 0d 52 |ble MS-DOS in .R| 000008e0 4f 4d 2e 20 59 6f 75 20 63 6f 75 6c 64 20 74 68 |OM. You could th| 000008f0 65 6e 20 67 6f 20 6f 6e 20 61 62 6f 75 74 10 73 |en go on about.s| 00000900 69 7a 65 20 6f 66 20 61 70 70 6c 69 63 61 74 69 |ize of applicati| 00000910 6f 6e 73 20 62 75 74 20 74 68 61 74 20 77 6f 75 |ons but that wou| 00000920 6c 64 20 62 65 20 0d 62 6f 72 69 6e 67 2c 20 74 |ld be .boring, t| 00000930 68 65 73 65 20 61 72 67 75 6d 65 6e 74 73 20 61 |hese arguments a| 00000940 6c 77 61 79 73 20 61 72 65 2e 0d 0d 20 20 20 20 |lways are... | 00000950 20 20 20 20 42 79 20 74 68 65 20 77 61 79 20 49 | By the way I| 00000960 20 67 6f 74 20 76 65 72 79 20 63 6f 6e 66 75 73 | got very confus| 00000970 65 64 20 77 69 74 68 20 4c 45 54 54 34 2c 20 34 |ed with LETT4, 4| 00000980 41 20 61 6e 64 20 34 42 2c 20 6d 65 20 74 68 69 |A and 4B, me thi| 00000990 6e 6b 73 20 0d 34 10 73 68 6f 75 6c 64 6e 27 74 |nks .4.shouldn't| 000009a0 20 68 61 76 65 20 62 65 65 6e 20 74 68 65 72 65 | have been there| 000009b0 2e 0d 0d 20 20 20 20 20 20 20 20 43 68 61 6e 67 |... Chang| 000009c0 69 6e 67 20 74 68 65 20 70 68 79 73 69 63 61 6c |ing the physical| 000009d0 20 64 72 69 76 65 20 61 20 6c 6f 67 69 63 61 6c | drive a logical| 000009e0 20 64 72 69 76 65 20 69 73 20 6d 61 70 70 65 64 | drive is mapped| 000009f0 20 74 6f 20 69 73 20 0d 70 6f 73 73 69 62 6c 65 | to is .possible| 00000a00 2c 20 49 10 63 68 61 6e 67 65 64 20 6d 79 20 45 |, I.changed my E| 00000a10 44 46 53 45 30 30 20 73 6f 20 74 68 61 74 20 64 |DFSE00 so that d| 00000a20 72 69 76 65 20 30 20 77 61 73 20 73 77 61 70 70 |rive 0 was swapp| 00000a30 65 64 20 77 69 74 68 20 64 72 69 76 65 20 31 20 |ed with drive 1 | 00000a40 0d 28 61 6e 64 20 32 20 77 69 74 68 20 33 2c 10 |.(and 2 with 3,.| 00000a50 63 6f 6e 73 69 64 65 72 69 6e 67 20 44 46 53 20 |considering DFS | 00000a60 64 72 69 76 65 20 32 20 69 73 20 6a 75 73 74 20 |drive 2 is just | 00000a70 73 69 64 65 20 32 20 6f 66 20 64 72 69 76 65 20 |side 2 of drive | 00000a80 30 29 2e 20 49 74 27 73 20 0d 6a 75 73 74 20 61 |0). It's .just a| 00000a90 20 63 61 73 65 20 6f 66 10 63 68 61 6e 67 69 6e | case of.changin| 00000aa0 67 20 74 68 65 20 62 69 74 20 6f 66 20 63 6f 64 |g the bit of cod| 00000ab0 65 20 77 68 69 63 68 20 77 72 69 74 65 73 20 74 |e which writes t| 00000ac0 68 65 20 64 72 69 76 65 20 73 65 6c 65 63 74 20 |he drive select | 00000ad0 74 6f 20 0d 74 68 65 20 63 6f 6e 74 72 6f 6c 20 |to .the control | 00000ae0 72 65 67 20 28 69 6e 10 45 44 46 53 45 30 30 20 |reg (in.EDFSE00 | 00000af0 32 2e 32 30 20 74 68 69 73 20 69 73 20 72 65 61 |2.20 this is rea| 00000b00 64 20 6f 75 74 20 6f 66 20 61 20 66 6f 75 72 20 |d out of a four | 00000b10 62 79 74 65 20 74 61 62 6c 65 20 0d 61 74 20 26 |byte table .at &| 00000b20 39 30 34 43 20 62 79 20 63 6f 64 65 20 61 74 20 |904C by code at | 00000b30 26 38 44 30 39 29 2e 10 4f 62 76 69 6f 75 73 6c |&8D09)..Obviousl| 00000b40 79 20 74 68 65 20 70 6f 73 69 74 69 6f 6e 20 6f |y the position o| 00000b50 66 20 74 68 69 73 20 63 6f 64 65 20 64 65 70 65 |f this code depe| 00000b60 6e 64 73 20 0d 6f 6e 20 74 68 65 20 76 65 72 73 |nds .on the vers| 00000b70 69 6f 6e 20 6f 66 20 44 46 53 2c 20 62 75 74 20 |ion of DFS, but | 00000b80 49 20 68 6f 70 65 10 49 27 76 65 20 70 6f 69 6e |I hope.I've poin| 00000b90 74 65 64 20 73 6f 6d 65 6f 6e 65 20 65 6c 73 65 |ted someone else| 00000ba0 20 69 6e 20 74 68 65 20 72 69 67 68 74 20 0d 64 | in the right .d| 00000bb0 69 72 65 63 74 69 6f 6e 20 6f 66 20 77 68 61 74 |irection of what| 00000bc0 20 74 6f 20 6c 6f 6f 6b 20 66 6f 72 2e 10 20 20 | to look for.. | 00000bd0 20 20 20 20 20 10 20 20 20 20 20 20 20 20 0d 0d | . ..| 00000be0 49 27 6d 20 67 6c 61 64 20 44 65 72 65 6b 20 68 |I'm glad Derek h| 00000bf0 61 73 20 68 61 64 20 10 73 75 63 63 65 73 73 20 |as had .success | 00000c00 77 69 74 68 20 6d 79 20 48 44 20 74 68 69 6e 67 |with my HD thing| 00000c10 20 62 61 63 6b 20 66 72 6f 6d 20 69 73 73 75 65 | back from issue| 00000c20 20 37 2c 20 0d 6f 6e 65 20 74 68 69 6e 67 20 49 | 7, .one thing I| 00000c30 20 74 68 69 6e 6b 20 73 68 6f 75 6c 64 20 62 65 | think should be| 00000c40 20 10 6d 65 6e 74 69 6f 6e 65 64 20 61 73 20 6d | .mentioned as m| 00000c50 61 6e 79 20 74 69 6d 65 73 20 61 73 20 70 6f 73 |any times as pos| 00000c60 73 69 62 6c 65 20 69 73 20 74 68 65 20 0d 6e 65 |sible is the .ne| 00000c70 65 64 20 74 6f 20 74 75 72 6e 20 6f 66 66 20 74 |ed to turn off t| 00000c80 68 65 20 63 75 72 73 6f 72 20 10 62 65 66 6f 72 |he cursor .befor| 00000c90 65 20 63 6f 6d 70 61 63 74 69 6e 67 2c 20 6e 6f |e compacting, no| 00000ca0 74 20 64 6f 69 6e 67 20 73 6f 20 63 61 6e 20 68 |t doing so can h| 00000cb0 61 76 65 20 0d 64 69 72 65 20 63 6f 6e 73 65 71 |ave .dire conseq| 00000cc0 75 65 6e 63 65 73 20 21 0d 0d 20 20 20 20 20 20 |uences !.. | 00000cd0 20 20 49 27 6d 20 63 6f 6e 66 75 73 65 64 20 74 | I'm confused t| 00000ce0 6f 20 77 68 79 20 41 44 46 53 20 22 68 61 73 20 |o why ADFS "has | 00000cf0 74 6f 20 62 65 20 69 6e 20 74 68 65 20 68 69 67 |to be in the hig| 00000d00 68 65 73 74 20 70 72 69 6f 72 69 74 79 20 0d 73 |hest priority .s| 00000d10 6f 63 6b 65 74 10 61 76 61 69 6c 61 62 6c 65 22 |ocket.available"| 00000d20 2c 20 69 74 20 73 68 6f 75 6c 64 6e 27 74 20 6d |, it shouldn't m| 00000d30 61 6b 65 20 61 20 64 69 66 66 65 72 65 6e 63 65 |ake a difference| 00000d40 20 77 68 65 72 65 76 65 72 20 79 6f 75 20 70 75 | wherever you pu| 00000d50 74 20 69 74 20 0d 28 65 78 63 65 70 74 20 66 6f |t it .(except fo| 00000d60 72 10 77 68 69 63 68 20 66 69 6c 69 6e 67 20 73 |r.which filing s| 00000d70 79 73 74 65 6d 20 73 74 61 72 74 73 20 75 70 20 |ystem starts up | 00000d80 66 69 72 73 74 29 2e 0d 0d 20 20 20 20 20 20 20 |first)... | 00000d90 20 48 65 20 64 69 67 72 65 73 73 65 64 20 73 6c | He digressed sl| 00000da0 69 67 68 74 6c 79 20 61 62 6f 75 74 20 74 68 65 |ightly about the| 00000db0 20 41 50 32 2c 20 77 68 69 63 68 20 69 73 20 61 | AP2, which is a| 00000dc0 63 74 75 61 6c 6c 79 20 61 6e 20 38 6b 20 0d 69 |ctually an 8k .i| 00000dd0 6d 61 67 65 10 62 6c 6f 77 6e 20 74 77 69 63 65 |mage.blown twice| 00000de0 20 69 6e 74 6f 20 61 20 31 36 6b 20 45 50 52 4f | into a 16k EPRO| 00000df0 4d 20 28 50 52 45 53 20 70 72 6f 62 61 62 6c 79 |M (PRES probably| 00000e00 20 68 61 64 20 61 20 6c 6f 61 64 20 6f 66 20 32 | had a load of 2| 00000e10 37 31 32 38 73 20 0d 6c 61 79 69 6e 67 20 61 62 |7128s .laying ab| 00000e20 6f 75 74 10 2e 2e 2e 29 20 64 75 65 20 74 6f 20 |out....) due to | 00000e30 74 68 65 20 66 61 63 74 20 74 68 61 74 20 61 73 |the fact that as| 00000e40 20 68 65 20 73 61 79 73 20 74 68 65 20 61 64 64 | he says the add| 00000e50 72 65 73 73 20 6c 69 6e 65 73 20 0d 61 72 65 6e |ress lines .aren| 00000e60 27 74 20 61 6c 6c 20 74 68 65 72 65 20 74 68 65 |'t all there the| 00000e70 10 50 6c 75 73 20 31 20 69 6e 74 65 72 6e 61 6c |.Plus 1 internal| 00000e80 20 52 4f 4d 20 73 6f 63 6b 65 74 20 6f 6e 6c 79 | ROM socket only| 00000e90 20 72 65 61 64 73 20 74 68 65 20 2a 74 6f 70 2a | reads the *top*| 00000ea0 20 38 6b 2e 0d 0d 20 20 20 20 20 20 20 20 49 20 | 8k... I | 00000eb0 64 69 64 20 77 6f 6e 64 65 72 20 69 66 20 74 68 |did wonder if th| 00000ec0 65 20 22 6c 6f 77 20 63 6f 73 74 22 20 31 4d 48 |e "low cost" 1MH| 00000ed0 7a 20 62 75 73 20 6c 65 66 74 20 74 68 65 20 61 |z bus left the a| 00000ee0 64 64 72 65 73 73 20 0d 64 65 63 6f 64 69 6e 67 |ddress .decoding| 00000ef0 20 69 6e 10 74 68 65 20 50 41 4c 20 66 6f 72 20 | in.the PAL for | 00000f00 74 68 65 20 48 44 20 63 6f 6e 74 72 6f 6c 6c 65 |the HD controlle| 00000f10 72 2c 20 69 74 20 6f 62 76 69 6f 75 73 6c 79 20 |r, it obviously | 00000f20 64 6f 65 73 6e 27 74 2e 20 4f 6e 65 20 77 61 79 |doesn't. One way| 00000f30 20 0d 69 73 20 69 6e 64 65 65 64 20 74 6f 10 72 | .is indeed to.r| 00000f40 65 6d 6f 76 65 20 62 75 66 66 65 72 69 6e 67 20 |emove buffering | 00000f50 61 6e 64 20 6c 69 6e 6b 20 4e 50 46 43 20 73 74 |and link NPFC st| 00000f60 72 61 69 67 68 74 20 74 68 72 6f 75 67 68 2c 20 |raight through, | 00000f70 74 68 65 20 6f 74 68 65 72 20 0d 69 73 20 74 6f |the other .is to| 00000f80 20 67 65 74 20 61 20 6e 65 77 20 50 41 4c 10 70 | get a new PAL.p| 00000f90 72 6f 67 72 61 6d 6d 65 64 2e 20 49 20 6b 6e 6f |rogrammed. I kno| 00000fa0 77 20 74 68 65 20 62 6c 6f 6b 65 20 77 68 6f 20 |w the bloke who | 00000fb0 64 65 73 69 67 6e 65 64 20 39 39 2e 39 25 20 6f |designed 99.9% o| 00000fc0 66 20 0d 74 68 65 20 73 74 75 66 66 20 41 43 50 |f .the stuff ACP| 00000fd0 2f 50 52 45 53 20 75 73 65 64 20 74 6f 10 73 65 |/PRES used to.se| 00000fe0 6c 6c 20 61 6e 64 20 63 61 6e 20 61 73 6b 20 68 |ll and can ask h| 00000ff0 69 6d 20 61 62 6f 75 74 20 74 68 69 73 20 69 66 |im about this if| 00001000 20 61 6e 79 62 6f 64 79 20 73 6f 20 0d 77 69 73 | anybody so .wis| 00001010 68 65 73 2e 0d 0d 0d 20 20 20 20 20 20 20 20 20 |hes.... | 00001020 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 59 | Y| 00001030 6f 75 72 73 20 73 69 6e 63 65 72 65 6c 79 2c 0d |ours sincerely,.| 00001040 0d 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 00001050 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001060 20 47 61 72 65 74 68 20 42 61 62 62 0d 0d 41 4e | Gareth Babb..AN| 00001070 4f 54 48 45 52 20 53 54 49 4d 55 4c 41 54 49 4e |OTHER STIMULATIN| 00001080 47 20 4c 45 54 54 45 52 20 46 52 4f 4d 20 47 41 |G LETTER FROM GA| 00001090 52 45 54 48 0d 0d 49 20 10 48 41 56 45 20 10 54 |RETH..I .HAVE .T| 000010a0 52 49 45 44 20 10 54 4f 20 10 41 52 52 41 4e 47 |RIED .TO .ARRANG| 000010b0 45 20 10 46 4f 52 20 10 46 49 4c 45 53 20 54 4f |E .FOR .FILES TO| 000010c0 20 42 45 20 50 52 49 4e 54 45 44 20 53 4f 20 54 | BE PRINTED SO T| 000010d0 48 41 54 20 54 48 45 59 20 43 41 4e 20 42 45 20 |HAT THEY CAN BE | 000010e0 0d 45 49 54 48 45 52 20 34 30 20 4f 52 20 38 30 |.EITHER 40 OR 80| 000010f0 20 43 4f 4c 55 4d 4e 20 42 55 54 20 48 41 56 45 | COLUMN BUT HAVE| 00001100 20 43 4f 4d 45 20 41 47 41 49 4e 53 54 20 54 48 | COME AGAINST TH| 00001110 45 20 50 52 4f 42 4c 45 4d 20 4f 46 20 57 4f 52 |E PROBLEM OF WOR| 00001120 44 20 57 52 41 50 20 57 48 45 0d 52 45 20 57 4f |D WRAP WHE.RE WO| 00001130 52 44 53 20 47 45 54 20 42 52 4f 4b 45 4e 20 49 |RDS GET BROKEN I| 00001140 4e 54 4f 20 54 57 4f 20 49 4e 20 34 30 20 43 4f |NTO TWO IN 40 CO| 00001150 4c 55 4d 4e 20 4d 4f 44 45 2e 20 49 20 44 49 44 |LUMN MODE. I DID| 00001160 20 54 52 59 20 54 4f 20 41 44 4a 55 53 54 20 54 | TRY TO ADJUST T| 00001170 48 45 20 0d 46 49 4c 45 53 20 42 55 54 20 54 48 |HE .FILES BUT TH| 00001180 49 53 20 47 4f 54 20 53 4f 20 54 45 44 49 4f 55 |IS GOT SO TEDIOU| 00001190 53 2e 20 49 46 20 59 4f 55 20 48 41 56 45 20 41 |S. IF YOU HAVE A| 000011a0 20 53 4f 4c 55 54 49 4f 4e 20 54 48 45 52 45 20 | SOLUTION THERE | 000011b0 41 52 45 20 41 20 4e 55 4d 42 45 52 20 0d 4f 46 |ARE A NUMBER .OF| 000011c0 20 4d 45 4d 42 45 52 53 20 57 48 4f 20 57 49 4c | MEMBERS WHO WIL| 000011d0 4c 20 50 55 54 20 59 4f 55 20 4f 4e 20 54 48 45 |L PUT YOU ON THE| 000011e0 49 52 20 43 48 52 49 53 54 4d 41 53 20 43 41 52 |IR CHRISTMAS CAR| 000011f0 44 20 4c 49 53 54 20 46 4f 52 20 53 55 50 50 4c |D LIST FOR SUPPL| 00001200 59 49 4e 47 20 49 54 0d 0d 53 45 4e 44 20 49 54 |YING IT..SEND IT| 00001210 20 49 54 2e 0d 0d 41 53 20 46 4f 52 20 41 53 53 | IT...AS FOR ASS| 00001220 45 4d 42 4c 59 20 41 53 20 49 20 48 41 56 45 20 |EMBLY AS I HAVE | 00001230 53 41 49 44 20 42 45 46 4f 52 45 2c 20 49 20 43 |SAID BEFORE, I C| 00001240 41 4e 20 4f 4e 4c 59 20 50 55 42 4c 49 53 48 20 |AN ONLY PUBLISH | 00001250 57 48 41 54 20 49 53 20 53 45 4e 54 2e 0d 43 4f |WHAT IS SENT..CO| 00001260 55 4c 44 20 59 4f 55 20 50 45 52 48 41 50 53 20 |ULD YOU PERHAPS | 00001270 44 4f 20 53 4f 4d 45 20 41 52 54 49 43 4c 45 53 |DO SOME ARTICLES| 00001280 20 4f 4e 20 43 4f 4e 56 45 52 54 49 4e 47 20 42 | ON CONVERTING B| 00001290 41 53 49 43 20 54 4f 20 41 53 53 45 4d 42 4c 59 |ASIC TO ASSEMBLY| 000012a0 2e 20 41 4e 44 20 0d 50 4c 45 41 53 45 2c 20 4d |. AND .PLEASE, M| 000012b0 41 4b 45 20 49 54 20 45 41 53 59 20 54 4f 20 55 |AKE IT EASY TO U| 000012c0 4e 44 45 52 53 54 41 4e 44 2e 0d 0d 54 48 45 20 |NDERSTAND...THE | 000012d0 46 49 4c 45 53 20 4f 4e 20 41 43 4f 52 4e 27 53 |FILES ON ACORN'S| 000012e0 20 50 41 4d 50 48 4c 45 54 53 20 4c 4f 4f 4b 20 | PAMPHLETS LOOK | 000012f0 49 4e 54 45 52 45 53 54 49 4e 47 2e 20 49 20 57 |INTERESTING. I W| 00001300 49 4c 4c 20 54 52 59 20 54 4f 20 44 4f 20 41 20 |ILL TRY TO DO A | 00001310 0d 52 45 56 49 45 57 20 4f 46 20 53 4f 4d 45 20 |.REVIEW OF SOME | 00001320 4f 46 20 54 48 45 4d 20 49 4e 20 44 55 45 20 43 |OF THEM IN DUE C| 00001330 4f 55 52 53 45 2c 20 54 48 41 4e 4b 53 20 46 4f |OURSE, THANKS FO| 00001340 52 20 54 48 45 4d 2e 20 0d 0d 46 49 4e 41 4c 4c |R THEM. ..FINALL| 00001350 59 20 49 20 4e 4f 54 45 20 54 48 41 54 20 59 4f |Y I NOTE THAT YO| 00001360 55 20 48 41 56 45 20 50 55 54 20 59 4f 55 52 20 |U HAVE PUT YOUR | 00001370 4e 45 57 20 54 45 4c 45 50 48 4f 4e 45 20 43 4f |NEW TELEPHONE CO| 00001380 44 45 20 57 48 45 52 45 20 41 20 31 20 49 53 20 |DE WHERE A 1 IS | 00001390 0d 41 44 44 45 44 20 49 4d 4d 45 44 49 41 54 4c |.ADDED IMMEDIATL| 000013a0 59 20 41 46 54 45 52 20 54 48 45 20 30 2e 20 57 |Y AFTER THE 0. W| 000013b0 45 20 41 52 45 20 41 4c 4c 20 47 4f 49 4e 47 20 |E ARE ALL GOING | 000013c0 54 4f 20 48 41 56 45 20 54 4f 20 52 45 4d 45 4d |TO HAVE TO REMEM| 000013d0 42 45 52 20 54 48 49 53 20 0d 51 55 49 54 45 20 |BER THIS .QUITE | 000013e0 53 4f 4f 4e 2e 20 0d |SOON. .| 000013e7