Date : Tue, 22 Sep 2009 00:02:33 +0100
From : bbcmicro@... (Ian Stocks)
Subject: MDFS at September Show
Jonathan Graham Harston wrote:
>> Message-ID: <4A8921C7.5090306@...>
>
> Ian Stocks wrote:
>> Would be nice if there was a fileserver that supported *SAVE & *LOAD for
>> loading games at the show. (Must go and see the AtomMMC guy at the show,
>
> I've just added it to SoftMDFS. Will probably need some on-site
> testing, though ;)
>
Well I finally got round to trying this again at home after hitting an
error message at line 10490 at the show.
*LOAD seems ok, just need to omit the quotes (") which are usual for
atom filing stuff. Can probably add a function to strip quotes if found.
*SAVE had a few problems, one of which I haven't sorted yet.
*SAVE TEST6 8000 8200 (Screen memory is at #8000) works, but the
filename ends up as TEST68200.
Any idea why the filename is a mix of the filename and end address?
I did have to change line 10490, the second MID$(P$(3)) was missing a
start position, and was unnecessary, I think, so it's now just P$(3).
Thanks,
Ian.