zydeco / minivmac4ios

Mini vMac for iOS
https://namedfork.net/minivmac
GNU General Public License v2.0
503 stars 53 forks source link
emulator ios m68k macintosh mini-vmac

Mini vMac for iOS

Features

Requirements

Usage

ROM and Disk Images

You can import the ROM (vMac.ROM) and disk images (with .dsk or .img extension) into Mini vMac from other apps (iCloud Storage, Dropbox, etc), using AirDrop, iTunes File Sharing or the iOS Files app.

The disk image menu will attempt to find an icon from the following sources (in descending order of priority):

  1. Volume icon (System 7)
  2. Application icon, if the disk contains only one application
  3. Application matching the name of the volume (not the disk image)
  4. Application with name written in the comment field of the volume

If no icon is found, it will show a standard floppy disk icon.

Keyboard

Swipe up with two fingers to show the keyboard, and down to hide it.

The emulated keyboard features all the keys on an Apple Extended keyboard (except the Power key). The Command, Option, Control and Shift keys are sticky, to make keyboard shortcuts easier to type. You can change the appearance of the emulated keyboard in the settings.

If you have an external keyboard attached, you can use it too, although some shortcuts may interfere with iOS.

Mouse

You can choose to use the screen as a touchscreen, where tapping on the screen acts a mouse click, or as a trackpad. In trackpad mode, dragging is done by tapping twice fast and holding it down. 3D touch can also be used for clicking and dragging on supported devices.

If you use a mouse or trackpad on iPad OS 13.4 or newer, it will be used automatically.

Settings

Swipe right with two fingers to show the settings dialog, where you can change the following:

Installation

The easiest way is to install an IPA from releases with AltStore.

Building from source

To build the project, make sure you check out the repository and submodules:

git clone https://github.com/zydeco/minivmac4ios.git
cd minivmac4ios
git submodule update --init --recursive

The folders minivmac, libmfs and libres should not be empty. The source code zip file you can download from GitHub does not include all dependencies.

To install run the app on your device with Xcode, you'll to perform some additoinal steps:

Adding new emulated machines

See documentation on the wiki.

Credits