home *** CD-ROM | disk | FTP | other *** search
/ Fujiology Archive / fujiology_archive_v1_0.iso / !FALCON / !BONUS / EMULATOR / ATARI802.ZIP / ORIGINAL.TXT / README < prev    next >
Text File  |  1997-04-19  |  4KB  |  105 lines

  1. Atari 800 Emulator for Unix, Amiga and MS-DOS, Version 0.8.0
  2. ------------------------------------------------------------
  3.  
  4.     Copyright (C) 1995 David Firth. E-Mail: david@signus.demon.co.uk
  5.  
  6.     This program is free software; you can redistribute it and/or modify
  7.     it under the terms of the GNU General Public License as published by
  8.     the Free Software Foundation; either version 1, or (at your option)
  9.     any later version.
  10.  
  11. This is the version 0.8.0 of my Atari 800, 800XL, 130XE and 5200 emulator
  12. for Unix, Amiga and MS-DOS. My main objective is to create a freely
  13. distributable portable emulator (i.e. with source code available). It can
  14. be configured to run in the following ways :-
  15.  
  16.     1. BASIC mode
  17.     2. CURSES Mode
  18.     3. SVGALIB for Linux Systems
  19.     4. X-Windows + Optional XVIEW or MOTIF User Interface
  20.     5. CBM Amiga
  21.      6. MS-DOS
  22.  
  23. The basic mode is only useful for running programs such as MAC65,
  24. Atari Basic etc. I have had this version running on Linux,
  25. SunOS 4.1.3, Solaris 2.4, Silicon Graphics, VAX/VMS, CBM Amiga
  26. (Dice C and GNU C) and the HP-UX 9000/380.
  27.  
  28. The CURSES mode is similar to the basic mode, but it also enables full
  29. screen editing capability. Some computer don't seem to support curses
  30. fully - SunOS 4.1.3, VAX/VMS, LINUX (but ncurses is OK).
  31.  
  32. The SVGALIB version runs at a reasonable speed. The screen dimensions
  33. are limited to 320x200 and is unable to display the overscan modes.
  34. Instead SVGALIB displays the core 320x200 pixels. The area which is
  35. displayed can be modified using the F11 and F12 keys.
  36.  
  37. The X-Windows version supports graphics and has an optional XVIEW
  38. user interface. The Linux X Window version can be built with
  39. joystick support (If joystick module is installed in the kernel).
  40.  
  41. The Amiga version supports graphics but currently lacks Paddle support.
  42.  
  43. From version 0.7.0 all versions supporting bitmapped graphics have
  44. a User Interface implemented on the emulators "screen". The User
  45. Interface is enter by pressing F1 at any time. ESC is used to return
  46. to the previous screen.
  47.  
  48. ---------------------------------------------------------------------------
  49.  
  50. Features
  51. --------
  52.  
  53. Note: Not all features are supported on all platforms.
  54.  
  55. o Atari 800, 800XL, 130XE and 5200 Games System.
  56.  
  57.   Note 1: During 130XE emulation Antic accesses the same memory bank
  58.           which the main CPU is using.
  59.  
  60.   Note 2: 5200 emulation is incomplete, mainly controllers support!
  61.  
  62. o 48K/52K Atari 400/800 emulation (optional RAM between 0xc000 and 0xcfff)
  63.  
  64. o OSS Super Cartridges.
  65.  
  66. o Standard, Wide and Narrow Playfields.
  67.  
  68. o Display List Interrupts and Vertical Blank Interrupts.
  69.  
  70. o All Antic Display Modes.
  71.  
  72. o GTIA graphics support for all Antic modes including GTIA/Antic
  73.   character modes.
  74.  
  75. o Player Missile Graphics with collision detection.
  76.  
  77. o Playfield and Player/Missile Priorities
  78.  
  79. o Access both ATR and XFD disk images.
  80.  
  81. o PIL mode - allows memory between 0x8000 and 0xbfff to be toggled
  82.   between RAM and ROM.
  83.  
  84. o Horizontal and Vertical Fine Scrolling.
  85.  
  86. o Optionaly extended use of COLPF1 in Antic Modes 2, 3 and f. This
  87.   allows the use of two different colours instead of one colour and
  88.   two luminances.
  89.  
  90. o Printer Support.
  91.  
  92. o Sound Support on Unix using "/dev/dsp".
  93.  
  94. o Files can be stored directly on your host computer via the H: device.
  95.   This device replaces the C: device.
  96.  
  97. o Hot Disk and Cartridge swapping.
  98.  
  99. o Joystick controller using numeric keypad.
  100.  
  101. o Paddle controller using X-Windows mouse position.
  102.  
  103. o User Interface on all version supporting bitmapped graphics.
  104.   i.e. X11, SVGALIB, MS-DOS and Amiga.
  105.