Apple Emulator Frontend for MAME
Go to file
Kelvin Sherlock ef2bbeb9c3 Squashed commit of the following:
commit c41312ac604526fbfa8eb9c70c26afb5711531ed
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date:   Mon Jun 7 22:55:43 2021 -0400

    replace custom table delegate/datasource with array controller

    required a few tweaks to get the binding correct and equivalent to the hand-rolled version.

    The only advantage is the filtering capability (currently All/Missing)

    Also, refreshing didn't update the status and url if the local file had been deleted.

commit 3aedf237344fa9fbb8225cf3513a27da9647ea07
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date:   Mon Jun 7 21:13:39 2021 -0400

    add toolbar and array controller to filter missing roms, etc.
2021-06-07 22:56:55 -04:00
.github/workflows Create xcodebuild.yml 2021-01-20 13:15:50 -05:00
Ample Squashed commit of the following: 2021-06-07 22:56:55 -04:00
Ample.xcodeproj Squashed commit of the following: 2021-06-07 00:34:26 -04:00
embedded Updates to work with 10.11 (El Capitan) and newer. 2021-05-30 18:00:34 -04:00
pty_shell add pty_shell command. 2021-03-26 21:16:18 -04:00
python Squashed commit of the following: 2021-05-27 19:42:28 -04:00
screenshots new screenshot. 2020-09-14 18:38:14 -04:00
vmnet_helper xcode project update. 2020-09-25 21:10:36 -04:00
.gitignore remove empty string from the ROM list. 2020-09-03 00:16:08 -04:00
.travis.yml tweak travis 2020-08-31 22:29:02 -04:00
README.md add macintosh warning from David Ryskalczyk 2021-01-18 16:01:36 -05:00

README.md

Ample

A slightly more user-friendly front-end for using MAME as an Apple II emulator. Requires Mac OS X 10.14+

A custom version of MAME is included (only apple 1/2/3 emulators are supported in the custom version).

Ample release 10 MAME includes the Macintosh (NuBus) driver and UI support for configuring and launching some Macintosh models. Please note the following warning concerning MAME's Macintosh emulation:

Mac emulation is still in progress. While many features work, some are not in place yet, and others are a consequence of accurate Mac emulation.

  • 3.5" floppy support is a work in progress and currently only works with 400K/800K disks (to be fixed in the future)
  • Images selected in the “Hard Drives” section must have a full partition table with Mac drivers (this will always be the case)
  • "Hard Disk Images" (enabled with the NuBus Disk Image Pseudo-Card in a slot) can be used to mount standard HFS images without the need of a partition table or driver (this will always be the case)