Date : Tue, 27 Jul 1999 19:24:13 +0100
From : Steven Flintham <steven@...>
Subject: Re: Images on a BBC
On Mon, Jul 26, 1999 at 03:32:49PM +0100, Mike Tomlinson wrote:
> In article <19990725180443.A3994@...>, Steven Flintham
> <steven@...> writes
>
> >The program I knocked together to help me transfer my BBC discs to my
> >PC will probably do what you want; it uses OSWORD &7F to read the
> >source disc and just outputs the raw data to an ordinary file.
>
> So presumably you'd need a dual drive? On to read from and one to write
> to?
That's right; I'm using a 3.5 inch second drive containing an ADFS L
disc so I can use my A310/A5000 to read the disc and write it back out
in MS-DOS format for my PC to read. (A couple of people suggested I
could use DOSFS on my Master to avoid this step, but it didn't work
when I tried it. I'm guessing DOSFS doesn't support OSGBPB, but I
didn't investigate properly.)
In theory I'm sure a program could be written to read as much as
possible into memory at a time and prompt the user to swap discs,
allowing it to work with a single drive (analogous to the way *BACKUP
works), but I doubt anyone would ever bother to do so.
Steven