fork of PCE focusing on macplus, supporting DaynaPort SCSI network emulation
1PCE - PC Emulator
2==============================================================================
3
4PCE is a collection of microcomputer emulators.
5
6For further information check out these files:
7
8doc/pce-ibmpc.txt
9 PCE/ibmpc, an IBM PC 5150 emulator
10
11doc/pce-macplus.txt
12 PCE/macplus, a Macintosh Plus emulator
13
14doc/keys.txt
15 Key combinations to control the emulator
16
17doc/monitor.txt
18 The monitor interface
19
20doc/messages.txt
21 Messages to control the emulator
22
23
24Install
25==============================================================================
26
27To install do:
28
29./configure
30make
31make install
32
33The most important options for configure are:
34
35--prefix=path
36Set the installation prefix. The default is /usr/local.
37
38--with-x11[=path]
39Build the X11 based terminal.
40
41--with-sdl
42Build the SDL based terminal.
43
44
45have fun
46Hampa Hug <hampa@hampa.ch>