Skip to content
forked from retrohun/pce

Fork of PC Emulator from Hampa Hug

License

Notifications You must be signed in to change notification settings

eric-john-miller/pce

 
 

Repository files navigation

PCE - PC Emulator

PCE is a collection of microcomputer emulators.' This is a fork from Hampa Hug [email protected] https://github.com/retrohun/pce

My purpose for forking this was to make modifications to support creating a working 1/3 scale Macintosh SE using a Raspberry Pi Zero in a hand crafted case.

Install

The usual...

./configure

make

sudo make install

Based on this blog post by ToughDev, http://www.toughdev.com/content/2016/11/pcemacplus-the-ultimate-68k-classic-macintosh-emulator/, I used the following configuration options:

--with-x

--with-sdl

--enable-tun

--enable-char-ppp

--enable-char-tcp

--enable-sound-oss

--enable-char-slip

--enable-char-pty

--enable-char-posix

--enable-char-termios

CFLAGS=-I/usr/local/include/SDL2

Run

pce-macplus -v -c mac-se.cfg -l pce.log -r

Where

-c mac-se.cfg loads the config file mac-se.cfg

-r runs the emulator

-l pce.log writes to the log file pce.log

-v logs verbose comments

About

Fork of PC Emulator from Hampa Hug

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 85.6%
  • Shell 10.7%
  • Makefile 1.3%
  • Assembly 1.0%
  • Roff 0.7%
  • Objective-C 0.5%
  • Other 0.2%