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

Re: Where does the "16 SECTOR" message come from?



On Feb 17, 5:06 am, Tristan Mumford <xtristan.xmumf...@xgmail.xcom>
wrote:
> I think I might try to dump the ROM. Only problem is the //e now resides on
> the opposite side of the house to the PC... I guess I could do something
> weird like ZModem it to my Palm.

boot dos

]bsave rom, a$cX00, l256

where X is the slot you have your card in...

it might have rom in the C800 to CFFF space...

You'll have to do a bit of research on how to get
this code to be mapped in...  after you hit the
right soft switches:

]bsave MoreROM,a$c800,l$7FF

Rich