Jun 10

The Mac version of the CAPS plugin has been available from the Software Preservation Society Website since the end of last year, and support was added by Richard Drummond at that time, unfortunately it has yet to see an official E-UAE release since then, with only a source code post to the Mailing List in Janurary. A fault in the configure script means that CAPS support was still not working.

In order to make that source work correctly for OS X, 2 things must be done.

  1. manually #define HAVE_FRAMEWORK_CAPSIMAGE 1 and then
  2. around C:115 there is a semi-colon missing after ((weak)) so add that in.

with that done it should build as per the instructions on the mailing list.

Of course, nobody REALLY wants to build their own, so here is a pre-built binary for Intel based Macs :)

http://www.simplyamiga.com/uae/e-uae.0.8.29-CVS.20080608.zip

the filename date is the build date, its entirely based on the Janurary 13th source code. One other side effect is that AR3 support now seems to work too.

which is nice.