Subject: Re: ADT query-- ADTCHECK Path: lobby!newstf02.news.aol.com!portc05.blue.aol.com!supernews.com.MISMATCH!remarQ-easT!remarQ.com!supernews.com!newsfeed.mathworks.com!cyclone.swbell.net!nnrp1.rcsntx.swbell.net.POSTED!not-for-mail Message-ID: <38684BC7.16138ADE@swbell.net> From: Rubywand Reply-To: rubywand@swbell.net X-Mailer: Mozilla 4.7 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.sys.apple2,comp.emulator.apple2 References: <3866BA0D.A72522C9@c4.net> <7RM94.2445$k7.122010@news1.teleport.com> <3867B993.825C1C9D@swbell.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 57 Date: Mon, 27 Dec 1999 23:33:59 -0600 NNTP-Posting-Host: 216.62.142.109 X-Complaints-To: abuse@swbell.net X-Trace: nnrp1.rcsntx.swbell.net 946362870 216.62.142.109 (Tue, 28 Dec 1999 00:34:30 CST) NNTP-Posting-Date: Tue, 28 Dec 1999 00:34:30 CST Organization: SBC Internet Services Bart writes ... > > >The check is not an absolute guarantee that ADT is not corrupted; but, if > >the sum is 'correct', the odds are pretty good that ADT is okay. .... > > Thanks for the program, Welcome! > I will try it tonite (for some reason they > want me to work on this dang fool NT 4.0 PC during the day. Ingrates!). For sure; like, some people have really screwed up priorities. > It is possible that ADT is corrupt. It took me forever to transfer it > as I was having problems ranging from cord to ribbon wire to tired and > issuing typos..... .... "Taking forever" is typical at 300 baud. (Since it is ASCII and bytes are separated by SPACE chars, you are getting 5 or 6 program bytes per second.) > Oh btw: to transfer ADT originally I used FCREMOTE (an > obscure but quite nice progy similar > to Comit or Telix) and to get the ADTCFG.BAS across I had to > translate all carr. returns and line feeds as returns, thereby sending 2 > between each line which was translated as 1 on the Apple at least so it > looks when listed. .... Actually, you do not need to transfer ADTCFG.BAS. ADT allows changing Speed, Slot, etc.. When running ADT, you select "CONFIGURE" from the main screen. ADTCFG.BAS is for changing the default startup settings. It does this by modifying parm bytes near the beginning of ADT and saving the changed ADT file. (Once you get ADT working, you can transfer the ADT .dsk . It includes ADTCFG.BAS .) If ADT is modified by ADTCFG.BAS it will throw off the checksum. You can restore the original settings by BLOADing ADT, doing a CALL-151, and entering 806:05 00 01 05 01 00 00 00 After entering the above, get back to BASIC by entering Control-C (or doing a Reset) and BSAVE ADT BSAVE ADT,A$803,L$A14 Rubywand