CARPENTR@SERVAX.BITNET (RALPH=CARPENTER) (08/15/89)
I've discovered thru inspection that ProDOS' Quit Code has moved
from $5900 in v1.7 to $5A00 in v1.8, so I used this procedure to copy an
80-col Bird's Better Bye from v1.7 into v1.8:
BLOAD PRODOS1.7,TSYS,A$2000 <load olde v1.7
BSAVE BBB,A$5900,L$300 <extract quit code
BLOAD PRODOS1.8,TSYS,A$2000 <load new v1.8
BLOAD BBB,A$5A00 <overlay quit code
BSAVE PRODOS1.8,TSYS,A$2000,L15741 <save modified v1.8
I've been using my modified v1.8 for a couple of days now, and
it seems to be working just fine.
Remember to backup your copy of ProDOS before attempting this
patch.
Good Luck!
_______________________
/ \_____________________________________________________
| Ralph Carpenter \
| Dept. of Psychology InterNet: CarpentR%SerVax.Bitnet@MITvma.MIT.EDU |
| Florida Atlantic U. Bitnet: CarpentR@SerVax SoBell: (407) 367-2616 |
| at Boca Raton GEnie: Ralpho CI$: 74015.644@compuserve.com |
\_____________________________________________________________________________/
CC : SMTP@INTERBIT