Steve Fosdick

Results 165 comments of Steve Fosdick

And a version of the test program: ``` 10osword=&FFF1 20PROCrunosw("DISC") 30PROCrunosw("CARD") 40PROCrunosw("DISC") 50PROCrunosw("CARD") 60END 70DEFPROCrunosw(F$) 80OSCLI F$ 90A%=&7E 100X%=&70 110Y%=0 120CALLosword 130N%=(!&71 AND &FFFF)DIV10 140PRINTF$;": Number of tracks ";N% 150ENDPROC...

And, of course, the sideways RAM version is the one you'd be most likely to want SRAM utilities with. I wonder how many could be added to the bootstrap ROM?...

We don't really know everyone's use case but on the assumption that someone has removed the DFS ROM and fitted the MMFS bootstrap ROM in order to be able to...

Dave, I examined the Acorn implementation and didn't find anything that looked like a functional difference between 1.03 and 1.05. The command table lookup is different and unwinding the stack...

Latest version at https://github.com/SteveFosdick/MMFS/tree/sf/sram includes skipping an 8000 if specified on the command line for compatibility with Acorn B+/Master syntax and accepts letter named bank IDs. For the latter Z...