Releases: sh95014/AppleWin
Mariani 1.4 (3)
Fix a crash when adding a Generic Hard Drive to the emulator, as well as when an error alert delays the completion of a reboot.
Mariani 1.4 (2)
This release is exactly the same as 1.4 (1), except a hack that might work around #45
Mariani 1.4 (1)
- Applescript support
- Live viewer for Applesoft BASIC program in memory
- Improved support of AppleWin hotkeys
- Joystick emulation with numeric keypad
11/25: Uploaded dSYMs
Mariani 1.3 (1)
- 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)
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)
Turns out Xcode links the Boost and Slirp dependencies as dynamic libraries, which means the app won't run unless you have those brew install
ed. 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)
Universal build.
On at least macOS Big Sur and Monterey, trying to open this will generate a scary Gatekeeper warning:
You should be able to override that by Control-clicking the app in Finder, which should get you this warning instead:
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.