Apple Emulator Frontend for MAME
Go to file
Kelvin Sherlock 3d4d0c92c7 Squashed commit of the following:
commit 1dd1d6d3eee928d283dafbaf4432b053dff65ac2
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date:   Thu May 27 13:30:38 2021 -0400

    0.232 rom update

commit cfb7f9a4d1647c41fab3328bada0f37bdb041983
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date:   Wed May 26 20:31:16 2021 -0400

    fix resizing to prevent horizontal scrolling

commit 5c393ab5a95c9e53c4ef1e0b3f2b77db93e1c29b
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date:   Wed May 26 20:01:48 2021 -0400

    esc should close the menu if visible, otherwise clear the text.

commit 7da142b64280c39e216584cedb7fb14243d573f0
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date:   Tue May 25 23:17:10 2021 -0400

    show software short name unless it's ambiguous.

commit 6f3b3bef5e18e78619959613e28064eb6251ce27
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date:   Tue May 25 23:16:47 2021 -0400

    cleanup some auto complete rough edges

commit 4988d8b266b8b11e519bcb5aab05ad2c3ffe5c23
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date:   Tue May 25 23:16:24 2021 -0400

    fix

commit 6d4bf94fd6b4850564b705ea15e91079b00346c2
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date:   Tue May 25 19:13:28 2021 -0400

    clean up autocomplete a little...

commit 3722271e51d93599903bccc721dc1de61f0aae72
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date:   Tue May 25 19:13:07 2021 -0400

    move auto complete logic to SoftwareSet

commit 04cc83ecbe9ee4c9100305712c47a11359327734
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date:   Mon May 24 20:46:39 2021 -0400

    software - keep the list name to differentiate in case of name clashes.

commit 8e5b5dc7e283f760a16011308298e999110fc052
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date:   Mon May 24 20:45:13 2021 -0400

    Autocomplete - limit menu content width to the clip view content width.

    prevents horizontal scrolling.

commit 356048d450447485bb33a4261018f85dac19a134
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date:   Mon May 24 18:45:42 2021 -0400

    add auto complete software list to the launch window.

commit 9dc72b702c9b36d490349f291c10b98b56178567
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date:   Mon May 24 18:44:28 2021 -0400

    autocomplete control.

commit 40eee83f56d957c64e0f8d927486f13165b9e120
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date:   Mon May 24 18:39:32 2021 -0400

    add filters to software list.

commit cebfbaa545441f061cffafe8ca93db2377240a06
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date:   Sun May 23 11:59:00 2021 -0400

    add compatibility field for software list filtering.
2021-05-27 19:42:28 -04:00
.github/workflows Create xcodebuild.yml 2021-01-20 13:15:50 -05:00
Ample Squashed commit of the following: 2021-05-27 19:42:28 -04:00
Ample.xcodeproj Squashed commit of the following: 2021-05-27 19:42:28 -04:00
embedded auto set the rpath in mame64. 2021-03-08 19:42:12 -05: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)