-
Notifications
You must be signed in to change notification settings - Fork 198
Image Navigation Modes
FlashFloppy supports three different navigation modes for selecting between diskimage files on the USB drive. For the best experience across the widest range of host systems, Native mode is recommended in combination with an LCD or OLED display.
- Native mode: No need for any configuration files. Allows direct selection of any valid image file on your USB stick.
- Indexed mode: Switches between image names of the form DSKA0000 and so on.
- HxC Compatibility mode: A legacy mode requiring an image-selector program to run on the host system to pre-assign disk images to numbered slots.
In this mode you need no configuration files or selector software (however, as in all operating modes, you may optionally configure FlashFloppy via FF.CFG).
Behaviour depends on which display type you have connected:
- LCD/OLED: FlashFloppy will allow you to select between any valid image file and any folder within the current directory. Selecting a folder will make that the new current directory, and list any image files and subfolders within.
- 7-Segment LED: FlashFloppy will automatically assign all valid images in the root folder of your USB stick to slots which you can switch between using the Gotek buttons.
In all cases, the following folders and images are ignored and will not be listed for navigation:
- Any name beginning with a dot (.)
- Any file which is not a valid image (eg. unrecognised filename extension)
- Any folder or image with the FAT "Hidden" attribute set
- Root folder called FF/
- Any folder called __MACOSX/ (these get strewn around by macOS)
This mode is configured via FF.CFG: nav-mode = indexed.
FlashFloppy will switch between image names of the form DSKA0000*.*, DSKA0001*.*, and so on. Each image which will be automatically assigned to the corresponding numbered slot. Note that any supported image type can be used.
Note that an arbitrary filename is allowed after the DSKAnnnn prefix (eg. DSKA0000_myimage.img). Additionally, the DSKA prefix can be changed in FF.CFG (indexed-prefix=).
This mode selects between pre-assigned slots in an HXCSDFE.CFG file. These slots are configured by an image-selector program running on the host system, either in ROM or (more typically) an AUTOBOOT.HFE image compatible with your system, copied to the root of your USB drive. Supported systems include Amiga, Atari ST, and Amstrad CPC. Note that for enhanced compatibility, the correct files for Amiga and Atari ST are included in the FlashFloppy release distribution.
The Gotek buttons cycle between the assigned slots in the config file. To reassign slots boot the file selector: this is immediately accessible in slot 0 by pressing both Gotek buttons at any time. Configuration with the host selector software is straightforward: assign files from your USB stick to drive A "slots". On reboot, these slots are accessible via the up and down buttons on the front of the Gotek. Holding a button will cycle faster through the populated slots. Pressing both buttons will take you immediately to the file selector.
Important Note: HxC assigns images to slots by physical location on the USB stick, rather than by full path name. This means that if you move files around within the filesystem, the slot assignments will break with unpredictable results (FlashFloppy error messages, garbage disk images, etc). You must not copy a new image over an old, or file-by-file copy one USB stick to another, unless you subsequently refresh the slot assignments in HXCSDFE.CFG.
Copy the following files to the root of your USB drive:
- HxC_Compat_Mode/Amiga/AUTOBOOT.HFE
- HxC_Compat_Mode/HXCSDFE.CFG
Copy the following files to the root of your USB drive:
- HxC_Compat_Mode/Atari_ST/AUTOBOOT.HFE
- HxC_Compat_Mode/HXCSDFE.CFG
The latest files can be found on the CPC scene website.
Copy the following file to the root of your USB drive:
- HxC_Compat_Mode/HXCSDFE.CFG