

- #Good windows emulator for mac install#
- #Good windows emulator for mac serial#
- #Good windows emulator for mac drivers#
- #Good windows emulator for mac full#
- #Good windows emulator for mac software#
Various sound output methods are supported: null (no sound), OSS (using Open Sound System to output sound to DSP device) and SDL ( Simple DirectMedia Layer). Here mac-se.cfg is the name of the config file to be loaded (-c) and run in the emulator (-r) with results written to the log file (-l) in verbose mode (-v). You will then see two windows – one is the emulated Macintosh machine while the other shows various log messages:įor more information on the available options, refer to this commented example configuration file. Pce-macplus -v -c mac-se.cfg -l pce.log -r Then create a file call run.sh with the following command, place it into the same folder and execute it: As a start, download the Windows version of PCE/macplus for your favorite Macintosh machine and extract it. Unlike Mini vMac which has a user interface for user to load the disk images and configure various other options such as speed or display, PCE/macplus uses a text configuration file.
#Good windows emulator for mac software#
You can type q to quit now as a few other steps are still needed before you can run your favorite Mac system software using this emulator. TERM: driver=null ESC=ESC aspect=4/3 min_size=512*384 scale=1 mouse= KEYBOARD: model=1 international=0 keypad=keypad RTC: file=pram.dat realtime=1 start= romdisk=0 When everything is done, type pce-macplus into the command line and you should see the emulator terminal pce-macplus


etc) that were built during the configuration process as well:
#Good windows emulator for mac install#
This will also install other emulators (atarist, cpm80, ibmpc. The final step is to install the emulator to /usr/local/bin/pce-macplus. If the results show that SDL or X11 is not built, check that you have the necessary development libraries installed.
#Good windows emulator for mac drivers#
When configuration is done, check the output and make sure that the requested modules (PPP, SDL, etc) have been enabled:Įmulators built: atarist cpm80 ibmpc macplus rc759 sim405 sim6502 simarm sims32Ĭhar drivers built: null stdio posix ppp pty slip tcp termios Finally, although Open Sound System (OSS) has been deprecated in Ubuntu 16, we also enable it with –enable-sound-oss just in case.
#Good windows emulator for mac serial#
The provided options enable PPP emulation via the serial port (needed for Internet access since PCE/macplus does not emulate the Ethernet card) and enable building with SDL (required for sound support) and with X11 libraries (important, otherwise there will be no video output once the emulator is run). configure -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 Next, configure PCE/macplus for building with support for most of the available features:

Sudo apt-get install libsdl1.2-dev libsdl1.2debian Sudo apt-get install libx11-dev libx11-doc libxau-dev libxcb1-dev libxdmcp-dev x11proto-core-dev x11proto-input-dev x11proto-kb-dev xorg-sgml-doctools xtrans-dev After that, install the required X11 and SDL development libraries:
#Good windows emulator for mac full#
However, since many exciting features of PCE/macplus such as PPP emulation via the serial port will not be supported on Windows, with some time at hand, I decided to spend some time compiling PCE/macplus for Ubuntu, my favourite Linux distro to be able to explore its full set of features.įirst download the source from the same download page and extract it. With some luck, you should be able to see your favorite 68k Macintosh system on the emulator screen shortly. Just extract the ZIP file, locate the run.bat batch script, and execute it. Running PCE/macplus on Windows should be straight forward. If you are interested, on the same page you will also find emulators for PC XT, Atari, CP/M, and other machines. The Windows emulator binaries for various Macintosh systems together with the source code can be downloaded from PCE’s download page. This article will describe my various experiments with PCE/macplus and share some interesting findings. Serial emulation, which is what I need, is also supported as well. Mini vMac does not suit my requirements due to lack of serial port emulation. Basilisk II, despite being a very capable emulator with support for Ethernet, does not officially support 24-bit addressing and hence will not be able to run Mac systems older than 7.5.5, at least not without the MODE32 extension.įortunately things changed when I came across PCE/macplus, a highly customizable emulator that can emulate many 68k compact Macintosh models from the Macintosh 128K/512K up to the Macintosh SE. I have long been trying to find a fully-fledged 68k Macintosh emulator that can run System 7 and older, with support for sound and serial port communications. UPDATE: Retro68 together with CodeLite and pce/macplus emulator can form a very good 68k development environment.
