Date : Sat, 01 Jan 2011 23:38:31 +0000
From : jgh@... (J.G.Harston)
Subject: Patching a CF card patched ADFS
Mick Champion wrote:
> Now *all* I need to do is change the channel range<help!> and FS
> number<help!!>, which I don't mind telling you I'm finding difficult. I
> found *a* channel range at &9FD8
...
> JHG, is there any chance <beg> that you may upload the disassembly of
> ADFS v1.3x in the near future?
I'll have a look over the next couple of days. The channel numbers
isn't simple a change of &30-&3A to something else as there are
bits of code that index into channel information using the channel
offset, eg LDA &C27B,X where X holds the channel number, so would
have to be changed to eg LDA &C1FB,X or something.
JGH