[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Patching the ProDOS Disk ][ driver?
On Nov 24, 9:47 pm, ferd...@gmx.de wrote:
> But while trying to patch I noticed that my good old Bag of Tricks
> doesn't support the ProDOS filesystem. Do you know another hexeditor
> which supports it?
> I tried to read the code using the monitor, but this doesn't work
> because ProDOS is in the language card and enabling the language card
> also disables the monitor.
Boot ProDOS + BASIC.SYSTEM.
BLOAD PRODOS,A$2000,TSYS
Now you can edit the code in RAM.
BSAVE PRODOS,A$2000,TSYS
2000G in the monitor will then start the modified ProDOS or you can
reboot.
Alternatively you could use the ProDOS EXERCISER program supplied with
the ProDOS Technical Reference Manual.