Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_52.ADF » V/+NEWS

V/+NEWS

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_52.ADF
Filename: V/+NEWS
Read OK:
File size: 15FD bytes
Load address: 3A206576
Exec address: 2E562E30
File contents
               E.U.G. - NEWS FROM THE ELECTRON USER GROUP
               First published in Electron User Group #52

The Men Who Wouldn't Give Up
============================
MORE developments on the Superior copyright internet feud appear to have
resulted in David Bradforth licking his wounds after trifling with 'Dr
Beeb' of the Only The Best BBC Micro Games web site. (See EUG #50 and
visit http://cyclone.csufresno.edu/drbeeb/index.html)
   Bradforth's now standardised request for the removal of a small num-
ber of games (copyrighted not to him but to Steve Hanson of Superior) 
was met with an open letter reply asking not only "Where is your sense
of fair play?" and "What is the URL of your web site where people can
purchse these games?" but also the rights-conscious American's knowledge
of American law.
   Whether his argument holds weight that "USA law allows a backup copy
of anything copyrighted to be taken for your own use" holds up is 
speculative at its widest as new software plus, for instance, video
cassettes are most certainly protected in the same way as in Europe. In
relation to "15-20 year old software for a 20 year old microcomputer"
though, he knows his stuff in that he "merely provides a service for
people who once owned the game" and "litigation or damages would be hard
to obtain in the USA".
   As 'Dr Beeb' also pointed out, neither Bradforth's company ProAction
nor Superior have set up a web site to sell their games - and only 15%
of the total games ever released by Superior are downloadable through
his web site. He therefore stresses that he is not "competing against a
product being currently sold". Yet as each company does offer a mail
order service and, as the title of his page suggests, he has the best of
the bunch on offer, whether he is "competing" or not is a difficult 
question. Although he states he would be happy to set up a link to a URL
where Superior had their games on offer, he has not, as yet, incorporat-
ed Superior's UK address or answer machine hotline onto his page. If 
this were done, he may be able to claim the page does more GOOD than 
harm to them (although, as he also states, it probably "does no harm to
Superior" at all).
   Whether he has correctly stated the law or not, it would be indeed
surprising for Superior to initiate legal action (ProAction cannot!) in
the USA over what is a trifling matter in real terms. As with EUG, 
Superior did refute his open letter but, while maintaining the Superior
library, 'Dr Beeb' has respected their wish not to publish their res-
ponse on his web page. Bradforth has evidently left the picture.
   All this begs the question why Dave Moore's Stairway To Hell web 
site, with its FULL library of Superior BBC titles has ESCAPED the 
Bradford "alert" treatment - or as Mr Moore himself eloquently put it,
"Why hasn't the c*** got round to bothering me yet?"

Race To Electron Emulation Begins
=================================
ALTHOUGH Bryan McPhail assures EUG that his Acorn Electron emulator on
the PC project is plodding on each moment of his spare time, it will not
have escaped the notice of those surfing the net that his web page has
not been updated for a considerable amount of time.
   Whether or not he will be the first to implement full emulation 
is now becoming doubtful with the arrival of an unconnected new web page
claiming not only that "Electron Emulation Is The Future" but also that
its author too has accomplished a great deal in a very short space of
time.
   The man Thomas Harte is quoted as "aiming for a mid-level Pentium as   
the target machine" and would appear to have been as successful as Bryan
in emulating classic arcade games such as CHUCKIE EGG. Indeed, there are
a great many similarities between the two sites, both of which are 
linked to The BBC Lives emulation page.
   The race is therefore well and truly on and to get straight to this
new innovation, direct your browser to go to:
      http://www-users.york.ac.uk/~tdrh100/electron/

Work In Progress - Electron X*L*C*R
===================================
MICHAEL Grant is hard at work on converting his BBC masterpiece X*L*C*R,
which actually made it onto ProAction's PLAY IT AGAIN SAM 19 compilation
in 1992, down to the Acorn Electron. Admitting that the original code 
does "a couple of illegal things" and that "the sheet giving the label
and variable meanings is back in Newcastle" he is nevertheless working
on a version with comparable speed and stripping down the introductory
music to the one-channel maximum.
   Currently stuck wondering why the BBC code:
      .ffr:LDY&6E:INY:INY:INY:LDAfnf,Y:STAsnd+6:LDA#3:STAsnd
      .ff0:DEY:LDAfnf,Y:STAsnd+4:STY&6E:LDX#snd MOD 26:LDY #snd MOD 25
      LDA#7:JSR&FFF1:LDY&6E:DECsnd:BNEff0:INY:INY:INY:INY:STY&6E:RTS
      .snd:EQUW0:EQUW1:EQUD0

converted to:
      .ffr:LDY&6E:INY:INY:INY:LDAfnf,Y:STAsnd+6:LDA#3:STAsnd
      DEY:LDAfnf,Y:STAsnd+4:STY&6E:LDX#snd MOD 26:LDY#snd MOD 25
      LDA#7:JSR&FFF1:LDY&6E:INY:INY:STY&6E:RTS
      .snd:EQUW0:EQUW1:EQUD0

doesn't cut the congratulatory Wave 20 fanfare down to one channel, he
anticipates problems with the reading in of keypresses on the Electron
due to not using OSWORD 0 but reading in internal key codes straight
from BBC locations &EC and &ED. His fears were somewhat borne out by
the prototype Electron version sent to EUG in which everything moved
apart from Yu. (Not an error. Yu is YOUR box-character! See the review
this issue for further details.)
   Check out the following web site though for a taste of what will
come to the Elk in time:
      http://www.toothworks.co.uk/beeb_xlcr/
00000000  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 45  |               E|
00000010  2e 55 2e 47 2e 20 2d 20  4e 45 57 53 20 46 52 4f  |.U.G. - NEWS FRO|
00000020  4d 20 54 48 45 20 45 4c  45 43 54 52 4f 4e 20 55  |M THE ELECTRON U|
00000030  53 45 52 20 47 52 4f 55  50 0d 20 20 20 20 20 20  |SER GROUP.      |
00000040  20 20 20 20 20 20 20 20  20 46 69 72 73 74 20 70  |         First p|
00000050  75 62 6c 69 73 68 65 64  20 69 6e 20 45 6c 65 63  |ublished in Elec|
00000060  74 72 6f 6e 20 55 73 65  72 20 47 72 6f 75 70 20  |tron User Group |
00000070  23 35 32 0d 0d 54 68 65  20 4d 65 6e 20 57 68 6f  |#52..The Men Who|
00000080  20 57 6f 75 6c 64 6e 27  74 20 47 69 76 65 20 55  | Wouldn't Give U|
00000090  70 0d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |p.==============|
000000a0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 0d 4d  |==============.M|
000000b0  4f 52 45 20 64 65 76 65  6c 6f 70 6d 65 6e 74 73  |ORE developments|
000000c0  20 6f 6e 20 74 68 65 20  53 75 70 65 72 69 6f 72  | on the Superior|
000000d0  20 63 6f 70 79 72 69 67  68 74 20 69 6e 74 65 72  | copyright inter|
000000e0  6e 65 74 20 66 65 75 64  20 61 70 70 65 61 72 20  |net feud appear |
000000f0  74 6f 20 68 61 76 65 0d  72 65 73 75 6c 74 65 64  |to have.resulted|
00000100  20 69 6e 20 44 61 76 69  64 20 42 72 61 64 66 6f  | in David Bradfo|
00000110  72 74 68 20 6c 69 63 6b  69 6e 67 20 68 69 73 20  |rth licking his |
00000120  77 6f 75 6e 64 73 20 61  66 74 65 72 20 74 72 69  |wounds after tri|
00000130  66 6c 69 6e 67 20 77 69  74 68 20 27 44 72 0d 42  |fling with 'Dr.B|
00000140  65 65 62 27 20 6f 66 20  74 68 65 20 4f 6e 6c 79  |eeb' of the Only|
00000150  20 54 68 65 20 42 65 73  74 20 42 42 43 20 4d 69  | The Best BBC Mi|
00000160  63 72 6f 20 47 61 6d 65  73 20 77 65 62 20 73 69  |cro Games web si|
00000170  74 65 2e 20 28 53 65 65  20 45 55 47 20 23 35 30  |te. (See EUG #50|
00000180  20 61 6e 64 0d 76 69 73  69 74 20 68 74 74 70 3a  | and.visit http:|
00000190  2f 2f 63 79 63 6c 6f 6e  65 2e 63 73 75 66 72 65  |//cyclone.csufre|
000001a0  73 6e 6f 2e 65 64 75 2f  64 72 62 65 65 62 2f 69  |sno.edu/drbeeb/i|
000001b0  6e 64 65 78 2e 68 74 6d  6c 29 0d 20 20 20 42 72  |ndex.html).   Br|
000001c0  61 64 66 6f 72 74 68 27  73 20 6e 6f 77 20 73 74  |adforth's now st|
000001d0  61 6e 64 61 72 64 69 73  65 64 20 72 65 71 75 65  |andardised reque|
000001e0  73 74 20 66 6f 72 20 74  68 65 20 72 65 6d 6f 76  |st for the remov|
000001f0  61 6c 20 6f 66 20 61 20  73 6d 61 6c 6c 20 6e 75  |al of a small nu|
00000200  6d 2d 0d 62 65 72 20 6f  66 20 67 61 6d 65 73 20  |m-.ber of games |
00000210  28 63 6f 70 79 72 69 67  68 74 65 64 20 6e 6f 74  |(copyrighted not|
00000220  20 74 6f 20 68 69 6d 20  62 75 74 20 74 6f 20 53  | to him but to S|
00000230  74 65 76 65 20 48 61 6e  73 6f 6e 20 6f 66 20 53  |teve Hanson of S|
00000240  75 70 65 72 69 6f 72 29  20 0d 77 61 73 20 6d 65  |uperior) .was me|
00000250  74 20 77 69 74 68 20 61  6e 20 6f 70 65 6e 20 6c  |t with an open l|
00000260  65 74 74 65 72 20 72 65  70 6c 79 20 61 73 6b 69  |etter reply aski|
00000270  6e 67 20 6e 6f 74 20 6f  6e 6c 79 20 22 57 68 65  |ng not only "Whe|
00000280  72 65 20 69 73 20 79 6f  75 72 20 73 65 6e 73 65  |re is your sense|
00000290  0d 6f 66 20 66 61 69 72  20 70 6c 61 79 3f 22 20  |.of fair play?" |
000002a0  61 6e 64 20 22 57 68 61  74 20 69 73 20 74 68 65  |and "What is the|
000002b0  20 55 52 4c 20 6f 66 20  79 6f 75 72 20 77 65 62  | URL of your web|
000002c0  20 73 69 74 65 20 77 68  65 72 65 20 70 65 6f 70  | site where peop|
000002d0  6c 65 20 63 61 6e 0d 70  75 72 63 68 73 65 20 74  |le can.purchse t|
000002e0  68 65 73 65 20 67 61 6d  65 73 3f 22 20 62 75 74  |hese games?" but|
000002f0  20 61 6c 73 6f 20 74 68  65 20 72 69 67 68 74 73  | also the rights|
00000300  2d 63 6f 6e 73 63 69 6f  75 73 20 41 6d 65 72 69  |-conscious Ameri|
00000310  63 61 6e 27 73 20 6b 6e  6f 77 6c 65 64 67 65 0d  |can's knowledge.|
00000320  6f 66 20 41 6d 65 72 69  63 61 6e 20 6c 61 77 2e  |of American law.|
00000330  0d 20 20 20 57 68 65 74  68 65 72 20 68 69 73 20  |.   Whether his |
00000340  61 72 67 75 6d 65 6e 74  20 68 6f 6c 64 73 20 77  |argument holds w|
00000350  65 69 67 68 74 20 74 68  61 74 20 22 55 53 41 20  |eight that "USA |
00000360  6c 61 77 20 61 6c 6c 6f  77 73 20 61 20 62 61 63  |law allows a bac|
00000370  6b 75 70 20 63 6f 70 79  0d 6f 66 20 61 6e 79 74  |kup copy.of anyt|
00000380  68 69 6e 67 20 63 6f 70  79 72 69 67 68 74 65 64  |hing copyrighted|
00000390  20 74 6f 20 62 65 20 74  61 6b 65 6e 20 66 6f 72  | to be taken for|
000003a0  20 79 6f 75 72 20 6f 77  6e 20 75 73 65 22 20 68  | your own use" h|
000003b0  6f 6c 64 73 20 75 70 20  69 73 20 0d 73 70 65 63  |olds up is .spec|
000003c0  75 6c 61 74 69 76 65 20  61 74 20 69 74 73 20 77  |ulative at its w|
000003d0  69 64 65 73 74 20 61 73  20 6e 65 77 20 73 6f 66  |idest as new sof|
000003e0  74 77 61 72 65 20 70 6c  75 73 2c 20 66 6f 72 20  |tware plus, for |
000003f0  69 6e 73 74 61 6e 63 65  2c 20 76 69 64 65 6f 0d  |instance, video.|
00000400  63 61 73 73 65 74 74 65  73 20 61 72 65 20 6d 6f  |cassettes are mo|
00000410  73 74 20 63 65 72 74 61  69 6e 6c 79 20 70 72 6f  |st certainly pro|
00000420  74 65 63 74 65 64 20 69  6e 20 74 68 65 20 73 61  |tected in the sa|
00000430  6d 65 20 77 61 79 20 61  73 20 69 6e 20 45 75 72  |me way as in Eur|
00000440  6f 70 65 2e 20 49 6e 0d  72 65 6c 61 74 69 6f 6e  |ope. In.relation|
00000450  20 74 6f 20 22 31 35 2d  32 30 20 79 65 61 72 20  | to "15-20 year |
00000460  6f 6c 64 20 73 6f 66 74  77 61 72 65 20 66 6f 72  |old software for|
00000470  20 61 20 32 30 20 79 65  61 72 20 6f 6c 64 20 6d  | a 20 year old m|
00000480  69 63 72 6f 63 6f 6d 70  75 74 65 72 22 0d 74 68  |icrocomputer".th|
00000490  6f 75 67 68 2c 20 68 65  20 6b 6e 6f 77 73 20 68  |ough, he knows h|
000004a0  69 73 20 73 74 75 66 66  20 69 6e 20 74 68 61 74  |is stuff in that|
000004b0  20 68 65 20 22 6d 65 72  65 6c 79 20 70 72 6f 76  | he "merely prov|
000004c0  69 64 65 73 20 61 20 73  65 72 76 69 63 65 20 66  |ides a service f|
000004d0  6f 72 0d 70 65 6f 70 6c  65 20 77 68 6f 20 6f 6e  |or.people who on|
000004e0  63 65 20 6f 77 6e 65 64  20 74 68 65 20 67 61 6d  |ce owned the gam|
000004f0  65 22 20 61 6e 64 20 22  6c 69 74 69 67 61 74 69  |e" and "litigati|
00000500  6f 6e 20 6f 72 20 64 61  6d 61 67 65 73 20 77 6f  |on or damages wo|
00000510  75 6c 64 20 62 65 20 68  61 72 64 0d 74 6f 20 6f  |uld be hard.to o|
00000520  62 74 61 69 6e 20 69 6e  20 74 68 65 20 55 53 41  |btain in the USA|
00000530  22 2e 0d 20 20 20 41 73  20 27 44 72 20 42 65 65  |"..   As 'Dr Bee|
00000540  62 27 20 61 6c 73 6f 20  70 6f 69 6e 74 65 64 20  |b' also pointed |
00000550  6f 75 74 2c 20 6e 65 69  74 68 65 72 20 42 72 61  |out, neither Bra|
00000560  64 66 6f 72 74 68 27 73  20 63 6f 6d 70 61 6e 79  |dforth's company|
00000570  20 50 72 6f 41 63 74 69  6f 6e 0d 6e 6f 72 20 53  | ProAction.nor S|
00000580  75 70 65 72 69 6f 72 20  68 61 76 65 20 73 65 74  |uperior have set|
00000590  20 75 70 20 61 20 77 65  62 20 73 69 74 65 20 74  | up a web site t|
000005a0  6f 20 73 65 6c 6c 20 74  68 65 69 72 20 67 61 6d  |o sell their gam|
000005b0  65 73 20 2d 20 61 6e 64  20 6f 6e 6c 79 20 31 35  |es - and only 15|
000005c0  25 0d 6f 66 20 74 68 65  20 74 6f 74 61 6c 20 67  |%.of the total g|
000005d0  61 6d 65 73 20 65 76 65  72 20 72 65 6c 65 61 73  |ames ever releas|
000005e0  65 64 20 62 79 20 53 75  70 65 72 69 6f 72 20 61  |ed by Superior a|
000005f0  72 65 20 64 6f 77 6e 6c  6f 61 64 61 62 6c 65 20  |re downloadable |
00000600  74 68 72 6f 75 67 68 0d  68 69 73 20 77 65 62 20  |through.his web |
00000610  73 69 74 65 2e 20 48 65  20 74 68 65 72 65 66 6f  |site. He therefo|
00000620  72 65 20 73 74 72 65 73  73 65 73 20 74 68 61 74  |re stresses that|
00000630  20 68 65 20 69 73 20 6e  6f 74 20 22 63 6f 6d 70  | he is not "comp|
00000640  65 74 69 6e 67 20 61 67  61 69 6e 73 74 20 61 0d  |eting against a.|
00000650  70 72 6f 64 75 63 74 20  62 65 69 6e 67 20 63 75  |product being cu|
00000660  72 72 65 6e 74 6c 79 20  73 6f 6c 64 22 2e 20 59  |rrently sold". Y|
00000670  65 74 20 61 73 20 65 61  63 68 20 63 6f 6d 70 61  |et as each compa|
00000680  6e 79 20 64 6f 65 73 20  6f 66 66 65 72 20 61 20  |ny does offer a |
00000690  6d 61 69 6c 0d 6f 72 64  65 72 20 73 65 72 76 69  |mail.order servi|
000006a0  63 65 20 61 6e 64 2c 20  61 73 20 74 68 65 20 74  |ce and, as the t|
000006b0  69 74 6c 65 20 6f 66 20  68 69 73 20 70 61 67 65  |itle of his page|
000006c0  20 73 75 67 67 65 73 74  73 2c 20 68 65 20 68 61  | suggests, he ha|
000006d0  73 20 74 68 65 20 62 65  73 74 20 6f 66 0d 74 68  |s the best of.th|
000006e0  65 20 62 75 6e 63 68 20  6f 6e 20 6f 66 66 65 72  |e bunch on offer|
000006f0  2c 20 77 68 65 74 68 65  72 20 68 65 20 69 73 20  |, whether he is |
00000700  22 63 6f 6d 70 65 74 69  6e 67 22 20 6f 72 20 6e  |"competing" or n|
00000710  6f 74 20 69 73 20 61 20  64 69 66 66 69 63 75 6c  |ot is a difficul|
00000720  74 20 0d 71 75 65 73 74  69 6f 6e 2e 20 41 6c 74  |t .question. Alt|
00000730  68 6f 75 67 68 20 68 65  20 73 74 61 74 65 73 20  |hough he states |
00000740  68 65 20 77 6f 75 6c 64  20 62 65 20 68 61 70 70  |he would be happ|
00000750  79 20 74 6f 20 73 65 74  20 75 70 20 61 20 6c 69  |y to set up a li|
00000760  6e 6b 20 74 6f 20 61 20  55 52 4c 0d 77 68 65 72  |nk to a URL.wher|
00000770  65 20 53 75 70 65 72 69  6f 72 20 68 61 64 20 74  |e Superior had t|
00000780  68 65 69 72 20 67 61 6d  65 73 20 6f 6e 20 6f 66  |heir games on of|
00000790  66 65 72 2c 20 68 65 20  68 61 73 20 6e 6f 74 2c  |fer, he has not,|
000007a0  20 61 73 20 79 65 74 2c  20 69 6e 63 6f 72 70 6f  | as yet, incorpo|
000007b0  72 61 74 2d 0d 65 64 20  53 75 70 65 72 69 6f 72  |rat-.ed Superior|
000007c0  27 73 20 55 4b 20 61 64  64 72 65 73 73 20 6f 72  |'s UK address or|
000007d0  20 61 6e 73 77 65 72 20  6d 61 63 68 69 6e 65 20  | answer machine |
000007e0  68 6f 74 6c 69 6e 65 20  6f 6e 74 6f 20 68 69 73  |hotline onto his|
000007f0  20 70 61 67 65 2e 20 49  66 20 0d 74 68 69 73 20  | page. If .this |
00000800  77 65 72 65 20 64 6f 6e  65 2c 20 68 65 20 6d 61  |were done, he ma|
00000810  79 20 62 65 20 61 62 6c  65 20 74 6f 20 63 6c 61  |y be able to cla|
00000820  69 6d 20 74 68 65 20 70  61 67 65 20 64 6f 65 73  |im the page does|
00000830  20 6d 6f 72 65 20 47 4f  4f 44 20 74 68 61 6e 20  | more GOOD than |
00000840  0d 68 61 72 6d 20 74 6f  20 74 68 65 6d 20 28 61  |.harm to them (a|
00000850  6c 74 68 6f 75 67 68 2c  20 61 73 20 68 65 20 61  |lthough, as he a|
00000860  6c 73 6f 20 73 74 61 74  65 73 2c 20 69 74 20 70  |lso states, it p|
00000870  72 6f 62 61 62 6c 79 20  22 64 6f 65 73 20 6e 6f  |robably "does no|
00000880  20 68 61 72 6d 20 74 6f  0d 53 75 70 65 72 69 6f  | harm to.Superio|
00000890  72 22 20 61 74 20 61 6c  6c 29 2e 0d 20 20 20 57  |r" at all)..   W|
000008a0  68 65 74 68 65 72 20 68  65 20 68 61 73 20 63 6f  |hether he has co|
000008b0  72 72 65 63 74 6c 79 20  73 74 61 74 65 64 20 74  |rrectly stated t|
000008c0  68 65 20 6c 61 77 20 6f  72 20 6e 6f 74 2c 20 69  |he law or not, i|
000008d0  74 20 77 6f 75 6c 64 20  62 65 20 69 6e 64 65 65  |t would be indee|
000008e0  64 0d 73 75 72 70 72 69  73 69 6e 67 20 66 6f 72  |d.surprising for|
000008f0  20 53 75 70 65 72 69 6f  72 20 74 6f 20 69 6e 69  | Superior to ini|
00000900  74 69 61 74 65 20 6c 65  67 61 6c 20 61 63 74 69  |tiate legal acti|
00000910  6f 6e 20 28 50 72 6f 41  63 74 69 6f 6e 20 63 61  |on (ProAction ca|
00000920  6e 6e 6f 74 21 29 20 69  6e 0d 74 68 65 20 55 53  |nnot!) in.the US|
00000930  41 20 6f 76 65 72 20 77  68 61 74 20 69 73 20 61  |A over what is a|
00000940  20 74 72 69 66 6c 69 6e  67 20 6d 61 74 74 65 72  | trifling matter|
00000950  20 69 6e 20 72 65 61 6c  20 74 65 72 6d 73 2e 20  | in real terms. |
00000960  41 73 20 77 69 74 68 20  45 55 47 2c 20 0d 53 75  |As with EUG, .Su|
00000970  70 65 72 69 6f 72 20 64  69 64 20 72 65 66 75 74  |perior did refut|
00000980  65 20 68 69 73 20 6f 70  65 6e 20 6c 65 74 74 65  |e his open lette|
00000990  72 20 62 75 74 2c 20 77  68 69 6c 65 20 6d 61 69  |r but, while mai|
000009a0  6e 74 61 69 6e 69 6e 67  20 74 68 65 20 53 75 70  |ntaining the Sup|
000009b0  65 72 69 6f 72 0d 6c 69  62 72 61 72 79 2c 20 27  |erior.library, '|
000009c0  44 72 20 42 65 65 62 27  20 68 61 73 20 72 65 73  |Dr Beeb' has res|
000009d0  70 65 63 74 65 64 20 74  68 65 69 72 20 77 69 73  |pected their wis|
000009e0  68 20 6e 6f 74 20 74 6f  20 70 75 62 6c 69 73 68  |h not to publish|
000009f0  20 74 68 65 69 72 20 72  65 73 2d 0d 70 6f 6e 73  | their res-.pons|
00000a00  65 20 6f 6e 20 68 69 73  20 77 65 62 20 70 61 67  |e on his web pag|
00000a10  65 2e 20 42 72 61 64 66  6f 72 74 68 20 68 61 73  |e. Bradforth has|
00000a20  20 65 76 69 64 65 6e 74  6c 79 20 6c 65 66 74 20  | evidently left |
00000a30  74 68 65 20 70 69 63 74  75 72 65 2e 0d 20 20 20  |the picture..   |
00000a40  41 6c 6c 20 74 68 69 73  20 62 65 67 73 20 74 68  |All this begs th|
00000a50  65 20 71 75 65 73 74 69  6f 6e 20 77 68 79 20 44  |e question why D|
00000a60  61 76 65 20 4d 6f 6f 72  65 27 73 20 53 74 61 69  |ave Moore's Stai|
00000a70  72 77 61 79 20 54 6f 20  48 65 6c 6c 20 77 65 62  |rway To Hell web|
00000a80  20 0d 73 69 74 65 2c 20  77 69 74 68 20 69 74 73  | .site, with its|
00000a90  20 46 55 4c 4c 20 6c 69  62 72 61 72 79 20 6f 66  | FULL library of|
00000aa0  20 53 75 70 65 72 69 6f  72 20 42 42 43 20 74 69  | Superior BBC ti|
00000ab0  74 6c 65 73 20 68 61 73  20 45 53 43 41 50 45 44  |tles has ESCAPED|
00000ac0  20 74 68 65 20 0d 42 72  61 64 66 6f 72 64 20 22  | the .Bradford "|
00000ad0  61 6c 65 72 74 22 20 74  72 65 61 74 6d 65 6e 74  |alert" treatment|
00000ae0  20 2d 20 6f 72 20 61 73  20 4d 72 20 4d 6f 6f 72  | - or as Mr Moor|
00000af0  65 20 68 69 6d 73 65 6c  66 20 65 6c 6f 71 75 65  |e himself eloque|
00000b00  6e 74 6c 79 20 70 75 74  20 69 74 2c 0d 22 57 68  |ntly put it,."Wh|
00000b10  79 20 68 61 73 6e 27 74  20 74 68 65 20 63 2a 2a  |y hasn't the c**|
00000b20  2a 20 67 6f 74 20 72 6f  75 6e 64 20 74 6f 20 62  |* got round to b|
00000b30  6f 74 68 65 72 69 6e 67  20 6d 65 20 79 65 74 3f  |othering me yet?|
00000b40  22 0d 0d 52 61 63 65 20  54 6f 20 45 6c 65 63 74  |"..Race To Elect|
00000b50  72 6f 6e 20 45 6d 75 6c  61 74 69 6f 6e 20 42 65  |ron Emulation Be|
00000b60  67 69 6e 73 0d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |gins.===========|
00000b70  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
00000b80  3d 3d 3d 3d 3d 3d 0d 41  4c 54 48 4f 55 47 48 20  |======.ALTHOUGH |
00000b90  42 72 79 61 6e 20 4d 63  50 68 61 69 6c 20 61 73  |Bryan McPhail as|
00000ba0  73 75 72 65 73 20 45 55  47 20 74 68 61 74 20 68  |sures EUG that h|
00000bb0  69 73 20 41 63 6f 72 6e  20 45 6c 65 63 74 72 6f  |is Acorn Electro|
00000bc0  6e 20 65 6d 75 6c 61 74  6f 72 20 6f 6e 0d 74 68  |n emulator on.th|
00000bd0  65 20 50 43 20 70 72 6f  6a 65 63 74 20 69 73 20  |e PC project is |
00000be0  70 6c 6f 64 64 69 6e 67  20 6f 6e 20 65 61 63 68  |plodding on each|
00000bf0  20 6d 6f 6d 65 6e 74 20  6f 66 20 68 69 73 20 73  | moment of his s|
00000c00  70 61 72 65 20 74 69 6d  65 2c 20 69 74 20 77 69  |pare time, it wi|
00000c10  6c 6c 20 6e 6f 74 0d 68  61 76 65 20 65 73 63 61  |ll not.have esca|
00000c20  70 65 64 20 74 68 65 20  6e 6f 74 69 63 65 20 6f  |ped the notice o|
00000c30  66 20 74 68 6f 73 65 20  73 75 72 66 69 6e 67 20  |f those surfing |
00000c40  74 68 65 20 6e 65 74 20  74 68 61 74 20 68 69 73  |the net that his|
00000c50  20 77 65 62 20 70 61 67  65 20 68 61 73 0d 6e 6f  | web page has.no|
00000c60  74 20 62 65 65 6e 20 75  70 64 61 74 65 64 20 66  |t been updated f|
00000c70  6f 72 20 61 20 63 6f 6e  73 69 64 65 72 61 62 6c  |or a considerabl|
00000c80  65 20 61 6d 6f 75 6e 74  20 6f 66 20 74 69 6d 65  |e amount of time|
00000c90  2e 0d 20 20 20 57 68 65  74 68 65 72 20 6f 72 20  |..   Whether or |
00000ca0  6e 6f 74 20 68 65 20 77  69 6c 6c 20 62 65 20 74  |not he will be t|
00000cb0  68 65 20 66 69 72 73 74  20 74 6f 20 69 6d 70 6c  |he first to impl|
00000cc0  65 6d 65 6e 74 20 66 75  6c 6c 20 65 6d 75 6c 61  |ement full emula|
00000cd0  74 69 6f 6e 20 0d 69 73  20 6e 6f 77 20 62 65 63  |tion .is now bec|
00000ce0  6f 6d 69 6e 67 20 64 6f  75 62 74 66 75 6c 20 77  |oming doubtful w|
00000cf0  69 74 68 20 74 68 65 20  61 72 72 69 76 61 6c 20  |ith the arrival |
00000d00  6f 66 20 61 6e 20 75 6e  63 6f 6e 6e 65 63 74 65  |of an unconnecte|
00000d10  64 20 6e 65 77 20 77 65  62 20 70 61 67 65 0d 63  |d new web page.c|
00000d20  6c 61 69 6d 69 6e 67 20  6e 6f 74 20 6f 6e 6c 79  |laiming not only|
00000d30  20 74 68 61 74 20 22 45  6c 65 63 74 72 6f 6e 20  | that "Electron |
00000d40  45 6d 75 6c 61 74 69 6f  6e 20 49 73 20 54 68 65  |Emulation Is The|
00000d50  20 46 75 74 75 72 65 22  20 62 75 74 20 61 6c 73  | Future" but als|
00000d60  6f 20 74 68 61 74 0d 69  74 73 20 61 75 74 68 6f  |o that.its autho|
00000d70  72 20 74 6f 6f 20 68 61  73 20 61 63 63 6f 6d 70  |r too has accomp|
00000d80  6c 69 73 68 65 64 20 61  20 67 72 65 61 74 20 64  |lished a great d|
00000d90  65 61 6c 20 69 6e 20 61  20 76 65 72 79 20 73 68  |eal in a very sh|
00000da0  6f 72 74 20 73 70 61 63  65 20 6f 66 0d 74 69 6d  |ort space of.tim|
00000db0  65 2e 0d 20 20 20 54 68  65 20 6d 61 6e 20 54 68  |e..   The man Th|
00000dc0  6f 6d 61 73 20 48 61 72  74 65 20 69 73 20 71 75  |omas Harte is qu|
00000dd0  6f 74 65 64 20 61 73 20  22 61 69 6d 69 6e 67 20  |oted as "aiming |
00000de0  66 6f 72 20 61 20 6d 69  64 2d 6c 65 76 65 6c 20  |for a mid-level |
00000df0  50 65 6e 74 69 75 6d 20  61 73 20 20 20 0d 74 68  |Pentium as   .th|
00000e00  65 20 74 61 72 67 65 74  20 6d 61 63 68 69 6e 65  |e target machine|
00000e10  22 20 61 6e 64 20 77 6f  75 6c 64 20 61 70 70 65  |" and would appe|
00000e20  61 72 20 74 6f 20 68 61  76 65 20 62 65 65 6e 20  |ar to have been |
00000e30  61 73 20 73 75 63 63 65  73 73 66 75 6c 20 61 73  |as successful as|
00000e40  20 42 72 79 61 6e 0d 69  6e 20 65 6d 75 6c 61 74  | Bryan.in emulat|
00000e50  69 6e 67 20 63 6c 61 73  73 69 63 20 61 72 63 61  |ing classic arca|
00000e60  64 65 20 67 61 6d 65 73  20 73 75 63 68 20 61 73  |de games such as|
00000e70  20 43 48 55 43 4b 49 45  20 45 47 47 2e 20 49 6e  | CHUCKIE EGG. In|
00000e80  64 65 65 64 2c 20 74 68  65 72 65 20 61 72 65 0d  |deed, there are.|
00000e90  61 20 67 72 65 61 74 20  6d 61 6e 79 20 73 69 6d  |a great many sim|
00000ea0  69 6c 61 72 69 74 69 65  73 20 62 65 74 77 65 65  |ilarities betwee|
00000eb0  6e 20 74 68 65 20 74 77  6f 20 73 69 74 65 73 2c  |n the two sites,|
00000ec0  20 62 6f 74 68 20 6f 66  20 77 68 69 63 68 20 61  | both of which a|
00000ed0  72 65 20 0d 6c 69 6e 6b  65 64 20 74 6f 20 54 68  |re .linked to Th|
00000ee0  65 20 42 42 43 20 4c 69  76 65 73 20 65 6d 75 6c  |e BBC Lives emul|
00000ef0  61 74 69 6f 6e 20 70 61  67 65 2e 0d 20 20 20 54  |ation page..   T|
00000f00  68 65 20 72 61 63 65 20  69 73 20 74 68 65 72 65  |he race is there|
00000f10  66 6f 72 65 20 77 65 6c  6c 20 61 6e 64 20 74 72  |fore well and tr|
00000f20  75 6c 79 20 6f 6e 20 61  6e 64 20 74 6f 20 67 65  |uly on and to ge|
00000f30  74 20 73 74 72 61 69 67  68 74 20 74 6f 20 74 68  |t straight to th|
00000f40  69 73 0d 6e 65 77 20 69  6e 6e 6f 76 61 74 69 6f  |is.new innovatio|
00000f50  6e 2c 20 64 69 72 65 63  74 20 79 6f 75 72 20 62  |n, direct your b|
00000f60  72 6f 77 73 65 72 20 74  6f 20 67 6f 20 74 6f 3a  |rowser to go to:|
00000f70  0d 20 20 20 20 20 20 68  74 74 70 3a 2f 2f 77 77  |.      http://ww|
00000f80  77 2d 75 73 65 72 73 2e  79 6f 72 6b 2e 61 63 2e  |w-users.york.ac.|
00000f90  75 6b 2f 7e 74 64 72 68  31 30 30 2f 65 6c 65 63  |uk/~tdrh100/elec|
00000fa0  74 72 6f 6e 2f 0d 0d 57  6f 72 6b 20 49 6e 20 50  |tron/..Work In P|
00000fb0  72 6f 67 72 65 73 73 20  2d 20 45 6c 65 63 74 72  |rogress - Electr|
00000fc0  6f 6e 20 58 2a 4c 2a 43  2a 52 0d 3d 3d 3d 3d 3d  |on X*L*C*R.=====|
00000fd0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
00000fe0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 0d 4d  |==============.M|
00000ff0  49 43 48 41 45 4c 20 47  72 61 6e 74 20 69 73 20  |ICHAEL Grant is |
00001000  68 61 72 64 20 61 74 20  77 6f 72 6b 20 6f 6e 20  |hard at work on |
00001010  63 6f 6e 76 65 72 74 69  6e 67 20 68 69 73 20 42  |converting his B|
00001020  42 43 20 6d 61 73 74 65  72 70 69 65 63 65 20 58  |BC masterpiece X|
00001030  2a 4c 2a 43 2a 52 2c 0d  77 68 69 63 68 20 61 63  |*L*C*R,.which ac|
00001040  74 75 61 6c 6c 79 20 6d  61 64 65 20 69 74 20 6f  |tually made it o|
00001050  6e 74 6f 20 50 72 6f 41  63 74 69 6f 6e 27 73 20  |nto ProAction's |
00001060  50 4c 41 59 20 49 54 20  41 47 41 49 4e 20 53 41  |PLAY IT AGAIN SA|
00001070  4d 20 31 39 20 63 6f 6d  70 69 6c 61 74 69 6f 6e  |M 19 compilation|
00001080  0d 69 6e 20 31 39 39 32  2c 20 64 6f 77 6e 20 74  |.in 1992, down t|
00001090  6f 20 74 68 65 20 41 63  6f 72 6e 20 45 6c 65 63  |o the Acorn Elec|
000010a0  74 72 6f 6e 2e 20 41 64  6d 69 74 74 69 6e 67 20  |tron. Admitting |
000010b0  74 68 61 74 20 74 68 65  20 6f 72 69 67 69 6e 61  |that the origina|
000010c0  6c 20 63 6f 64 65 20 0d  64 6f 65 73 20 22 61 20  |l code .does "a |
000010d0  63 6f 75 70 6c 65 20 6f  66 20 69 6c 6c 65 67 61  |couple of illega|
000010e0  6c 20 74 68 69 6e 67 73  22 20 61 6e 64 20 74 68  |l things" and th|
000010f0  61 74 20 22 74 68 65 20  73 68 65 65 74 20 67 69  |at "the sheet gi|
00001100  76 69 6e 67 20 74 68 65  20 6c 61 62 65 6c 0d 61  |ving the label.a|
00001110  6e 64 20 76 61 72 69 61  62 6c 65 20 6d 65 61 6e  |nd variable mean|
00001120  69 6e 67 73 20 69 73 20  62 61 63 6b 20 69 6e 20  |ings is back in |
00001130  4e 65 77 63 61 73 74 6c  65 22 20 68 65 20 69 73  |Newcastle" he is|
00001140  20 6e 65 76 65 72 74 68  65 6c 65 73 73 20 77 6f  | nevertheless wo|
00001150  72 6b 69 6e 67 0d 6f 6e  20 61 20 76 65 72 73 69  |rking.on a versi|
00001160  6f 6e 20 77 69 74 68 20  63 6f 6d 70 61 72 61 62  |on with comparab|
00001170  6c 65 20 73 70 65 65 64  20 61 6e 64 20 73 74 72  |le speed and str|
00001180  69 70 70 69 6e 67 20 64  6f 77 6e 20 74 68 65 20  |ipping down the |
00001190  69 6e 74 72 6f 64 75 63  74 6f 72 79 0d 6d 75 73  |introductory.mus|
000011a0  69 63 20 74 6f 20 74 68  65 20 6f 6e 65 2d 63 68  |ic to the one-ch|
000011b0  61 6e 6e 65 6c 20 6d 61  78 69 6d 75 6d 2e 0d 20  |annel maximum.. |
000011c0  20 20 43 75 72 72 65 6e  74 6c 79 20 73 74 75 63  |  Currently stuc|
000011d0  6b 20 77 6f 6e 64 65 72  69 6e 67 20 77 68 79 20  |k wondering why |
000011e0  74 68 65 20 42 42 43 20  63 6f 64 65 3a 0d 20 20  |the BBC code:.  |
000011f0  20 20 20 20 2e 66 66 72  3a 4c 44 59 26 36 45 3a  |    .ffr:LDY&6E:|
00001200  49 4e 59 3a 49 4e 59 3a  49 4e 59 3a 4c 44 41 66  |INY:INY:INY:LDAf|
00001210  6e 66 2c 59 3a 53 54 41  73 6e 64 2b 36 3a 4c 44  |nf,Y:STAsnd+6:LD|
00001220  41 23 33 3a 53 54 41 73  6e 64 0d 20 20 20 20 20  |A#3:STAsnd.     |
00001230  20 2e 66 66 30 3a 44 45  59 3a 4c 44 41 66 6e 66  | .ff0:DEY:LDAfnf|
00001240  2c 59 3a 53 54 41 73 6e  64 2b 34 3a 53 54 59 26  |,Y:STAsnd+4:STY&|
00001250  36 45 3a 4c 44 58 23 73  6e 64 20 4d 4f 44 20 32  |6E:LDX#snd MOD 2|
00001260  36 3a 4c 44 59 20 23 73  6e 64 20 4d 4f 44 20 32  |6:LDY #snd MOD 2|
00001270  35 0d 20 20 20 20 20 20  4c 44 41 23 37 3a 4a 53  |5.      LDA#7:JS|
00001280  52 26 46 46 46 31 3a 4c  44 59 26 36 45 3a 44 45  |R&FFF1:LDY&6E:DE|
00001290  43 73 6e 64 3a 42 4e 45  66 66 30 3a 49 4e 59 3a  |Csnd:BNEff0:INY:|
000012a0  49 4e 59 3a 49 4e 59 3a  49 4e 59 3a 53 54 59 26  |INY:INY:INY:STY&|
000012b0  36 45 3a 52 54 53 0d 20  20 20 20 20 20 2e 73 6e  |6E:RTS.      .sn|
000012c0  64 3a 45 51 55 57 30 3a  45 51 55 57 31 3a 45 51  |d:EQUW0:EQUW1:EQ|
000012d0  55 44 30 0d 0d 63 6f 6e  76 65 72 74 65 64 20 74  |UD0..converted t|
000012e0  6f 3a 0d 20 20 20 20 20  20 2e 66 66 72 3a 4c 44  |o:.      .ffr:LD|
000012f0  59 26 36 45 3a 49 4e 59  3a 49 4e 59 3a 49 4e 59  |Y&6E:INY:INY:INY|
00001300  3a 4c 44 41 66 6e 66 2c  59 3a 53 54 41 73 6e 64  |:LDAfnf,Y:STAsnd|
00001310  2b 36 3a 4c 44 41 23 33  3a 53 54 41 73 6e 64 0d  |+6:LDA#3:STAsnd.|
00001320  20 20 20 20 20 20 44 45  59 3a 4c 44 41 66 6e 66  |      DEY:LDAfnf|
00001330  2c 59 3a 53 54 41 73 6e  64 2b 34 3a 53 54 59 26  |,Y:STAsnd+4:STY&|
00001340  36 45 3a 4c 44 58 23 73  6e 64 20 4d 4f 44 20 32  |6E:LDX#snd MOD 2|
00001350  36 3a 4c 44 59 23 73 6e  64 20 4d 4f 44 20 32 35  |6:LDY#snd MOD 25|
00001360  0d 20 20 20 20 20 20 4c  44 41 23 37 3a 4a 53 52  |.      LDA#7:JSR|
00001370  26 46 46 46 31 3a 4c 44  59 26 36 45 3a 49 4e 59  |&FFF1:LDY&6E:INY|
00001380  3a 49 4e 59 3a 53 54 59  26 36 45 3a 52 54 53 0d  |:INY:STY&6E:RTS.|
00001390  20 20 20 20 20 20 2e 73  6e 64 3a 45 51 55 57 30  |      .snd:EQUW0|
000013a0  3a 45 51 55 57 31 3a 45  51 55 44 30 0d 0d 64 6f  |:EQUW1:EQUD0..do|
000013b0  65 73 6e 27 74 20 63 75  74 20 74 68 65 20 63 6f  |esn't cut the co|
000013c0  6e 67 72 61 74 75 6c 61  74 6f 72 79 20 57 61 76  |ngratulatory Wav|
000013d0  65 20 32 30 20 66 61 6e  66 61 72 65 20 64 6f 77  |e 20 fanfare dow|
000013e0  6e 20 74 6f 20 6f 6e 65  20 63 68 61 6e 6e 65 6c  |n to one channel|
000013f0  2c 20 68 65 0d 61 6e 74  69 63 69 70 61 74 65 73  |, he.anticipates|
00001400  20 70 72 6f 62 6c 65 6d  73 20 77 69 74 68 20 74  | problems with t|
00001410  68 65 20 72 65 61 64 69  6e 67 20 69 6e 20 6f 66  |he reading in of|
00001420  20 6b 65 79 70 72 65 73  73 65 73 20 6f 6e 20 74  | keypresses on t|
00001430  68 65 20 45 6c 65 63 74  72 6f 6e 0d 64 75 65 20  |he Electron.due |
00001440  74 6f 20 6e 6f 74 20 75  73 69 6e 67 20 4f 53 57  |to not using OSW|
00001450  4f 52 44 20 30 20 62 75  74 20 72 65 61 64 69 6e  |ORD 0 but readin|
00001460  67 20 69 6e 20 69 6e 74  65 72 6e 61 6c 20 6b 65  |g in internal ke|
00001470  79 20 63 6f 64 65 73 20  73 74 72 61 69 67 68 74  |y codes straight|
00001480  0d 66 72 6f 6d 20 42 42  43 20 6c 6f 63 61 74 69  |.from BBC locati|
00001490  6f 6e 73 20 26 45 43 20  61 6e 64 20 26 45 44 2e  |ons &EC and &ED.|
000014a0  20 48 69 73 20 66 65 61  72 73 20 77 65 72 65 20  | His fears were |
000014b0  73 6f 6d 65 77 68 61 74  20 62 6f 72 6e 65 20 6f  |somewhat borne o|
000014c0  75 74 20 62 79 0d 74 68  65 20 70 72 6f 74 6f 74  |ut by.the protot|
000014d0  79 70 65 20 45 6c 65 63  74 72 6f 6e 20 76 65 72  |ype Electron ver|
000014e0  73 69 6f 6e 20 73 65 6e  74 20 74 6f 20 45 55 47  |sion sent to EUG|
000014f0  20 69 6e 20 77 68 69 63  68 20 65 76 65 72 79 74  | in which everyt|
00001500  68 69 6e 67 20 6d 6f 76  65 64 0d 61 70 61 72 74  |hing moved.apart|
00001510  20 66 72 6f 6d 20 59 75  2e 20 28 4e 6f 74 20 61  | from Yu. (Not a|
00001520  6e 20 65 72 72 6f 72 2e  20 59 75 20 69 73 20 59  |n error. Yu is Y|
00001530  4f 55 52 20 62 6f 78 2d  63 68 61 72 61 63 74 65  |OUR box-characte|
00001540  72 21 20 53 65 65 20 74  68 65 20 72 65 76 69 65  |r! See the revie|
00001550  77 0d 74 68 69 73 20 69  73 73 75 65 20 66 6f 72  |w.this issue for|
00001560  20 66 75 72 74 68 65 72  20 64 65 74 61 69 6c 73  | further details|
00001570  2e 29 0d 20 20 20 43 68  65 63 6b 20 6f 75 74 20  |.).   Check out |
00001580  74 68 65 20 66 6f 6c 6c  6f 77 69 6e 67 20 77 65  |the following we|
00001590  62 20 73 69 74 65 20 74  68 6f 75 67 68 20 66 6f  |b site though fo|
000015a0  72 20 61 20 74 61 73 74  65 20 6f 66 20 77 68 61  |r a taste of wha|
000015b0  74 20 77 69 6c 6c 0d 63  6f 6d 65 20 74 6f 20 74  |t will.come to t|
000015c0  68 65 20 45 6c 6b 20 69  6e 20 74 69 6d 65 3a 0d  |he Elk in time:.|
000015d0  20 20 20 20 20 20 68 74  74 70 3a 2f 2f 77 77 77  |      http://www|
000015e0  2e 74 6f 6f 74 68 77 6f  72 6b 73 2e 63 6f 2e 75  |.toothworks.co.u|
000015f0  6b 2f 62 65 65 62 5f 78  6c 63 72 2f 0d           |k/beeb_xlcr/.|
000015fd
V/+NEWS.m0
V/+NEWS.m1
V/+NEWS.m2
V/+NEWS.m4
V/+NEWS.m5