1This program is free software; you can redistribute it and/or modify
2it under the terms of the GNU General Public License as published by
3the Free Software Foundation; either version 2 of the License, or
4(at your option) any later version.
5
6This program is distributed in the hope that it will be useful,
7but WITHOUT ANY WARRANTY; without even the implied warranty of
8MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9GNU General Public License for more details.
10
11You should have received a copy of the GNU General Public License
12along with this program; if not, write to the Free Software
13Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
14
15!! PLEASE DON'T ASK ME FOR ROM IMAGES, SNAPSHOTS OR DISC IMAGES !!
16
17GENERAL
18-------
19
20This software is partially based on the Marat Fayzullin's Z80 emulator
21(http://www.komkon.org/fms/), but a complete rewrite of the Z80 emulator
22is in progress.
23At this time, the emulator only supports SNAPSHOTS (*.sna) for loading games.
24
25COMPILATION
26-----------
27
28See 'INSTALL'
29
30EXECUTION
31---------
32
33Usage:
34  xcpc [OPTION...]
35
36Help Options:
37  -?, --help           Show help options
38
39Application Options:
40  --model=value         cpc464|cpc664|cpc6128
41  --monitor=value       color|green
42  --keyboard=value      qwerty|azerty
43  --firmname=value      isp|triumph|saisho|solavox|awa|schneider|orion|amstrad
44  --sysrom=filename     32Kb system rom
45  --rom000=filename     16Kb expansion rom #000
46  --rom001=filename     16Kb expansion rom #001
47  --rom002=filename     16Kb expansion rom #002
48  --rom003=filename     16Kb expansion rom #003
49  --rom004=filename     16Kb expansion rom #004
50  --rom005=filename     16Kb expansion rom #005
51  --rom006=filename     16Kb expansion rom #006
52  --rom007=filename     16Kb expansion rom #007
53  --rom008=filename     16Kb expansion rom #008
54  --rom009=filename     16Kb expansion rom #009
55  --rom010=filename     16Kb expansion rom #010
56  --rom011=filename     16Kb expansion rom #011
57  --rom012=filename     16Kb expansion rom #012
58  --rom013=filename     16Kb expansion rom #013
59  --rom014=filename     16Kb expansion rom #014
60  --rom015=filename     16Kb expansion rom #015
61
62TODO:
63-----
64
65	* Xcpc doesn't have sound emulation yet.
66	* Gtk2 / Gnome User Interface will come soon.
67	* You can emulate the joystick by disable the 'Num Lock' key.
68