A new experimental build of current FS-UAE source snapshot compiled natively on OSX 10.4.11 for PowerMacs is available in The Zone!
This time I have installed a "clean" MacPorts SDL2 library (2.0.3) from the TigerPorts site and the resulting FS-UAE binary is quite stable and usable.
For those who want to try a build on Tiger, some modifications are needed to the FS-UAE source, as follow
In "Makefile.in" find and delete these lines (all the references to HIDmanager, used in 10.5 but not in 10.4):
manymouse/macosx_hidmanager.c
@BUILTIN_MANYMOUSE_TRUE@
manymouse/macosx_hidmanager.$(OBJEXT) \
manymouse/$(DEPDIR)/macosx_hidmanager.Po \
@BUILTIN_MANYMOUSE_TRUE@ manymouse/macosx_hidmanager.c \
manymouse/macosx_hidmanager.$(OBJEXT): manymouse/$(am__dirstamp) \
manymouse/$(DEPDIR)/$(am__dirstamp)
@AMDEP_TRUE@@am__include@ @am__quote@manymouse/$(DEPDIR)/macosx_hidmanager.Po@am__quote@ # am--include-marker
-rm -f manymouse/$(DEPDIR)/macosx_hidmanager.Po
manymouse/macosx_hidmanager.c
@BUILTIN_MANYMOUSE_TRUE@ manymouse/macosx_hidmanager.$(OBJEXT) \
In Makefile.am delete the line:
manymouse/macosx_hidmanager.c \
In dist/macos edit the file "info.plist.in" and replace the string "10.5.0" with "10.4.0"
For all the other modifications please refer to my previous post in this old thread.
For a boost in performance install on your PowerMac the CHUD Tools and enable the NAP mode, then declare in the various "fs-uae" config file the option "uae_cpu_speed=max".
Enjoy! :-)
|