home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Emulation / Atari800 / INSTALL.Amiga < prev    next >
Text File  |  1997-04-03  |  3KB  |  83 lines

  1. Atari 800, 800/XL, 130/XE and 5200 Emulator for the Amiga
  2. ---------------------------------------------------------
  3.  
  4. Irrespective of whether you are going to compile the emulator yourself
  5. or install a pre-compiled binary version you must obtain a copy of the
  6. Operating System ROMs.
  7.  
  8. The ROM images are distributed within the PC Xformer 2.5 package (other
  9. versions of this program do not contain the ROMs in a suitable format)
  10. which can be downloaded from:-
  11.  
  12. Site:      ftp.doc.ic.ac.uk
  13. Directory: /computing/systems/atari/umich/8bit/Xf2
  14. File:      xf25.zip
  15.  
  16. Note: Check your usual UMICH mirror first or do an archie search on
  17.       xf25
  18.  
  19. PC-Xformer contains "ataribas.rom", "atariosb.rom" and "atarixl.rom".
  20. If have the original OS it should be called "atariosa.rom" and if
  21. you have the ROM for the 5200 Games System it should be called
  22. "atari5200.rom".
  23.  
  24. Notes
  25. -----
  26.  
  27. 1. You need to install ixemul.library which can be found on AMINET.
  28.  
  29. 2. It *does* work on Workbench 3.0 and *should* work on Workbench >= 2.0
  30.  
  31. 3. The Amiga version is still running very slowly even on a 50MHz 030.
  32.    This is because the emulator was written mainly for portability across
  33.    Unix platforms using X11. The emulation of the Atari 800 custom chips
  34.    is done entirely in software before passing the display to the Amiga
  35.    specific code.
  36.  
  37.    AGA screen refreshing (i.e. chunky to planar) has been done in
  38.    assembly, and hopefully I will find time to implement the 6502
  39.    emulation this way as well.
  40.  
  41. 4. The program was compiled on a 68030 + fpu based Amiga but I don't
  42.    expect problems on other configurations.
  43.  
  44. 5. There is a small bug in the program regarding the selection of
  45.    disk images with the file selector - the program will ask you
  46.    to insert a disk called the name of the file you selected. To
  47.    avoid the problem you *must* select the file fully starting
  48.    with the volume field, going down the directories and finally
  49.    selecting the disk file (The full file path must be given).
  50.    This doesn't affect anyone starting a disk file from the
  51.    command line.
  52.  
  53. Installation of the Emulator
  54. ----------------------------
  55.  
  56. 1. Create a toplevel directory called "atari800" and a subdirectory
  57.    called "object".
  58.  
  59.    makedir atari800
  60.    makedir atari800/object
  61.  
  62. 2. Copy the Atari800 LHA file into the newly create "atari800"
  63.    directory and unarchive.
  64.  
  65.    lha x a800v060.lha
  66.  
  67. 3. Copy the Operating System ROMS into "atari800/object"
  68.  
  69. 4. Start the emulator by typing "atari800" while in the "atari800"
  70.    directory.
  71.  
  72. 5. Now that you've (hopefully) got the emulator running, you can move
  73.    the executable and ROM files into a more convenient place. The
  74.    ATARI_LIBRARY environment variable should be set to point to the
  75.    directory where the ROM files are stored. If you can use Unix man
  76.    pages you will probably want to install atari800 man page. Typically
  77.    this involves copying atari800.man to /usr/local/man/man1/atari800.1
  78.  
  79. ----------
  80. E-mail bug reports to: david@signus.demon.co.uk (General)
  81.                    or: stephen@signus.demon.co.uk (Amiga specific)
  82.  
  83.