-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BDOS record access by number/browser in file selector #9
Comments
I was thinking about this too while browsing the demo package at https://sam.speccy.cz/demo.html, which has mods starting at record 50 or so. The file browser is very basic and fine for floppy disks. The mass storage record handling was bolted on using mainly existing functionality. My knee jerk reaction is to add symbol+cursor to jump 10 records, with maybe shift+cursor to jump 100 records? |
That works for me, although having Shift jump in 10's, Symbol 100's makes more sense to me but hey, I'll take anything other than single stepping :-) |
OK, I've implemented a buggy version. So it's like the nineties all over again and I'm having to listen to all the mods I run into while reaching the boundaries. :-) I've attached an initial version: |
That works a treat :-) - I'll poke at it some more tomorrow |
I foolishly have all my MOD files at about record 191 - any way of being able to select a record in a file browser of go to it by number?
The text was updated successfully, but these errors were encountered: