Kelvin Sherlock 4c26283a68 changes for ample-mame.
ample-mame replaces the jmp xxx at $bf00 with WDM xx instead.
tail patching is handled via saving and restoring dp (in areas where Apple said not to to use because the workstation card will use them).
2024-08-03 13:27:51 -04:00
2017-08-17 16:08:00 -04:00
2017-02-18 13:57:42 -05:00
2024-08-03 13:27:51 -04:00
2016-10-15 19:27:47 -04:00
2018-07-14 09:10:34 -04:00
2018-08-20 00:15:51 -04:00
2017-08-17 20:21:07 -04:00
2018-06-23 22:44:55 -04:00

Host FST

This is a file system translator (and driver) for compatible Apple IIgs emulators. It depends on emulator support (but should not cause problems if run on real hardware or an unsupportive emulator).

Host FST

This FST exposes a shared folder from your native file system as a volume within GS/OS. (The volume will not be available from ProDOS 8). Reading or writing a file on the :Host drive will read or write the file directly on the native file system. File Types, Finder Info, and Resource Forks are supported.

Host FST

In general any software that works with the HFS FST should work with the Host FST.

Installation

Currently, only GSPlus (0.13+) has support for the host fst.

  1. See the releases page for a disk image.

  2. Install the host.fst and host.driver in your *:System: folder

  3. Bleeding edge versions of GSPlus have a config option (F4, Host FST Configuration) to select the host fst directory. (On older versions it doesn't work correctly).

  4. If you're using an older version of GSPlus, shutdown GSPlus and manually edit the config.txt file. Add a line like:

     g_cfg_host_path = /Users/me/IIgs/
    

Note

Large volume sizes can cause a buffer overflow Finder's code and cause a crash (usually when displaying the File Info window). This is fixed as of System 6.0.4.

Description
Apple IIgs host FST (for emulators that support it)
Readme 164 KiB
Languages
Makefile 51.4%
Ruby 48.6%