ecm-pushbx / pce

PC emulator. Fork with additional useless features.

Home Page:http://www.hampa.ch/pce/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PCE - PC Emulator
==============================================================================

PCE is a collection of microcomputer emulators.

For further information check out these files:

doc/pce-ibmpc.txt
	PCE/ibmpc, an IBM PC 5150 emulator

doc/pce-macplus.txt
	PCE/macplus, a Macintosh Plus emulator

doc/keys.txt
	Key combinations to control the emulator

doc/monitor.txt
	The monitor interface

doc/messages.txt
	Messages to control the emulator


Install
==============================================================================

To install do:

./configure
make
make install

The most important options for configure are:

--prefix=path
Set the installation prefix. The default is /usr/local.

--with-x11[=path]
Build the X11 based terminal.

--with-sdl
Build the SDL based terminal.


have fun
Hampa Hug <hampa@hampa.ch>

About

PC emulator. Fork with additional useless features.

http://www.hampa.ch/pce/

License:GNU General Public License v2.0


Languages

Language:C 95.9%Language:Makefile 1.2%Language:Assembly 1.1%Language:Objective-C 0.7%Language:Roff 0.5%Language:Shell 0.3%Language:C++ 0.2%