[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Q: ProDOS Disk II driver location



Teodor Angeloff (TA@oulit-1.tu-varna.acad.bg) wrote:
: Can somebody tell me the memory location of the internal
: ProDOS Disk II driver?  Probably its location is not
: the same for the different ProDOS versions...

The easiest thing to do is to look at the device driver vectors for the slot
that contains your Disk IIs. Usually that's slot 6. Then have your program
relocate itself there.
 
: I need some free Kbytes and the memory reserved for this
: driver would be enough. Naturally, I could "scan" ProDOS
: manually, but I am not sure whether the D2 driver code is
: "mixed" with other ProDOS routines.

I'd use the 64K RAM disk driver space myself. It always starts at $FF00 and
since the 64K RAM disk is such a useless device, you'll never miss it. I've 
used that location for other drivers which I've written.
--
Offsite mail to this host gets nuked.