Basilisk II and SheepShaver Macintosh emulators
Go to file
kanjitalk755 7c61312974
Merge pull request #34 from rakslice/ether_rx_while_unloaded_crash_fix
SS Windows: Don't try to receive frames when eth is unloaded on the MacOS side
2020-02-12 10:11:11 +09:00
BasiliskII Don't try to receive frames when eth is unloaded on the MacOS side as it will call uninitialized vectors 2020-02-11 06:38:01 -08:00
cxmon remove stray non-ascii chars at start of mon_cmd.cpp 2017-12-10 11:27:16 -05:00
SheepShaver SS: deleted sigsegv.cpp and lowmem.c from list of "make links" 2020-02-10 21:48:32 +09:00
.gitignore Add entitlement for Hardened Runtime 2019-07-07 01:36:58 +09:00
.travis.yml Add Travis CI configuration file and README.md status. 2017-12-28 20:06:35 -05:00
README.md Update README.md 2020-01-29 11:22:52 +09:00

BasiliskII

macOS 64-bit ---
Linux 32-bit JIT
MinGW 32-bit JIT

SheepShaver

macOS 64-bit JIT
Linux 32-bit JIT
MinGW 32-bit ---

How To Build

These builds need to be installed SDL2.0.10+ framework/library.

BasiliskII

macOS
  1. Open BasiliskII/src/MacOSX/BasiliskII.xcodeproj
  2. Set Build Configuration to Release
  3. Build

(or same as Linux)

Linux(x86)
$ cd macemu/BasiliskII/src/Unix
$ ./autogen.sh
$ make
MinGW32/MSYS
$ cd macemu/BasiliskII/src/Windows
$ ../Unix/autogen.sh
$ make

SheepShaver

macOS
  1. Open SheepShaver/src/MacOSX/SheepShaver_Xcode8.xcodeproj
  2. Set Build Configuration to Release
  3. Build

(or same as Linux)

Linux(x86)
$ cd macemu/SheepShaver/src/Unix
$ ./autogen.sh
$ make
MinGW32/MSYS
$ cd macemu/SheepShaver
$ make links
$ cd src/Windows
$ ../Unix/autogen.sh
$ make