However, the States (and possibly roms? although they are being 'found') appear to be in the wrong place.... (one folder too far back)
Hi, your problem was that the folder did not exist and was created relative to the current working dir. This is not a bug. But in version 1.1.8, you can use the $config/ prefix to force the path to be relative to the config dir.
Version 1.1.8
* Always load default host-specific configuration values from Host.fs-uae,
if it exists (useful for fullscreen settings, etc).
* Support replacement prefix $config in paths - will be replaced by
the directory containing the current configuration file.
* Boolean options ("1" or "0") can now be simplified when specifying as
program arguments as --arg (same as --arg=1) or --no-arg (same as --arg=0).
For instance you can just use --fullscreen or --no-fullscreen.
Version 1.1.7
* Try creating a OpenAL context at 48000 Hz first.
* Use GL_ARB_sync extension for display synchronization where available.
Version 1.1.6
* Use GL_NV_fence extension for display synchronization where available.
* Use GL_APPLE_fence extension for display synchronization where available.
* Some code refactoring for better future portability.
* Fix rendering of scanlines with aspect correction on (overscan).
* Use requested video_format for text rendering and utility textures as well.
* Use smaller texture for text rendering and caching (for now).
Mac version:
http://fengestad.no/fs-uae/files/fs-uae-1.1.8-macosx.tar.gz(haven't made binaries for other OSes yet)
Source code:
http://fengestad.no/fs-uae/files/fs-uae-1.1.8.tar.gz