[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: DOS/ProDOS Image Question
"Bryan Parkoff" <BParkoff@satx.rr.com> wrote in message news:<sYadndpjyc9V-MejXTWQkQ@giganews.com>...
> All images' extension DSK and PO are RAW data for all emulators. Do all
> emulators read all images into memory BEFORE they are prenibbled into 342
> bytes as 6-2 encoded? By the way, all emulators can access to C600 routines
> and then postnibbled into 256 bytes as 8-0 decoded. Is it correct?
I'm not sure what you mean.
Dapple ][ slurps the entire disk image into memory, converts it to
NIB-6656 format and holds it in RAM in that format.
Dapple 1.x reads a track, converts it to some internal format (either
NIB-6656 or NIB-6250). This behavior comes from Andrew Gregory's
original disk ][ emulation code.
Most emulators have a copy of the disk ][ firmware ROM loaded at
$C600.
-uso.