So you picked up the forked version of BasiliskII/SHeepShaver from https://github.com/MatthiasWM/macemu . This is a fork from the latest git repo I could find at https://github.com/emaculation/macemu . I made a few modifications for the macOS host platform that were needed to get BasiliskII to connect with the Newton Emulator "Einstein" at https://github.com/pguyot/Einstein . Just set the preferences entry "seriala" to "tcp:3679" and the serial port will behave like a TCP/IP server, listening on port 3679 for incoming connections.
I fixed copy/paste of text which would occasionally crash on macOS. Also, the CapsLock key would lock forwever on the current version of SDL2.
This code should compile out of the box on macOS Cataline in 64 bit mode.
This repository contains the BasiliskII and SheepShaver projects. It is an attempt to centralize the individual development efforts that have gone on in the absence of the original cebix/macemu repository owner.
The cxmon project has been split from this repository.
Deprecated platforms:
OS | CI Status |
---|---|
FreeBSD | Costs Money 💰 |
AmigaOS | No known service |
BeOS | No known service |
These builds need the SDL2 framework/library to be installed.
.travis.yml
and appveyor.yml
contain the build scripts for CI. More generally, here are the steps:
- Open BasiliskII/src/MacOSX/BasiliskII.xcodeproj
- Set Build Configuration to Release
- Build
$ cd macemu/BasiliskII/src/Unix
$ ./autogen.sh
$ make
$ cd macemu/BasiliskII/src/Windows
$ ../Unix/autogen.sh
$ make
- Open SheepShaver/src/MacOSX/SheepShaver.xcodeproj
- Set Build Configuration to Release
- Build
$ cd macemu/SheepShaver
$ make links
$ cd src/Unix
$ ./autogen.sh
$ make
$ cd macemu/SheepShaver
$ make links
$ cd src/Windows
$ ../Unix/autogen.sh
$ make
You found a bug? Well, open an issue in this repo, supplying as much information as possible (operating system and versions of Basilisk II and MacOS being used, relevant hardware information, the exact steps to reproduce the bug, etc.)
I also strongly suggest reading this before posting a bug report: http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
There is no point in sending questions about ROM files and how/where to get them.
The official Basilisk II home page is at http://www.uni-mainz.de/~bauec002/B2Main.html
The Basilisk II project page on SourceForge is at http://sourceforge.net/projects/basilisk/
If you have problems, you may want to visit the Basilisk II forums: http://sourceforge.net/forum/?group_id=2123
There is also a mailing list for Basilisk II users: http://lists.sourceforge.net/lists/listinfo/basilisk-user
And another mailing list for Basilisk II developers: http://lists.sourceforge.net/lists/listinfo/basilisk-devel
Some general advice about asking technical support questions can be found at http://www.catb.org/~esr/faqs/smart-questions.html
Keeping this in mind will greatly increase your chances of getting a useful answer.