home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 June / PCWorld_1999-06_cd.bin / software / temacd / winvice / README < prev    next >
Text File  |  1999-04-24  |  4KB  |  132 lines

  1.  
  2.   VICE  1.0                             April 1999
  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.0 of VICE, the multi-platform C64, C128, VIC20, PET
  23.  and CBM-II emulator.  This version can be compiled for MSDOS, Win32,
  24.  RiscOS and for most Unix system provided with the X Window System
  25.  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.    - xcbm2, a CBM-II emulator;
  38.  
  39.    - c1541, a stand-alone disk image maintenance utility;
  40.  
  41.    - petcat, a CBM BASIC de-tokenizer.
  42.  
  43.  Moreover, the following documents are provided:
  44.  
  45.    - README, this file;
  46.  
  47.    - COPYING, the GNU General Public License under which VICE is
  48.      distributed -- *please read it before using the program*;
  49.  
  50.    - INSTALL, installation instructions;
  51.  
  52.    - NEWS, list of user-visible changes between this and older
  53.      versions of VICE;
  54.  
  55.    - BUGS, a list of the most important known bugs of this release
  56.      (please read it before reporting bugs);
  57.  
  58.    - TODO, a list of what we would like to do next (this is no
  59.      promise!);
  60.  
  61.    - FEEDBACK, something you should read before sending mail to
  62.      any of the authors;
  63.  
  64.    - doc/vice.texi, the complete documentation;
  65.  
  66.    - doc/64doc.txt, documentation about the C64 internals;
  67.  
  68.    - doc/PETdoc.txt, documentation about the PET internals;
  69.  
  70.    - doc/cbm_basic_tokens.txt, a list of the CBM BASIC tokens, as
  71.      supported by the petcat utility;
  72.  
  73.    - doc/serial.txt, description of the IEC serial bus used on the C64,
  74.      VIC20 and C128;
  75.  
  76.    - doc/mnemonics.txt, alphabetical list of all the G65SC802 and
  77.      G65SC816 opcodes;
  78.  
  79.    - doc/drive_info.txt, information about the CBM disk drives;
  80.  
  81.    - doc/Evaluation, VICE evaluation query form: please fill this in
  82.      and send it to tell us what you think about this project.
  83.  
  84.    - doc/Readme.dos, MS-DOS specific documentation;
  85.  
  86.  For the latest news, have a look at the VICE home page:
  87.  
  88.      http://www.cs.cmu.edu/~dsladic/vice/vice.html
  89.  
  90.  New versions are made available quite often, so please stay tuned.
  91.  
  92.  
  93.  Have fun!
  94.  
  95.  
  96.  Copyright notice
  97.  ----------------
  98.  
  99.  VICE, the Versatile Commodore Emulator
  100.  
  101.     Copyright ⌐ 1996-1999 Ettore Perazzoli
  102.     Copyright ⌐ 1996-1999 AndrΘ Fachat
  103.     Copyright ⌐ 1993-1994, 1997-1999 Teemu Rantanen
  104.     Copyright ⌐ 1997-1999 Daniel Sladic
  105.     Copyright ⌐ 1998-1999 Andreas Boose
  106.     Copyright ⌐ 1998-1999 Tibor Biczo
  107.     Copyright ⌐ 1993-1996 Jouko Valta
  108.     Copyright ⌐ 1993-1994 Jarkko Sonninen
  109.  
  110.  reSID, a reverse engineered software emulation of the MOS6581 chip
  111.  
  112.     Copyright ⌐ 1998-1999 Dag Lem
  113.  
  114.   This program is free software; you can redistribute it and/or
  115.   modify it under the terms of the GNU General Public License as
  116.   published by the Free Software Foundation; either version 2 of the
  117.   License, or (at your option) any later version.
  118.  
  119.   This program is distributed in the hope that it will be useful,
  120.   but WITHOUT ANY WARRANTY; without even the implied warranty of
  121.   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  122.   GNU General Public License for more details.
  123.  
  124.   You should have received a copy of the GNU General Public License
  125.   along with this program; if not, write to the Free Software
  126.   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
  127.   02111-1307  USA
  128.  
  129.  The ROM files in the `C128', `C64', `CBM-II', `DRIVES', `PET' and
  130.  `VIC20' directories are Copyright C by Commodore Business Machines.
  131.  
  132.