[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: .nib Images to real Apple disks
OK, another thought:
Modify the EDD program to write the track data to NIB image file on a
ProDOS media. This would require one to create a ProDOS program that
reads tracks using the bit routines in EDD and writing to a file using
the ProDOS API.
Thankx,
Ed
noone@nowhere.net wrote:
>
> OK, I have a copy of the source code for EDD. Who here would be willing
> to take that code and apply it to ADT and make ADTSST, a new program
> that transfers nibblized tracks instead of sector data? I do not
> believe I have the skill unless I can get hold of ADT source code.
>
> on the Apple II side
> 1. Read and analyze track with EDD code
> 2. Transfer Track to PC
> 3. Write track to NIB file.
>
> and on PC side
>
> 1. read nib image track
> 2. Transfer to Apple II
> 3. Write & verify track with EDD code
>
> Any takers?
> Thankx,
> Ed
>
> Rubywand wrote:
> >What we need is a utility which will convert .nib to diskette on the Apple II.