[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: .DSK Image does not work on real machine, but, works fine in an Emulator
The solution was to make sure that the target
disk was fully INITialized. After I ran INIT
on the disk, then copied the image, it worked
fine. Before I ran INIT the disk would neither
boot, nor run correctly after booting from
another disk. I guess that if the boot sectors
are not used, then ADT copies data to them,
even though the file system can not access these
sectors. This is ONLY a guess.
olcott wrote:
> I finally got ADT to work. I got the .DSK image to copy to
> my IIe. I
> copied it back, and did a byte for byte compare, and the
> file produced
> by the .DSK image was identical to the original .DSK image.
>
> The problem is this file will not run on a real Apple IIe,
> but, does
> run on an Apple IIe emulator. How could a DSK work on
> an emulator, but, NOT, work on a real machine?