home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / acorn / faq / faq3 < prev   
Encoding:
Text File  |  1995-09-13  |  7.4 KB  |  178 lines

  1.  
  2.  
  3. Archive-name: acorn/faq/part3
  4. Frequency: bi-weekly
  5.  
  6.  
  7. 7.5) What WWW pages are out there for Acorn topics?
  8.  
  9.    Web pages are popping up all over the place these days, especially now
  10. that Web client software exists for Acorn machines. This list of Web pages
  11. is checked periodicly by myself for validity but I make no claims that
  12. URL's present here are currently valid. A more comprehensive list is
  13. contained in the fortnightly FTP servers list maintained by Gerben Vos. 
  14.    
  15.  * http://www.acorn.co.uk/ 
  16.    Acorn Computers WWW pages.
  17.    
  18.  * http://www.stir.ac.uk/~rhh01/Main.html 
  19.    "Acorn On The Net" list page - contains pointers to other Acorn Web pages.
  20.    
  21.  * http://www.ee.surrey.ac.uk:80/Societies/Acorn/ 
  22.    The Acorn computer user WWW Server. - contains pointers to other Acorn
  23.    Web pages.
  24.    
  25.  * http://www.ant.co.uk/ 
  26.    ANT Ltd web pages.
  27.    
  28.  * http://http1.brunel.ac.uk:8080/~cs92adf/ 
  29.    The ARM Club home page.
  30.    
  31.  * http://www.geko.com.au/riscman/ 
  32.    Australian Acorn Enthusiast Web site.
  33.    
  34.  * http://www.csc.liv.ac.uk/users/u1smt/u1smt.html 
  35.    "The Jungle" Simon Truss's web page containing pointers to a variety of
  36.    other web pages.
  37.    
  38.  * http://www.zynet.co.uk/minerva/ 
  39.    Minerva Software's home page.
  40.    
  41.  * http://www.zynet.co.uk/ 
  42.    Zynet Ltd's home page. 
  43.  
  44.  
  45. ----------------------------------------------------------------------------
  46.  
  47. Section 8: Compatibility with other Machines.
  48.  
  49. ----------------------------------------------------------------------------
  50.  
  51. 8.1) How compatible with other systems is an Acorn machine?
  52.  
  53.    PC :- The Archimedes can handle DOS discs (720k; the A5000 and later
  54. models can also handle 1.44M floppies). In RO3, this is built in, under RO2
  55. you have to use one of the (PD) utilities. There are two PC (software)
  56. emulators that can handle most PC software, three if you count the fact
  57. that Acorn's offering is split into two emulator programs. There are also
  58. PC cards, containing an 80x86 processor and other PC hardware, which uses
  59. the Archimedes' disc and video. All emulators are multitasking (and not
  60. PD). RiscPC machines, by adding a 486 processor card, can fully emulate a
  61. PC. 
  62.    Unix :- Unix software can be ported (and in fact many packages already
  63. have been) with the help of UnixLib, which is PD. Memory-hungry ports, such
  64. as gcc, can be run with the aid of !Virtual (also PD). Of course if your
  65. really desperate to run Unix software it might be advisable to buy RISCiX,
  66. the Acorn flavour of Unix. 
  67.    Mac :- Software has been released that reads Macintosh High Density
  68. discs and there is some out there which claims to read the low density ones
  69. as well (I have yet to verify this personally though) so that the shifting
  70. of files to and from a Macintosh is possible. Also most modern Macintoshs
  71. can, like Acorn machines, read and write PC format discs so transfer is
  72. possible via that medium as well. There is no Mac emulator available. 
  73.    Atari ST :- Like PC floppies, the Archimedes can read, write and format
  74. ST-format floppies. No emulator for the ST is known. 
  75.    Amiga :- The amiga uses an unusual disc format that is not easily read
  76. by other machines. Accordingly there is currently no Amiga format disc
  77. reader available. But Amiga's can read PC discs, so again transfers can
  78. occur via that medium. There is no Amiga emulator. 
  79.    Spectrum :- There are emulators around for this and Amstrad, the owners
  80. of the Sinclair copyright, have released permission for the ROM images,
  81. needed to run these emulators, to be copied and released with the
  82. emulators. 
  83.    Apple][ :- Again emulators are available for this. However they, like
  84. the Spectrum emulators, require a copy of the ROM image to work. The
  85. copyright of the ROM image for these machines, as far as I am aware,
  86. prevents them being distributed, so you have to source your own copy of it. 
  87.  
  88. ----------------------------------------------------------------------------
  89.  
  90. 8.2) Is there a BBC BASIC for other machines?
  91.  
  92.    The short answer is, yes.
  93.  
  94.    Macintosh :- A BBC BASIC environment was released some years back as a
  95. commercial product featuring compatibility with a limited subset of
  96. OS_Bytes and other features for limited compatibility with a BBC Model B. 
  97.    IBM Compats :- A version of BBC BASIC exists for these machines.
  98. Apparently it is fairly old and runs on any DOS better than 3.30. It
  99. features an inbuilt BASIC editor, limited OS_Byte support, some OSCLI
  100. commands and CGA standard graphics. I am unsure of it's copyright status,
  101. but it is available at ftp://ftp.misa.ac.ru/usr/ftp/bbc 
  102.  
  103. ----------------------------------------------------------------------------
  104.  
  105. 8.3) Can I run the BBC Emulator on the Risc PC?
  106.  
  107.    Officially, no. Unofficially there is a patch that enables the Emulator
  108. to run fairly well. Unfortunately the patch does not correctly enable the
  109. break key so that you cannot reset the emulator easily from inside the
  110. emulator. However everything else seems functional. Here is the patch :- 
  111.  
  112.       REM >HostPatch
  113.       REM RISC PC !65Host patch
  114.       REM Obtained from comp.sys.acorn.games
  115.       REM Provided by stimpy@gladding.demon.co.uk (Tim Gladding)
  116.       REM of Cambridge, England
  117.       SYS "OS_File",5,"<65Host$Dir>.!RunImage" TO t,,,,len
  118.       DIM data len
  119.       SYS "OS_File",255,"<65Host$Dir>.!RunImage",data
  120.       FOR ptr=0 TO len-4 STEP 4
  121.       word=data!ptr
  122.       IF word=&E3520402 OR word=&E2600402 OR word=&E3510402 THEN
  123.       data?ptr=&05
  124.       ENDIF
  125.       NEXT ptr
  126.       SYS "OS_File",10,"<65Host$Dir>.!RunImage",&FFA,,data,data+len
  127.  
  128. It is a BASIC program - simply enter it into the BASIC editor of your
  129. choice, let the filer see the copy of 65Host that is to be patched and run
  130. it. A copy of the 65Host emulator can be found on the Acorn FTP site. 
  131.  
  132. ----------------------------------------------------------------------------
  133.  
  134. 8.4) Can I read BBC B formated discs on a PC?
  135.  
  136.    Yes, a utility called BeebDos exists which claims to proide this
  137. functionality. It is a commercial program and was sold by :- 
  138.  
  139.    MicroBoss Ltd,
  140.    Business Orientated Software Systems
  141.    Telephone: 01255 671095 (Uk number)
  142.    3 Hadleigh Road,
  143.    Frinton on Sea,
  144.    Essex,
  145.    CO13 9HG.
  146.  
  147. Unfortunately I am unaware if they currently still sell the program or not. 
  148.  
  149. ----------------------------------------------------------------------------
  150.  
  151. Section 9: Technical Details.
  152.  
  153. ----------------------------------------------------------------------------
  154.  
  155. 9.1) How do I get a faster interupt timer than the centisecond ones?
  156.  
  157.    For this you require the use of IOC Timer 1, a 2MHz timer unused by RISC
  158. OS and claimable by code for use. Details of how to program the timer are
  159. available in the IOC datasheets, or you could look for various PD utilities
  160. like TimerCtrl that handle the timer for you. 
  161.  
  162. ----------------------------------------------------------------------------
  163.  
  164. 9.2) How can I create Interlaced GIFs on Acorn machines?
  165.  
  166.    There exists a utility called WebGIF which will allow you to add
  167. transparency and interlacing to your GIFs. 
  168.  
  169. ----------------------------------------------------------------------------
  170. Thanks go to all the people who have contributed corrections and additions
  171. to the list. Without this help this list would be a hell of alot buggier
  172. (spot the programmer... :-) ) than it is... 
  173. ----------------------------------------------------------------------------
  174. All additions, corrections & suggestions for the FAQ List should be sent to
  175. banks_p@kosmos.wcc.govt.nz. Being the maintainer of this FAQ I reserve the
  176. right to be wrong, incorrect, slow, out of date and generally how I please
  177. with the FAQ List. 
  178.