home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Emulation / Atari800 / atari800_tr.readme < prev    next >
Text File  |  1998-03-09  |  4KB  |  126 lines

  1. Short:    Atari 800 Emulator for Unix, Amiga and MS-DOS
  2. Uploader: thor@math.tu-berlin.de (Thomas Richter)
  3. Author:   thor@math.tu-berlin.de,david@signus.demon.co.uk (David Firth)
  4. Type:     misc/emu    
  5. Version:  0.9.2
  6.  
  7. Atari 800 Emulator for Unix, Amiga and MS-DOS, Version 0.9.2
  8. ------------------------------------------------------------
  9.  
  10.     Copyright (C) 1995 David Firth. E-Mail: david@signus.demon.co.uk
  11.  
  12.     Additional coding for 0.9.0, 0.9.1, 0.9.2 
  13.     Thomas Richter (thor) Jan Sablatnig (jhs)
  14.     EMAIL: thor@math.tu-berlin.de
  15.  
  16.     This program is free software; you can redistribute it and/or modify
  17.     it under the terms of the GNU General Public License as published by
  18.     the Free Software Foundation; either version 1, or (at your option)
  19.     any later version.
  20.  
  21. This is the version 0.9.2 of the Atari 800, 800XL, 130XE and 5200 emulator
  22. for Unix, Amiga and MS-DOS. My main objective is to create a freely
  23. distributable portable emulator (i.e. with source code available). It can
  24. be configured to run in the following ways :-
  25.  
  26.     1. BASIC mode
  27.     2. CURSES Mode
  28.     3. SVGALIB for Linux Systems
  29.     4. X-Windows + Optional XVIEW or MOTIF User Interface
  30.     5. CBM Amiga
  31.      6. MS-DOS
  32.  
  33. The basic mode is only useful for running programs such as MAC65,
  34. Atari Basic etc. I have had this version running on Linux,
  35. SunOS 4.1.3, Solaris 2.4, Silicon Graphics, VAX/VMS, CBM Amiga
  36. (Dice C and GNU C) and the HP-UX 9000/380.
  37.  
  38. The CURSES mode is similar to the basic mode, but it also enables full
  39. screen editing capability. Some computer don't seem to support curses
  40. fully - SunOS 4.1.3, VAX/VMS, LINUX (but ncurses is OK).
  41.  
  42. The X-Windows version supports graphics and has an optional XVIEW
  43. user interface. The Linux X Window version can be built with
  44. joystick support (If joystick module is installed in the kernel).
  45.  
  46.  
  47. I M P O R T A N T ! !
  48. ----------------------
  49. Amiga and SVGA is currently "unsupported" in the sense that no changes to
  50. the hardware interfaces for these machines have been made. The current
  51. emulator version compiles pretty fine for Unix machines (has been tested for
  52. SGI and SUN), but no efford has been made to port it to the amiga or the PC,
  53. nor to upgrade the current "partial" Amiga support so far. Thus, you're on
  54. your own....
  55.  
  56. If anybody is interested in this job, please contact me at 
  57.  
  58. thor@math.tu-berlin.de
  59.  
  60. ----------------------------------------------------------------------------
  61.  
  62. From version 0.7.0 all versions supporting bitmapped graphics have
  63. a User Interface implemented on the emulators "screen". The User
  64. Interface is enter by pressing F1 at any time. ESC is used to return
  65. to the previous screen.
  66.  
  67. ---------------------------------------------------------------------------
  68.  
  69. Features
  70. --------
  71.  
  72. Note: Not all features are supported on all platforms. Especially, the Amiga
  73. and PC port is highly obsolete, untested and over-aged. X11 support is fine,
  74. though.
  75.  
  76. o Atari 800, 800XL, 130XE and 5200 Games System.
  77.  
  78.   Note 1: During 130XE emulation Antic accesses the same memory bank
  79.           which the main CPU is using.
  80.  
  81.   Note 2: 5200 emulation is incomplete, mainly controllers support!
  82.  
  83. o 48K/52K Atari 400/800 emulation (optional RAM between 0xc000 and 0xcfff)
  84.  
  85. o OSS Super Cartridges.
  86.  
  87. o Standard, Wide and Narrow Playfields.
  88.  
  89. o Display List Interrupts and Vertical Blank Interrupts.
  90.  
  91. o All Antic Display Modes.
  92.  
  93. o GTIA graphics support for all Antic modes including GTIA/Antic
  94.   character modes.
  95.  
  96. o Player Missile Graphics with collision detection.
  97.  
  98. o Playfield and Player/Missile Priorities, complete, even undocumented ones
  99.  
  100. o Access both ATR and XFD disk images.
  101.  
  102. o PIL mode - allows memory between 0x8000 and 0xbfff to be toggled
  103.   between RAM and ROM.
  104.  
  105. o Horizontal and Vertical Fine Scrolling.
  106.  
  107. o Color artefacting.
  108.  
  109. o Printer Support.
  110.  
  111. o Sound Support on Unix using "/dev/dsp".
  112.  
  113. o Files can be stored directly on your host computer via the H: device.
  114.   This device replaces the C: device.
  115.  
  116. o Hot Disk and Cartridge swapping.
  117.  
  118. o Joystick controller using numeric keypad.
  119.  
  120. o Paddle controller using X-Windows mouse position.
  121.  
  122. o User Interface on all version supporting bitmapped graphics.
  123.   i.e. X11. (SVGALIB, MS-DOS and Amiga is highly unreliable, untested, un-
  124.   modified, obsolete and requires a lot of work.)
  125.  
  126.