• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-15,38711,772

AUTHORSH A D04-Dec-200633 21

COPYINGH A D22-Jan-200717.6 KiB341281

ChangeLogH A D22-Jan-20075.8 KiB190136

INSTALLH A D22-Jan-20079.2 KiB235177

Makefile.amH A D03-Jan-2007783 192

Makefile.inH A D22-Jan-200719.9 KiB659562

READMEH A D08-Jan-20072.3 KiB6854

aclocal.m4H A D22-Jan-2007266 KiB7,5366,765

config.guessH A D22-Jan-200743.7 KiB1,5201,306

config.h.inH A D22-Jan-20072.2 KiB8758

config.subH A D22-Jan-200731.9 KiB1,6271,483

configureH A D22-Jan-2007753.5 KiB23,85519,145

configure.acH A D22-Jan-20074.3 KiB118113

depcompH A D22-Jan-200717.2 KiB585370

install-shH A D22-Jan-200712.9 KiB508340

ltmain.shH A D03-Aug-2006195.8 KiB6,9725,497

missingH A D22-Jan-200710.9 KiB368275

README

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