Skip to content

Releases: sh95014/AppleWin

Mariani 1.3 (1)

14 Jun 21:19
Compare
Choose a tag to compare
  • Debugger! (from an unreleased "1.2" version)
  • Memory Viewer!
  • (Untested!) support for MEGA Audio and SD Music sound cards
  • Universal build

Mariani 1.1 (2)

30 Jan 22:59
Compare
Choose a tag to compare

Identical in terms of features to release 1.1 (1), except this one should have everything it needs as a static library so you shouldn't have to brew install things like Boost or Slirp.

Mariani 1.1 (1)

30 Jan 21:01
Compare
Choose a tag to compare
Mariani 1.1 (1) Pre-release
Pre-release

Turns out Xcode links the Boost and Slirp dependencies as dynamic libraries, which means the app won't run unless you have those brew installed. This should be remedied in Release 1.1 (2), so you should just use that instead. I've removed the binaries for this release to avoid confusion.

...

I'm no longer releasing an Universal binary that can run on both Apple Silicon and Intel CPUs, mainly because libslirp has a lot of dependencies that I would have to build myself. Instead, I'm providing separate zip files for the two architectures. The Gatekeeper warnings mentioned in the 1.0 Release are still relevant, though.

Notable changes in this release:

  • Fix Tab key handling
  • Switch to CoreAudio for audio output and removed dependency on SDL2
  • Cassette support
  • Uthernet support
  • Audio support in screen recordings

Mariani 1.0 (1)

19 Feb 00:14
Compare
Choose a tag to compare

Universal build.

On at least macOS Big Sur and Monterey, trying to open this will generate a scary Gatekeeper warning:

Screen Shot 2022-02-18 at 4 14 59 PM

You should be able to override that by Control-clicking the app in Finder, which should get you this warning instead:

Screen Shot 2022-02-18 at 4 15 11 PM

Click Open to proceed anyway.

If you have any reservations at all about this, please build Mariani yourself from source. I don't have a timeline to get the app "notarized" by Apple to avoid this warning.