Date : Mon, 16 Mar 2009 21:51:14 +0000 (GMT)
From : debounce@... (Greg Cook)
Subject: Another set of dumb questions...lol
On the subject, would anyone using DFS Explorer or ADFS explorer please ensure
the most recent patch has been applied to the BBC servers. Jon's original
post is here:
http://www.stairwaytohell.com/sthforums/viewtopic.php?p=13398#p13398
In brief, line 4110 of DFSXFER.BAS (version 2.0.0) should be changed from:
4110 LDA #1
to:
4110 PHA:LDA#1:JSR single1:PLA:RTS
with a similar update for ADFSXFER.BAS.
Otherwise certain byte sequences are corrupted on transfer from the BBC micro
to the PC. The CRC does not catch these as it only covers the compressed stream.
Greg Cook
debounce@...
http://homepages.tesco.net/rainstorm/
--- On Mon, 16/3/09, Jon Welch <jon.welch@...> wrote:
> From: Jon Welch <jon.welch@...>
> Subject: Re: [BBC-Micro] Another set of dumb questions...lol
> To: "'BBC micro mailing list'" <bbc-micro@...>
> Date: Monday, 16 March, 2009, 3:40 PM
> > > Which program is
> recommended to serial connect a BBC to a PC to transfer
> > > Disk Image Files both way?
>
> > I think DFS and ADFS explorer will both do this,
> however I'm too tight
> > to pay the shareware fee so I have no experience of
> using them.
>
> You can use the transfer facilities of both DFS and ADFS
> Explorer without
> paying the registration fee.
>
> Jon.