Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notpeter/pce
PCE - PC Emulator (Unofficial Mirror)
https://github.com/notpeter/pce
dos emulator mac macplus pce
Last synced: about 2 hours ago
JSON representation
PCE - PC Emulator (Unofficial Mirror)
- Host: GitHub
- URL: https://github.com/notpeter/pce
- Owner: notpeter
- License: gpl-2.0
- Created: 2023-03-10T03:39:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-10T03:40:16.000Z (over 1 year ago)
- Last Synced: 2024-05-01T13:37:40.618Z (6 months ago)
- Topics: dos, emulator, mac, macplus, pce
- Language: C
- Homepage: http://www.hampa.ch/pce/
- Size: 3.63 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
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 emulatordoc/pce-macplus.txt
PCE/macplus, a Macintosh Plus emulatordoc/keys.txt
Key combinations to control the emulatordoc/monitor.txt
The monitor interfacedoc/messages.txt
Messages to control the emulatorInstall
==============================================================================To install do:
./configure
make
make installThe 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