Any way to ignore index in display? #595
Unanswered
mark-marinelli
asked this question in
Q&A
Replies: 2 comments 1 reply
-
FlashFloppy sorts filenames so just put whatever short prefix you like if needed at all. Eg just 0 1 2... |
Beta Was this translation helpful? Give feedback.
1 reply
-
I'm saying don't use indexed mode. No need. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using a couple of Goteks with an Amiga 500 and an IBM PS/1, both of which have OLED displays. In order to manage a large number of multi-disk programs, I'm using indexed file names (prefix "_") to keep disks grouped and ordered. But the indexes take up space in the OLED display, e.g.
_0000-This is a blank floppy.IMG
, and I'd love if I could ignore them and simply displayThis is a blank floppy.IMG
instead, dropping the _0001. Is there already a setting for this that I'm missing in the FF.CFG file?Beta Was this translation helpful? Give feedback.
All reactions