This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

!! PLEASE DON'T ASK ME FOR ROM IMAGES, SNAPSHOTS OR DISC IMAGES !!

GENERAL
-------

This software is partially based on the Marat Fayzullin's Z80 emulator
(http://www.komkon.org/fms/), but a complete rewrite of the Z80 emulator
is in progress.
At this time, the emulator only supports SNAPSHOTS (*.sna) for loading games.

COMPILATION
-----------

See 'INSTALL'

EXECUTION
---------

Usage:
  xcpc [OPTION...]

Help Options:
  -?, --help           Show help options

Application Options:
  --model=value         cpc464|cpc664|cpc6128
  --monitor=value       color|green
  --keyboard=value      qwerty|azerty
  --firmname=value      isp|triumph|saisho|solavox|awa|schneider|orion|amstrad
  --sysrom=filename     32Kb system rom
  --rom000=filename     16Kb expansion rom #000
  --rom001=filename     16Kb expansion rom #001
  --rom002=filename     16Kb expansion rom #002
  --rom003=filename     16Kb expansion rom #003
  --rom004=filename     16Kb expansion rom #004
  --rom005=filename     16Kb expansion rom #005
  --rom006=filename     16Kb expansion rom #006
  --rom007=filename     16Kb expansion rom #007
  --rom008=filename     16Kb expansion rom #008
  --rom009=filename     16Kb expansion rom #009
  --rom010=filename     16Kb expansion rom #010
  --rom011=filename     16Kb expansion rom #011
  --rom012=filename     16Kb expansion rom #012
  --rom013=filename     16Kb expansion rom #013
  --rom014=filename     16Kb expansion rom #014
  --rom015=filename     16Kb expansion rom #015

TODO:
-----

	* Xcpc doesn't have sound emulation yet.
	* Gtk2 / Gnome User Interface will come soon.
	* You can emulate the joystick by disable the 'Num Lock' key.
