home *** CD-ROM | disk | FTP | other *** search
/ RISCWORLD 5 / RISCWORLD_VOL5.iso / SOFTWARE / Issue6 / VICE / VICE.ZIP / doc / README < prev    next >
Encoding:
Text File  |  2005-01-25  |  4.4 KB  |  146 lines

  1.  
  2.   VICE  1.16                            Jan 2005
  3.  
  4.  
  5.          _______________
  6.         |      ||      ||
  7.         |      ||      ||____________________________
  8.         |      ||      ||    ||         ||          ||
  9.         |      ||      ||    ||    |    ||    ______||
  10.         |      ||      ||    ||    |----||          ||
  11.         |      ||      ||    ||    |    ||    ------||
  12.         |              ||____||_________||__________||
  13.          \            // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  14.           \          //
  15.            \________//   Versatile Commodore 8-bit Emulator
  16.  
  17.  
  18.  
  19.  ----------------------------------------------------------------------------
  20.  
  21.  
  22.  This is version 1.16 of VICE, the multi-platform C64, C128, VIC20,
  23.  PET, PLUS4 and CBM-II emulator.  This version can be compiled for
  24.  MSDOS, Win32, RiscOS, OS/2, BeOS and for most Unix system provided
  25.  with the X Window System version 11, R5 or later.
  26.  
  27.  The following programs are included:
  28.  
  29.    - x64, a C64 emulator;
  30.  
  31.    - x128, a C128 emulator;
  32.  
  33.    - xvic, a VIC20 emulator;
  34.  
  35.    - xpet, a PET emulator;
  36.  
  37.    - xplus4, a PLUS4 emulator;
  38.  
  39.    - xcbm2, a CBM-II emulator;
  40.  
  41.    - c1541, a stand-alone disk image maintenance utility;
  42.  
  43.    - petcat, a CBM BASIC de-tokenizer.
  44.  
  45.  Moreover, the following documents are provided in both source and
  46.  binary distributions:
  47.  
  48.    - README, this file;
  49.  
  50.    - COPYING, the GNU General Public License under which VICE is
  51.      distributed -- *please read it before using the program*;
  52.  
  53.    - INSTALL, installation instructions;
  54.  
  55.    - doc/html/plain/NEWS, list of user-visible changes between this
  56.      and older versions of VICE;
  57.  
  58.    - doc/html/plain/BUGS, a list of the most important known bugs of
  59.      this release (please read it before reporting bugs);
  60.  
  61.    - doc/html/plain/TODO, a list of what we would like to do next
  62.      (this is no promise!);
  63.  
  64.    - FEEDBACK, something you should read before sending mail to
  65.      any of the authors;
  66.  
  67.  The following documents are provided in the source distribution:
  68.  
  69.    - doc/vice.texi, the complete documentation;
  70.  
  71.    - doc/html/plain/64doc.txt, documentation about the C64 internals;
  72.  
  73.    - doc/html/plain/PETdoc.txt, documentation about the PET internals;
  74.  
  75.    - doc/html/plain/cbm_basic_tokens.txt, a list of the CBM BASIC
  76.      tokens, as supported by the petcat utility;
  77.  
  78.    - doc/html/plain/serial.txt, description of the IEC serial bus used
  79.      on the C64, VIC20 and C128;
  80.  
  81.    - doc/html/plain/drive_info.txt, information about the CBM disk
  82.      drives;
  83.  
  84.    - doc/Readme.dos, MS-DOS specific documentation;
  85.  
  86.    - doc/Readme.beos, BeOS specific documentation;
  87.  
  88.    - doc/Win32-Howto.txt, how to compile the Win32 port.
  89.  
  90.    - doc/NLS-Howto.txt, some documentation about Unix NLS support;
  91.  
  92.    - doc/iec-bus.txt, overview of the VICE IEC bus emulation;
  93.  
  94.  For the latest news, have a look at the VICE home page:
  95.  
  96.      http://www.viceteam.org/
  97.  
  98.  New versions are made available quite often, so please stay tuned.
  99.  
  100.  
  101.  Have fun!
  102.  
  103.  
  104.  Copyright notice
  105.  ----------------
  106.  
  107.  VICE, the Versatile Commodore Emulator
  108.  
  109.     Copyright C 1998-2005 Andreas Boose
  110.     Copyright C 1998-2005 Dag Lem
  111.     Copyright C 1998-2005 Tibor Biczo
  112.     Copyright C 1999-2005 Andreas Dehmel
  113.     Copyright C 1999-2005 Thomas Bretz
  114.     Copyright C 1999-2005 Andreas Matthies
  115.     Copyright C 1999-2005 Martin Pottendorfer
  116.     Copyright C 2000-2005 Spiro Trikaliotis
  117.     Copyright C 2003-2005 David Hansel
  118.     Copyright C 2000-2004 Markus Brenner
  119.  
  120.     Copyright C 1997-2001 Daniel Sladic
  121.     Copyright C 1996-1999 Ettore Perazzoli
  122.     Copyright C 1996-1999 AndrĂ© Fachat
  123.     Copyright C 1993-1994, 1997-1999 Teemu Rantanen
  124.     Copyright C 1993-1996 Jouko Valta
  125.     Copyright C 1993-1994 Jarkko Sonninen
  126.  
  127.   This program is free software; you can redistribute it and/or
  128.   modify it under the terms of the GNU General Public License as
  129.   published by the Free Software Foundation; either version 2 of the
  130.   License, or (at your option) any later version.
  131.  
  132.   This program is distributed in the hope that it will be useful,
  133.   but WITHOUT ANY WARRANTY; without even the implied warranty of
  134.   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  135.   GNU General Public License for more details.
  136.  
  137.   You should have received a copy of the GNU General Public License
  138.   along with this program; if not, write to the Free Software
  139.   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
  140.   02111-1307  USA
  141.  
  142.  The ROM files in the `C128', `C64', `CBM-II', `DRIVES', `PET', `PLUS4'
  143.  `PRINTER' and `VIC20' directories are Copyright C by Commodore
  144.  Business Machines.
  145.  
  146.