home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / archives / cpm / 8405-1.txt < prev    next >
Text File  |  1993-02-12  |  375KB  |  8,411 lines

  1.  1-May-84 01:49:28-MDT,1059;000000000000
  2. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 1 May 84 01:49:23-MDT
  4. Received: From brl.arpa.ARPA by AMSAA via smtp;  1 May 84 3:15 EDT
  5. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  1 May 84 3:15 EDT
  6. Received: from Usenet.uucp by sri-unix.uucp with rs232; 1 May 84 0:01-PDT
  7. Date: 25 Apr 84 8:18:18-PST (Wed)
  8. To: info-cpm@Brl-Aos.ARPA
  9. From: decvax!ittvax!dcdwest!sdcsvax!bmcg!asgb!rob@Ucb-Vax.ARPA
  10. Subject: SIMTEL help (SIMTELP?..yuk)
  11. Article-I.D.: asgb.463
  12.  
  13. (I guess the line-eater was full)
  14.  
  15. Does anyone know of a way to access the SIMTEL20 programs from USENET.
  16. We are not on ARPA, and I would like to peruse the CP/M offerings.
  17.  
  18. Also, there was a posting recently with some source changes to AZTEC C
  19. to speed up and enhance I/O redirection (don't recall who sent it).  We
  20. did not get the entire text; only about 1/3 of it.  Could some friendly
  21. understanding person who happened to save it please mail me a copy?
  22.  
  23. Thanks whoever, in advance.
  24.  
  25.     Rob Greenbank,
  26.     Burroughs ASG
  27.  1-May-84 05:22:16-MDT,3573;000000000000
  28. Return-Path: <info-cpm-request@AMSAA.ARPA>
  29. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 1 May 84 05:22:04-MDT
  30. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  1 May 84 6:57 EDT
  31. Date: 1 May 1984  04:57 MDT (Tue)
  32. Message-ID: <KPETERSEN.12011819919.BABYL@SIMTEL20>
  33. Sender: KPETERSEN@Simtel20.ARPA
  34. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  35. To:   Info-Cpm@Amsaa.ARPA
  36. Cc:   Info-modem7@Simtel20.ARPA
  37. Subject: M730IRV1.FIX patch from Irv Hoff for MDM730
  38.  
  39. ---forwarded from the Sysop Clearinghouse RCPM---
  40.  
  41. SUBJECT : M730IRV1.FIX (FOR MDM730.COM)
  42.  
  43. FROM    : IRV HOFF W6FFC
  44.  
  45. DATE    : 01 MAY 84
  46.  
  47.  
  48.     NOTE TO SYSOPS:  Erase M730DIAL.PAT / M730DIAL.FIX
  49.              as that information is in this file.
  50.  
  51. -----------------------------------------------------------------------
  52.  
  53.      There are two obscure bugs in the MDM730 program.  The first in-
  54.      volves the alternate long distance dialing system - occasionally
  55.      the last digit of the billing code would be entered twice, messing
  56.      up the correct dialing.  The second involves a problem existing
  57.      since the early MODEM7 days which has never been corrected.  When
  58.      copying to disk in the terminal mode, if the disk fills, the pro-
  59.      gram says it is saving as much of the copy as it can.  It then
  60.      closes the file - only it was closing the file normally used for
  61.      file transfers.  The following patch corrects both problems.  As
  62.      they only recently came to my attention, it is obvious the typical
  63.      user (including me!) has never run into either problem.
  64.  
  65. ------------------------------------------------------------------------
  66.  
  67.       MAKING THE CHANGES:  Use DDT.COM - or SID.COM in
  68.       the following manner.  The column on the right is
  69.       is what the operator enters, the column on the
  70.           left is what is currently in the program.  Where
  71.           you see "xx" it makes no difference what is there
  72.           now as that is an unused area bewteen the end of
  73.           the dialing routines and the telephone library.
  74.       (We store our little patches in that unused area.)
  75.  
  76. ------------------------------------------------------------------------
  77.  
  78.       THIS IS THE CHANGE FOR "DISK-FULL WHEN IN ASCII
  79.       CAPTURE MODE.  EVERYBODY NEEDS THIS ONE, NEARLY
  80.       EVERYBODY WILL NEED THE FOLLOWING ONE AS WELL,
  81.       FOR ALTERNATE DIALING.  READ THE NOTE FIRST, FOR
  82.       THAT SECTION.
  83.  
  84.  
  85. A>DDT MDM730.COM    <DDT calls up the original file
  86. DDT VERS 2.2
  87. NEXT  PC
  88. 4A00 0100
  89. -S0DC5
  90. 0DC5 xx CD
  91. 0DC6 xx 6C
  92. 0DC7 xx 47
  93. 0DC8 xx C3
  94. 0DC9 xx 26
  95. 0DCA xx 21
  96. 0DCB xx .
  97. -S210D            <the operator enters this line
  98. 210D 1E C5
  99. 210E 21 0D
  100. 210F EB .
  101. -S214F            <the operator enters this line
  102. 214F E7 6C
  103. 2150 22 47
  104. 2151 CD .
  105.  
  106.        THIS IS THE ALTERNATE LONG DISTANCE DIALING CHANGE
  107.        FOR 'SPRINT', 'MCI', ETC. USERS.  CHECK THE BYTES
  108.        TO SEE IF THEY MATCH OK, IF NOT, YOU MAY BE USING
  109.        A SPECIAL OVERLAY THAT EXTENDS INTO THE DIALING
  110.        AREA, SUCH AS THE MICROMODEM 100, MICROMODEM ][,
  111.        RACAL-VADIC, NOVATION, ETC.  IF THE BYTES DO NOT
  112.        MATCH, DO NOT ATTEMPT TO USE THIS CHANGE.
  113.  
  114. -S0DC0            <the operator enters this line
  115. 0DC0 xx CD
  116. 0DC1 xx 9D
  117. 0DC2 xx 2B
  118. 0DC3 xx E1
  119. 0DC4 xx C9
  120. -0807            <the operator enters this line
  121. 0807 1F 20
  122. 0808 08 .
  123. -S0819            <the operator enters this line
  124. 0819 CA C2
  125. 081A 99 03
  126. 081B 07 08
  127. 081C C3 E1
  128. 081D 03 C3
  129. 081E 08 99
  130. 081F 3E 07
  131. 0820 20 3E
  132. 0821 CD 20
  133. 0822 9D 47
  134. 0823 2B C3
  135. 0824 E1 C0
  136. 0825 C9 0D
  137. 0826 3A .
  138.  
  139. -G0            <returns to CP/M command mode
  140.  
  141. A>SAVE 73 MDM730.COM    <now have an updated file
  142.  
  143.  1-May-84 09:18:31-MDT,2601;000000000000
  144. Return-Path: <info-cpm-request@AMSAA.ARPA>
  145. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 1 May 84 09:18:20-MDT
  146. Received: From brl.arpa.ARPA by AMSAA via smtp;  1 May 84 10:17 EDT
  147. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  1 May 84 8:10 EDT
  148. Received: from Usenet.uucp by sri-unix.uucp with rs232; 1 May 84 4:57-PDT
  149. Date: 24 Apr 84 15:10:00-PST (Tue)
  150. To: info-cpm@Brl-Aos.ARPA
  151. From: pur-ee!uiucdcs!ea!mwm@Ucb-Vax.ARPA
  152. Subject: Re: 8086 co-processors for CPM80
  153. Article-I.D.: ea.7800005
  154. In-Reply-To: Article <12313@sri-arpa.UUCP>
  155.  
  156. Not being able to reply to the ARPA-Net (and it's my fault - I have to fix
  157. the sendmail tables....), here we go:
  158.  
  159. First, I have nothing but praise for the HSC hardware. It works exactly as
  160. advertized. It took less than 15 minutes to install. The z80 runs sits on a
  161. short (~2 in) cable from the old socket. I've had no problems with that.
  162. Doing the I/O through the z80 does make it slower. I can tell the
  163. difference in typing a file on the z80 versus the 68000 (yes, I got the
  164. 68000 version). However, this is part of the cost of getting a 16-bit
  165. system for cheap. Given the Intersystems caching BIOS (I'm running an II
  166. MPU-II with 160K), the result is acceptable. This system does output lots
  167. of RFI. The fix for that is in the works. It's nothing more than a shielded
  168. cable, so I don't think there's anything to worry about. This may not be a
  169. problem for you, though.
  170.  
  171. I've have the 68000 version, so I can't vouch for their MS-DOS
  172. implementation.  The software isn't quite as good as the hardware. Most
  173. noticeably, the BIOS looses disk directories if you have a high performance
  174. BIOS (like the II BIOS. sigh). The fix is supposedly out, but I haven't
  175. seen it. Their are several other problems in the software. All the ones I
  176. know of are supposed to be fixed in the version I haven't seen (I'm going
  177. to call them tomorrow.  I'll post the results).
  178.  
  179. I've been impressed by their response to customer my problems. The first
  180. set of software they sent me had a bum disk. Ditto for the next *two*
  181. replacement disks. They sent me - quickly - replacements each time. I
  182. complained about the RFI problem, and they sent me the parts I requested
  183. for a fix.
  184.  
  185. All in all, I'm impressed by the system. It's a very cost-effective way to
  186. get into 16-bit systems. One of the nicest features is that you can still
  187. use all your 8-bit software without having to support two systems (space,
  188. power, disks, etc). CP/M-68K has problems, but my old DDSS disks work like
  189. a charm. Highly unlikely if I'd bought a new system.
  190.  
  191.     <mike
  192.  1-May-84 09:21:38-MDT,745;000000000000
  193. Return-Path: <info-cpm-request@AMSAA.ARPA>
  194. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 1 May 84 09:21:32-MDT
  195. Received: From brl.arpa.ARPA by AMSAA via smtp;  1 May 84 10:28 EDT
  196. Received: From mit-mc.arpa.ARPA by BRL-AOS via smtp;  1 May 84 10:26 EDT
  197. Date: Tue, 1 May 1984  10:20 EDT
  198. Message-ID: <EB.12011856816.BABYL@MIT-OZ>
  199. From: EB%MIT-OZ@MIT-MC.ARPA
  200. To:   Bruce Hawkins <bhawkins%umass-cs.csnet@CSNET-RELAY.ARPA>
  201. Subject: Ribbon re-inkers
  202. CC:   info-cpm@BRL.ARPA, info-micro@BRL.ARPA
  203. In-reply-to: Msg of 30 Apr 1984  22:29-EDT from Bruce Hawkins <bhawkins%umass-cs.csnet at csnet-relay.arpa>
  204.  
  205.  
  206.     I have been using a "Mac Inker" for about nine months.  I have had
  207. no problems with it and have been very satisfied.
  208.  
  209.  
  210.  1-May-84 18:33:43-MDT,3082;000000000000
  211. Return-Path: <info-cpm-request@AMSAA.ARPA>
  212. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 1 May 84 18:33:30-MDT
  213. Received: From brl.arpa.ARPA by AMSAA via smtp;  1 May 84 20:07 EDT
  214. Received: From ut-ngp.arpa.ARPA by BRL-AOS via smtp;  1 May 84 20:09 EDT
  215. From: vomlehn <vomlehn@ut-ngp.ARPA>
  216. Posted-Date: Tue,  1 May 84 19:08:05 CDT
  217. Message-Id: <8405020008.AA13032@ut-ngp.ARPA>
  218. Received: by ut-ngp.ARPA (4.22/4.22)
  219.     id AA13032; Tue, 1 May 84 19:08:54 cdt
  220. Date: Tue,  1 May 84 19:08:05 CDT
  221. To: info-cpm@brl.ARPA
  222. Subject: Aztec CII version 1.06 released
  223.  
  224. I got version 1.06 of Aztec CII for CP/M-80 recently and finally got
  225. it installed.  There are some unexpected things on the release disk.
  226. First, there is no source library.  I don't mind this since I am paying
  227. Manx to fix the thing; I don't want to spend any time on it myself.
  228. Second, there is no separate Z-80 library, though there is a separate
  229. Z-80 compiler.  I called the people at Manx and was told that there
  230. is only one library.  The code appropriate to the processor you want is
  231. automatically selected.  I didn't remember to ask at what level this was
  232. done, so I don't know if it is determined by how you compiled the main
  233. program, a minimization of processor across all of the compiled files
  234. (i.e., if you compile any routine with the 8080 compiler it uses the 8080
  235. library routines) or whether it figures out which type of processor is running
  236. the linker and links in the routines for that processor.  Third, all of
  237. the #include files (i.e., the ones ending in .h) are in an archive file.
  238. There is a program which you run (called arcv.com or something like that)
  239. to extract them.  The archive file is the only file whose name with .arc
  240. on the disk.
  241.  
  242. Impressions:  They have added MANY more routines to the library.  Such
  243. useful goodies as setjmp/longjmp, qsort (for a quicksort routine),
  244. execl/exec (runs a new program with the given name), memory allocation
  245. routines that allow you to free storage as well as allocating it and
  246. many more.  All the bugs I know of were fixed, including the most annoying
  247. feature it had of flushing the disk buffer each time it wrote a character
  248. to sdtout when it was redirected to a disk file.  This means that
  249.  
  250. prog >prog.out
  251.  
  252. doesn't take forever to work.  The manual was rewritten and is much improved.
  253. They adopted the UNIX style of manual pages, which is much better than the
  254. rather haphazard way they were doing things.  The code generated is somewhat
  255. smaller, but not very much and the compiler, assembler and linker run only
  256. slightly faster.  I wish that the Manx people knew enough about code generation
  257. and optimization to produce really good code, but that is a problem shared
  258. with most C compilers.  Excluding that wish, the new C is much improved.  If
  259. you didn't know whether you should get the update service, do, the new version
  260. is worth it.  As you would hope, my only association with Manx Software is
  261. that I use their product.
  262.  
  263. David M. VomLehn
  264. ARPA:    vomlehn@ut-ngp
  265. USERNET: ...decvax!ihnp4!ut-ngp!vomlehn
  266.  
  267.  1-May-84 22:35:37-MDT,5594;000000000000
  268. Return-Path: <info-cpm-request@AMSAA.ARPA>
  269. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 1 May 84 22:35:17-MDT
  270. Received: From usc-isid.arpa.ARPA by AMSAA via smtp;  2 May 84 0:04 EDT
  271. Date: 2 May 1984 00:05-EDT
  272. Sender: ABN.COSCOM-CE@Usc-Isid.ARPA
  273. Subject: ATARI CPM SYSTEM-ATR 8000
  274. From: ABN.COSCOM-CE@Usc-Isid.ARPA
  275. To: INFO-MICRO@Brl.ARPA, INFO-CPM@Amsaa.ARPA
  276. Message-ID: <[USC-ISID] 2-May-84 00:05:37.ABN.COSCOM-CE>
  277.  
  278. The following is a review of a CPM 80 system called ATR8000 and made by a
  279. company called SWP (Software Publishing).  The ATR8000 allows the heretofore
  280. left out Atari user acces to the CPM 80 and 86 world.  The Atari computer is
  281. hooked up as normal except that the ATR8000 is connected in the same position
  282. that the Atari 850 interface box would go i.e. between the computer and all
  283. periperals.  The 850 box is no longer used (similar in use to the vestigial
  284. human tail bone now) and the ATR8000 serves as the Atari interface box now.
  285. The system can operate in two modes: as a CPM 80 machine or as a normal Atari
  286. machine.  I will discuss both systems.
  287.  
  288. When used in the Atari mode, the ATR8000 becomes a super-interface box.  The
  289. ATR8000 has 1 serial port, 1 parallel port, a standard 25 line disk drive
  290. interface port, an Atari connector for Atari to ATR8000 connection and an
  291. Atari connector for ATR8000 to Atari type disk drives.  SWP sells a new DOS
  292. called MYDOS which will handle single, Atari double, and true double density
  293. disks on Atari drives.  MYDOS will also allow the connection of just about any
  294. type of drive to the ATR8000 25 conductor drive port and allow Atari files to
  295. be stored on those drives (I am using an IBM PC compatible DDDS drive).  The
  296. drives can be configured in any order and even the IBM drive can be used to
  297. boot Atari self booting disks.  The parallel and serial port can both be used
  298. for printers.  The serial port can be used for computer to computer or modem
  299. connection.  The standard disk port can be used to connect up any 5 1/4 or 8"
  300. drive that uses a standard 25 conductor bus.  Up to 4 drives can be hooked up
  301. to this port.  The Atari connector port can be used to do normal Atari
  302. periperal daisey chaining just as the 850 would be used.  While in the Atari
  303. mode the ATR8000 buffers all output using whatever memory is on the system.
  304. So it serves as both a disk and printer buffer thereby freeing the Atari
  305. system of that I/O wait.  
  306.  
  307. In the CPM 80 mode the ATR8000 is a 64k Z 80 CPM machine.  The CPM capable
  308. system must be purchased with the maxed out 64k memory option (16k machines
  309. for Atari interface use only are available).  The 64k system comes with CPM 80
  310. 2.2 and a few utilities.  One benny is that it comes with a tailored XMODEM
  311. program for simple dumb terminal modem use.  The CPM system does not come with
  312. MBASIC hawever (bummer!).  Other included code: CBIOS.ASM, BIOS.ASM, ASM.COM,
  313. ED.COM, STAT.COM, DUMP.ASM, DUMP.COM, LOAD.COM, MODEM.COM, SUBMIT.COM,
  314. XSUBMIT.COM, DISKDEF.COM (FOR READING OTHER MICRO DISK FORMATS), SYSGEN.COM,
  315. DDSYSGEN.COM, DDINIT.COM, and a few others I can't recall now.  The CPM system
  316. also comes with an Atari bootable program that lets the Atari display two 40
  317. column windows for a total 80 column display.  As an option, SWP will sell you
  318. an Atari bootable program which will put a full 80 columns on a monitor
  319. connected to the Atari.  In the CPM mode you must have a standard disk drive
  320. of some sort to boot the double density CPM system disk.  The Atari drive
  321. cannot be used to boot CPM.  So far the CPM seems to be fairly generic and
  322. modifiable.  As an aside the SWP ATR8000  CPM system does not have to use an
  323. Atari at all.  Inside the box are jumpers to allow the system to be used with
  324. a terminal as the keyboard and screen instead of the Atari.  I have hooked up
  325. an ADDS Regent 100 I have and it works perfectly.  They recommend something
  326. that is similar to an ADM3.  So this system is not only for Atari users.  Like
  327. the Atari mode all the interfaces are the same with the terminal (if used)
  328. being hooked up at the Atari connector with an Atari to RS232 cable SWP will
  329. sell you.  
  330.  
  331. Finally, there is a third system which I do not have.  SWP will sell you an
  332. ATR8000 add on board which will turn the 64k CPM 80  system into a 256k MS DOS
  333. or CPM 86 system.  This board is called the CO-Power 86 and uses the Intel
  334. 8086 I believe.  The add on board allows the CPM 80 system to still be used.
  335. The board comes with MS DOS.  CPM 86 is an option for an extra fee.
  336.  
  337. Little points of interest: they processed my order in about 2 1/2 weeks and
  338. the system was well packed.  The documentation for set up and insallation is
  339. fairly good.  The tecnical information and CPM documentation is lacking.
  340. There is no CPM manual.  Only a few of the CPM routines are explained.  They
  341. readily answered technical questions on the phone and appeared knowledgeable
  342. in helping me when my IBM drive wouldn't address properly.
  343.  
  344. Here are some general prices:
  345.  
  346.         16k ATR8000....         $330.00
  347.         64k ATR8000 w/CPM...    $430.00
  348.         80 Column Pgm...        $30.00
  349.         Terminal cable...       $30.00
  350.         Disk Drive cable...     $30.00
  351.         MYDOS Pgm...            $30.00
  352.         Co-Power 86 Board
  353.                 w/128k, MS DOS  $400.00
  354.         Co-Power 86 Board
  355.                 w/256k, MS DOS  $500.00
  356.  
  357.  
  358. I will be glad to answer any questions.  The system is a real bargain in my
  359. opinion.  So far it has performed perfectly.
  360.  
  361.  
  362. Kevin Rappold
  363. 1LT  GS
  364. 1st COSCOM
  365. <ABN.COSCOM-CE>@ISID.ARPA
  366.  2-May-84 03:16:56-MDT,972;000000000000
  367. Return-Path: <info-cpm-request@AMSAA.ARPA>
  368. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 2 May 84 03:16:52-MDT
  369. Received: From brl.arpa.ARPA by AMSAA via smtp;  2 May 84 4:45 EDT
  370. Received: From mit-mc.arpa.ARPA by BRL-AOS via smtp;  2 May 84 4:46 EDT
  371. Date: 2 May 1984 04:44-EDT
  372. From: Jerry E. Pournelle <POURNE@Mit-Mc.ARPA>
  373. Subject:  Ribbon re-inkers
  374. To: EB@mit-oz
  375. cc: bhawkins%umass-cs.csnet@Csnet-Relay.ARPA, info-cpm@Brl-Aos.ARPA, 
  376.     info-micro@Brl-Aos.ARPA
  377. In-reply-to: Msg of Tue 1 May 1984  10:20 EDT from EB%MIT-OZ at MIT-MC.ARPA
  378.  
  379. I also have one and it is very good.  It works.
  380.  
  381.     Date: Tue, 1 May 1984  10:20 EDT
  382.     From: EB%MIT-OZ at MIT-MC.ARPA
  383.     To:   Bruce Hawkins <bhawkins%umass-cs.csnet at CSNET-RELAY.ARPA>
  384.     cc:   info-cpm at BRL.ARPA, info-micro at BRL.ARPA
  385.     Re:   Ribbon re-inkers
  386.  
  387.         I have been using a "Mac Inker" for about nine months.  I have had
  388.     no problems with it and have been very satisfied.
  389.  
  390.  2-May-84 03:24:08-MDT,573;000000000000
  391. Return-Path: <info-cpm-request@AMSAA.ARPA>
  392. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 2 May 84 03:24:05-MDT
  393. Received: From brl.arpa.ARPA by AMSAA via smtp;  2 May 84 5:05 EDT
  394. Received: From mit-mc.arpa.ARPA by BRL-AOS via smtp;  2 May 84 5:05 EDT
  395. Date: 2 May 1984 04:59-EDT
  396. From: Jerry E. Pournelle <POURNE@Mit-Mc.ARPA>
  397. Subject:  Applicard Review
  398. To: Boebert@Mit-Multics.ARPA
  399. cc: info-apple@Brl-Aos.ARPA, info-cpm@Brl-Aos.ARPA
  400. In-reply-to: Msg of Thu 26 Apr 84 10:17 EST from Boebert at MIT-MULTICS.ARPA
  401.  
  402. we are also happy with the new dri goldcard.
  403.  
  404.  2-May-84 03:55:59-MDT,2383;000000000000
  405. Return-Path: <info-cpm-request@AMSAA.ARPA>
  406. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 2 May 84 03:55:50-MDT
  407. Received: From brl.arpa.ARPA by AMSAA via smtp;  2 May 84 5:36 EDT
  408. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  2 May 84 5:34 EDT
  409. Received: from Usenet.uucp by sri-unix.uucp with rs232; 2 May 84 2:18-PDT
  410. Date: 27 Apr 84 10:32:14-PST (Fri)
  411. To: info-cpm@Brl-Aos.ARPA
  412. From: ihnp4!ihuxx!ignatz@Ucb-Vax.ARPA
  413. Subject: Ha, Ha, gee, you're sure funny, MicroPro...
  414. Article-I.D.: ihuxx.731
  415.  
  416. I just received my WordStar and MailMerge 3.30 updates from MicroPro
  417. for my Osborne-1.  In a not unreasonable assumption, they decided
  418. on distribution to put those line status flags in column 80.  Trouble
  419. is, the O-1 with the screenpack goes all the way to column 108. 
  420. Now, in the old 3.0 WordStar, I'd patched the value to move them
  421. out of the way, but this is a new ball game--the old patcher is gone
  422. from the install, and the addresses are different. So, in a kind of
  423. desultory, not-expecting-success kind of way, I decided to poke at
  424. the bottom of the WordStar disk image with DUU and see if I could
  425. recognize the patch area; but I was auto-incrementing, and went just
  426. two sectors too far, and fell into the wsovly1.ovr overlay.  And
  427. guess what I saw there...
  428.  
  429. 00  C300000D 0A434F50  59524947 48542028  *C....COPYRIGHT (*
  430. 10  43292031 3938332C  204D6963 726F5072  *C) 1983, MicroPr*
  431. 20  6F20496E 7465726E  6174696F 6E616C20  *o International *
  432. 30  436F7270 6F726174  696F6E2E 0D0A416C  *Corporation...Al*
  433. 40  6C207269 67687473  20726573 65727665  *l rights reserve*
  434. 50  642E0D0A 0A576F72  64537461 72207265  *d....WordStar re*
  435. 60  6C656173 6520332E  33302020 6F766572  *lease 3.30  over*
  436. 70  6C617920 66696C65  206E756D 62657220  *lay file number *
  437.  
  438. +
  439. G=17:01,  T=7, S=26, PS=25
  440. 00  312E0D0A 1A4E4F53  45592C20 4152454E  *1....NOSEY, AREN*
  441. 10  27542059 4f553f00  00000000 00000000  *'T YOU?.........*
  442. 20  00000000 00000000  00000000 00000000  *................*
  443. 30  00000000 00000000  00000000 00000000  *................*
  444. 40  00000000 00000000  00000000 00000000  *................*
  445. 50  00000000 00000000  00000000 00000000  *................*
  446. 60  00000000 00000000  00000000 00000000  *................*
  447. 70  00000000 00000000  00000000 00000000  *................*
  448.  
  449.  
  450.                         Cute.
  451.  
  452.                             Dave Ihnat
  453.                             ihuxx!ignatz
  454.  2-May-84 07:38:07-MDT,974;000000000000
  455. Return-Path: <info-cpm-request@AMSAA.ARPA>
  456. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 2 May 84 07:38:02-MDT
  457. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  2 May 84 8:58 EDT
  458. Date: 2 May 1984  06:59 MDT (Wed)
  459. Message-ID: <KPETERSEN.12012104318.BABYL@SIMTEL20>
  460. Sender: KPETERSEN@Simtel20.ARPA
  461. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  462. To:   Info-Cpm@Amsaa.ARPA
  463. Subject: SETIDS.ASM Prism/Microprisom program available
  464.  
  465. Thanks to Bob Bloom <bbloom@Brl-Mis> we now have SETIDS.ASM available
  466. on SIMTEL20, in the MICRO:<CPM.GENASM> directory.
  467.  
  468. Here's a short explanation of what it does:
  469.  
  470. setids.asm (version 1.4a) - developed from Irv Hoff's setmx, this program
  471. allows the user to quickly set up the IDS prism or microprism printer.
  472. (probably will work for the paper tiger too.)  The menu selections include
  473. pitch selection, normal/enhanced, draft/"NLQ", proportional/fixed,
  474. page skip (top+bottom margins), left/right margins, graphics toggle.
  475.  2-May-84 11:55:34-MDT,3761;000000000000
  476. Return-Path: <info-cpm-request@AMSAA.ARPA>
  477. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 2 May 84 11:55:20-MDT
  478. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  2 May 84 13:13 EDT
  479. Date: 2 May 1984  11:14 MDT (Wed)
  480. Message-ID: <KPETERSEN.12012150654.BABYL@SIMTEL20>
  481. Sender: KPETERSEN@Simtel20.ARPA
  482. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  483. To:   Info-Cpm@Amsaa.ARPA
  484. Subject: BYE3-22 modem remote console program available
  485.  
  486. BYE-3, the remote console program that allows modem callers to use
  487. your system, has been updated to BYE3-22.  It is now available, along
  488. with updated overlays, on SIMTEL20 in the MICRO:<CPM.BYE3> directory.
  489. Here's the .INF file that tells what's available:
  490.  
  491. TOPIC    : BYE3-22 inserts currently available
  492. FROM    : IRV HOFF W6FFC    
  493. DATE    : 14 APR 84
  494.  
  495.     THE FOLLOWING LIST OF INSERTS WILL ADAPT TO
  496.     THE BYE3-22 PROGRAM USED FOR REMOTE CP/M OP-
  497.     ERATION.  (THE LIST WAS MADE BY PAUL TRAINA.)
  498.     THE PROGRAM SUPPORTS NUMEROUS DIFFERENT TYPES
  499.     OF DUMB, INTELLIGENT AND HAYES-COMPATIBLE MO-
  500.     DEMS.
  501.  
  502. BYE3-22.ASM   Source code file needed for any of the inserts below.
  503.  
  504. B3ACAT-4.ASM  Apple II with Novation Apple-Cat modem card
  505. B3APMN-5.ASM  Apple II with Mountain CPS serial card and external modem
  506. B3APPL-3.FIX  Apple comuters use a non-standard CCP length; how to fix
  507. B3COMP-4.ASM  CompuPro Interfacer 3 or 4, System Support 1 systems
  508. B3DATA-4.ASM  Datapoint insert (8251A and CTC timer to set baud rates)
  509. B3DCH-4.ASM   Apple II with Hayes Micromodem 100 or 80-103 modem card
  510. B3HZ10-4.ASM  Heath/Zenith -100 series (2661B at 4.9 MHz.)
  511. B3HZ89-4.ASM  Heath/Zenith H89 (8250 I/O at 2 MHz.)
  512. B3KPRO-5.ASM  KayPro (Zilog SIO)
  513. B3LBD-4.ASM   AMPRO "little board" with Zilog Dart I/O and CTC baud rate
  514. B3MMII-4.ASM  Apple II with Hayes Micromodem II card
  515. B3OSCP-4.ASM  Osborne OS-1 with COMM-PAC internal modem (300 baud only)
  516. B3PMMI-4.ASM  PMMI S-100 plug in modem board
  517. B3SIO-4.ASM   Zilog SIO insert with CTC timer to set baud rates
  518. B3SM51-4.ASM  Hayes Smartmodem extended insert (for 8251 I/O)
  519. B3T802-4.ASM  TeleVideo TS-802 with external modem
  520. B3TRS-4.ASM   Radio Shack TRS-80 model III
  521.  
  522. B3CERM+1.ASM  Cermetek Infomate 212a external modem insert.
  523.           (this does for the Cermetek what the Smartmodem module
  524.         in BYE3-22 does).
  525.  
  526.           (Others will be added as they become available.)
  527.  
  528. Here's the list of files as they appear here at SIMTEL20.  Note that
  529. the Cermatec filename has a "P" substituted for the "+" (which is a
  530. reserved character under TOPS-20).
  531.  
  532. Filename            Type     Bytes     Sectors     CRC
  533.  
  534. Directory MICRO:<CPM.BYE3>
  535. B3ACAT-4.ASM.1            ASCII      6764   53 =  35H  9E6CH
  536. B3APMN-5.ASM.1            ASCII      6707   53 =  35H  C77BH
  537. B3APPL-3.FIX.1            ASCII       873    7 =   7H  2379H
  538. B3CERMP1.ASM.1            ASCII      4486   36 =  24H  EFC5H
  539. B3COMP-4.ASM.1            ASCII      9422   74 =  4AH  A10BH
  540. B3DATA-4.ASM.1            ASCII      6391   50 =  32H  ABFAH
  541. B3DCH-4.ASM.1            ASCII      5679   45 =  2DH  5737H
  542. B3HZ10-4.ASM.1            ASCII      4262   34 =  22H  9410H
  543. B3HZ89-4.ASM.1            ASCII      7275   57 =  39H  31F4H
  544. B3KPRO-5.ASM.1            ASCII      6490   51 =  33H  82F5H
  545. B3LBD-4.ASM.1            ASCII      7681   61 =  3DH  DD70H
  546. B3MMII-4.ASM.1            ASCII      6525   51 =  33H  26E9H
  547. B3OSCP-4.ASM.1            ASCII      6245   49 =  31H  C6E1H
  548. B3PMMI-4.ASM.1            ASCII      7137   56 =  38H  D54EH
  549. B3SIO-4.ASM.1            ASCII      6804   54 =  36H  CDB8H
  550. B3SM51-4.ASM.1            ASCII     19774  155 =  9BH  CF51H
  551. B3T802-4.ASM.1            ASCII      8182   64 =  40H  CF3FH
  552. B3TRS-4.ASM.1            ASCII      5577   44 =  2CH  02B9H
  553. BYE3-22.AQM.1            COM     44288  346 = 15AH  0FFCH
  554. BYE3-22.ASM.1            ASCII     68198  533 = 215H  08A1H
  555. BYE3-22.INF.1            ASCII      1657   13 =   DH  1406H
  556.  
  557. Also, for those who need the WHOLE package of all files:
  558. BYE3-22.LBR.1            COM    134144 1048 = 418H  E3E7H
  559.  
  560. --Keith
  561.  2-May-84 12:27:23-MDT,911;000000000000
  562. Return-Path: <info-cpm-request@AMSAA.ARPA>
  563. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 2 May 84 12:27:14-MDT
  564. Received: From lll-mfe.arpa.ARPA by AMSAA via smtp;  2 May 84 14:03 EDT
  565. Date: Wed, 2 May 84 11:01 PDT
  566. From: "Morton Jim"@LLL-MFE.ARPA
  567. Subject: NEED CPD DIAL CODE
  568. To: info-cpm@amsaa.arpa
  569.  
  570.  I have a Signalman Anchor modem, which used controlled pulse dialing. 
  571. This means that there is an RS-232 Pin which if i set the modem is "off hook"
  572. and if i reset the modem is "on hook". You dial a number by pulsing the 
  573. line hi and low for the appropriate number of times for each digit of the 
  574. phone number. 
  575.     I need a 8080 or z80 code to dial this modem, preferably one that is 
  576. compatible with mdm7whatever.  If there are no such codes, I will write one
  577. but would like to avoid re-coding the wheel so to speak.
  578.           Thanks in advance for any help,
  579.                 Jim Morton
  580.  3-May-84 06:39:02-MDT,804;000000000000
  581. Return-Path: <info-cpm-request@AMSAA.ARPA>
  582. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 3 May 84 06:38:58-MDT
  583. Received: From nalcon.arpa.ARPA by AMSAA via smtp;  3 May 84 8:17 EDT
  584. Received: by nalcon (4.12/4.7)
  585.     id AA00258; Thu, 3 May 84 08:19:06 edt
  586. Date: Thu, 3 May 84 08:19:06 edt
  587. From: Avrunin <avrunin@Nalcon.ARPA>
  588. Message-Id: <8405031219.AA00258@nalcon>
  589. To: "Morton, Jim"@LLL-MFE.ARPA, info-cpm@amsaa.ARPA
  590. Subject: Re:  NEED CPD DIAL CODE
  591.  
  592. The overlay for the apple ][ with Hayes micromodem ][ has a pulse dialing
  593. routine.  It gets a phone number from the input or library and goes on
  594. and off hook the appropriate number of times.  This should give you a 
  595. good start toward what you need.  It is overlay M7AQ-3.ASM  The dialing
  596. part is pretty obvious in it.
  597.  
  598. Larry AVrunin
  599.  3-May-84 07:24:18-MDT,6445;000000000000
  600. Return-Path: <info-cpm-request@AMSAA.ARPA>
  601. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 3 May 84 07:23:52-MDT
  602. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  3 May 84 8:38 EDT
  603. Date: 3 May 1984  06:41 MDT (Thu)
  604. Message-ID: <KPETERSEN.12012363120.BABYL@SIMTEL20>
  605. Sender: KPETERSEN@Simtel20.ARPA
  606. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  607. To:   Info-Cpm@Amsaa.ARPA
  608. Subject: BYE3-22 updated to BYE3-23 with some new overlays
  609.  
  610. BYE3-22 has been replaced by BYE3-23 and some new overlays have been
  611. added.  Don't dispair, there's a short .DIF file for those who got
  612. BYE3-22 after reading my annoucement yesterday.  Here's a short
  613. description of what's been changed in the most recent versions:
  614.  
  615. ;
  616. ; 04/30/84  Repaired two very obscure bugs which caused the COMFILE
  617. ;   v3-23   to be partially overwritten if a certain combination of
  618. ;        equates were set. (Sorry folks, I introduced the bug, I
  619. ;        hope none of you got caught-- look, you get what you pay
  620. ;        for...<grimace>)
  621. ;    ->  ALSO, changed Smartmodem routines to be more favorable
  622. ;        to USR S100 modems (and the Hayes jobbies).
  623. ;    ->  ALSO, removed PMMI equate because it is unnecessary
  624. ;        and also confusing.  If those baud rates do not exist,
  625. ;        they will not be tested for. (As defined by my specifications
  626. ;        for the modules (I wrote the specs when I wrote ByeII.)
  627. ;                    -- Paul Traina
  628. ;
  629. ; 04/14/84  Modified the LOSER routine to work better.    Included a PMMI
  630. ;   v3-22   modem equate making the 450, 600 and 710 bps choices avail-
  631. ;        able.  (If you want 450, set this equate YES and change the
  632. ;        external insert accordingly.)  Major refomatting - trying a
  633. ;        new idea this time - alphabetized most routines - isolating
  634. ;        and tagging them for easy location (a welcome improvement.)
  635. ;                    - Irv Hoff
  636. ;
  637. ; 04/11/84  Fixed the bug which prevented the distributed v3-20 version
  638. ;   v3-21   from working.  (A missing RET forced CONSTAT: to drop into
  639. ;        CONIN: whenever checking the console status.)  Added comment
  640. ;        about the Racal-Vadic triple modems which are now being used
  641. ;        by an increasing number of SYSOPs.
  642. ;                    - Irv Hoff
  643. ;
  644. ; 04/04/84  Re-wrote the code handling the inclusion of the Hayes Smart-
  645. ;   v3-20   modem routine.  There are now two separate equates, SMODEM
  646. ;        and IMODEM.  If you have a Hayes-compatible modem, then set
  647. ;        both equates to YES.  If you have a different type of intel-
  648. ;        ligent modem (i.e., Cermetek, Racal-Vadic, Rixon, etc.) then
  649. ;        set only IMODEM to YES.  Routines are already included for
  650. ;        the Hayes-compatible modems.  If using one of the other non-
  651. ;        Hayes compatible modems tack your intelligent modem routines
  652. ;        onto the end of your custom I/O routine.  For a further de-
  653. ;        Scription and example, see the external B3COMP-4.ASM insert.
  654. ;     -> Added CHGPATH: equate to change ZCPR2's path so that when in
  655. ;        in remote mode, 1 path is enabled, and when local, SYSOP has
  656. ;        has another command path enabled.
  657. ;     -> Fixed bug dealing with user areas in ZCPR2/ZCMD with USEZCPR
  658. ;     -> Also modified the Hayes Smartmodem routine.  Changed an OUT
  659. ;        DATAPORT to a CALL MDOUTP.    - Paul Traina
  660.  
  661. TOPIC    : BYE3-23 inserts currently available
  662. FROM    : KEITH PETERSEN, W8SDZ
  663. DATE    : 3 MAY 84
  664.  
  665. THE FOLLOWING LIST OF INSERTS WILL ADAPT TO THE BYE3-23 PROGRAM USED
  666. FOR REMOTE CP/M OPERATION.  THE PROGRAM SUPPORTS NUMEROUS DIFFERENT
  667. TYPES OF DUMB, INTELLIGENT AND HAYES-COMPATIBLE MODEMS.
  668.  
  669. BYE3-23.ASM   Source code file needed for any of the inserts below.
  670. BYE3-23.FIX   A one-character fix needed if CHGPATH is used.
  671.  
  672. B3ACAT-4.ASM  Apple II with Novation Apple-Cat modem card
  673. B3APMN-5.ASM  Apple II with Mountain CPS serial card and external modem
  674. B3APPL-3.FIX  Apple comuters use a non-standard CCP length; how to fix
  675. B3COMP-5.ASM  CompuPro Interfacer 3 or 4, System Support 1 systems
  676. B3DATA-4.ASM  Datapoint insert (8251A and CTC timer to set baud rates)
  677. B3DCH-4.ASM   Apple II with Hayes Micromodem 100 or 80-103 modem card
  678. B3HZ10-4.ASM  Heath/Zenith -100 series (2661B at 4.9 MHz.)
  679. B3HZ89-4.ASM  Heath/Zenith H89 (8250 I/O at 2 MHz.)
  680. B3KPRO-5.ASM  KayPro (Zilog SIO)
  681. B3LBD-4.ASM   AMPRO "little board" with Zilog Dart I/O and CTC baud rate
  682. B3MMII-4.ASM  Apple II with Hayes Micromodem II card
  683. B3OSCP-4.ASM  Osborne OS-1 with COMM-PAC internal modem (300 baud only)
  684. B3PMMI-4.ASM  PMMI S-100 plug in modem board
  685. B3SIO-4.ASM   Zilog SIO insert with CTC timer to set baud rates
  686. B3SM51-4.ASM  Hayes Smartmodem extended insert (for 8251 I/O)
  687. B3T802-4.ASM  TeleVideo TS-802 with external modem
  688. B3TRS-4.ASM   Radio Shack TRS-80 model III
  689. B3USR-1.ASM   U.S. Robotics internal S-100 modem
  690.  
  691. B3CERM+2.ASM  Cermetek Infomate 212a external modem insert.
  692.           (this does for the Cermetek what the Smartmodem module
  693.         in BYE3-23 does).
  694.  
  695.           (Others will be added as they become available.)
  696.  
  697. -----
  698. Here's a list of the files as they appear on SIMTEL20 (new files are
  699. marked with "*"):
  700.  
  701. Filename            Type     Bytes     Sectors     CRC
  702.  
  703. Directory MICRO:<CPM.BYE3>
  704. B3ACAT-4.ASM.1            ASCII      6764   53 =  35H  9E6CH
  705. B3APMN-5.ASM.1            ASCII      6707   53 =  35H  C77BH
  706. B3APPL-3.FIX.1            ASCII       873    7 =   7H  2379H
  707. B3CERMP2.ASM.1    *        ASCII      4455   35 =  23H  6DA1H
  708. B3COMP-5.ASM.1    *        ASCII      9415   74 =  4AH  D699H
  709. B3DATA-4.ASM.1            ASCII      6391   50 =  32H  ABFAH
  710. B3DCH-4.ASM.1            ASCII      5679   45 =  2DH  5737H
  711. B3HZ10-4.ASM.1            ASCII      4262   34 =  22H  9410H
  712. B3HZ89-4.ASM.1            ASCII      7275   57 =  39H  31F4H
  713. B3KPRO-5.ASM.1            ASCII      6490   51 =  33H  82F5H
  714. B3LBD-4.ASM.1            ASCII      7681   61 =  3DH  DD70H
  715. B3MMII-4.ASM.1            ASCII      6525   51 =  33H  26E9H
  716. B3OSCP-4.ASM.1            ASCII      6245   49 =  31H  C6E1H
  717. B3PMMI-4.ASM.1            ASCII      7137   56 =  38H  D54EH
  718. B3SIO-4.ASM.1            ASCII      6804   54 =  36H  CDB8H
  719. B3SM51-4.ASM.1            ASCII     19774  155 =  9BH  CF51H
  720. B3T802-4.ASM.1            ASCII      8182   64 =  40H  CF3FH
  721. B3TRS-4.ASM.1            ASCII      5577   44 =  2CH  02B9H
  722. B3USR-1.ASM.1    *        ASCII      7752   61 =  3DH  4A9AH
  723. BY3-2223.DIF.1    *        ASCII      3888   31 =  1FH  0E01H
  724. BYE3-23.AQM.1    *        COM     44160  345 = 159H  6A22H
  725. BYE3-23.ASM.1    *        ASCII     67753  530 = 212H  AEDAH
  726. BYE3-23.FIX.1    *        ASCII       853    7 =   7H  E0C4H
  727. BYE3-23.INF.1    *        ASCII      1714   14 =   EH  316BH
  728. BYE3-23.UPD.1    *        ASCII      2507   20 =  14H  287EH
  729.  
  730. Sorry, because of this update, the .LBR is no longer available on
  731. SIMTEL20.
  732. --Keith
  733.  3-May-84 07:35:30-MDT,715;000000000000
  734. Return-Path: <info-cpm-request@AMSAA.ARPA>
  735. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 3 May 84 07:35:25-MDT
  736. Received: From usc-isid.arpa.ARPA by AMSAA via smtp;  3 May 84 8:49 EDT
  737. Date: 3 May 1984 08:49-EDT
  738. Sender: ABN.COSCOM-CE@Usc-Isid.ARPA
  739. Subject: CORRECTION TO ATARI CPM SYSTEM-ATR8000 REVIEW
  740. From: ABN.COSCOM-CE@Usc-Isid.ARPA
  741. To: INFO-MICRO@Brl.ARPA, INFO-CPM@Amsaa.ARPA
  742. Message-ID: <[USC-ISID] 3-May-84 08:49:01.ABN.COSCOM-CE>
  743.  
  744. I incorrectly stated in my review of the SWP ATR8000, that the coprocessor
  745. board, Co-Power 88, uses the Intel 8086...it doesn't, it uses the normal 
  746. Intel  8088 chip.
  747.  
  748. Sorry about that.
  749.  
  750.    
  751. Kevin Rappold
  752. 1LT  GS
  753. 1st COSCOM
  754. <ABN.COSCOM-CE>@ISID.ARPA
  755.  3-May-84 07:52:38-MDT,745;000000000000
  756. Return-Path: <info-cpm-request@AMSAA.ARPA>
  757. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 3 May 84 07:52:32-MDT
  758. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  3 May 84 9:24 EDT
  759. Date: 3 May 1984  07:16 MDT (Thu)
  760. Message-ID: <KPETERSEN.12012369530.BABYL@SIMTEL20>
  761. Sender: KPETERSEN@Simtel20.ARPA
  762. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  763. To:   Info-Cpm@Amsaa.ARPA
  764. Subject: SIMTEL20 CP/M directory list update
  765.  
  766. MICRO:<CPM>CPM.CRCLST on SIMTEL20 (the file listing all the filenames,
  767. sizes and CRCs of the MICRO<CPM.xx> directories) has been updated as
  768. of today.  If you cannot FTP it, and you are not already on the list
  769. to receive it via netmail, send a note to W8SDZ@SIMTEL20 asking to be
  770. added to the list.
  771.  
  772. --Keith
  773.  3-May-84 13:25:49-MDT,864;000000000000
  774. Return-Path: <info-cpm-request@AMSAA.ARPA>
  775. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 3 May 84 13:25:39-MDT
  776. Received: From brl.arpa.ARPA by AMSAA via smtp;  3 May 84 14:48 EDT
  777. Received: From yale.arpa.ARPA by BRL-AOS via smtp;  3 May 84 14:45 EDT
  778. Received: by YALE-BULLDOG via CHAOS; Thu, 3 May 84 12:30:25 EDT
  779. Received: from YALE-ZOO by YALE-RES via CHAOS; Thu, 3 May 84 12:20:40 EDT
  780. Subject: Want to hear your comments on C compilers
  781. Date: Thu, 3 May 84 12:20:42 EDT
  782. From: Duncan Wong <Wong-Duncan@YALE.ARPA>
  783. To: info-cpm@BRL-AOS.ARPA
  784.  
  785.         I would like to hear about your experience with different C compilers
  786.     for CP/M machines.  There are many out on the market, all claiming full
  787.     K&R implementation, ultimate speed, and good code generation.  Who's
  788.     telling the truth.
  789.  
  790.     ------ Duncan Wong  <Wong-Duncan@yale-comix>
  791.  4-May-84 02:11:50-MDT,1184;000000000000
  792. Return-Path: <info-cpm-request@AMSAA.ARPA>
  793. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 4 May 84 02:11:46-MDT
  794. Received: From xerox.arpa.ARPA by AMSAA via smtp;  4 May 84 3:43 EDT
  795. Received: from Concord.ms by ArpaGateway.ms ; 03 MAY 84 10:53:54 PDT
  796. Date: 3 May 84 10:46:51 PDT (Thursday)
  797. From: Bicer.ES@XEROX.ARPA
  798. Subject: 68K board for sale
  799. To: XeroxInfo-CPM^.wbst@XEROX.ARPA
  800. cc: 68000Interest^.wbst@XEROX.ARPA, Info-Cpm@AMSAA.ARPA, Bicer.ES@XEROX.ARPA
  801. Reply-To: Bicer.ES@XEROX.ARPA
  802.  
  803. I have a Compupro 68000 board (CSC 10MegHz, IEEE-696 specs), used only
  804. two 
  805. weeks (project cancelled). Also included are: CP/M 68K operating system
  806. with
  807. Assembler, Debugger and C compiler, as well as the Mince 68K full screen
  808. text
  809. editor. The software (bios) is configured for Compupro Disk I, System
  810. Support
  811. or Interfacer 4, and minimum of 128K ram. Also a complete Forth
  812. developement package with a Forth operating system. The software
  813. includes the manuals.
  814.  
  815. I will accept one of the following in return:
  816.   1 - Cash: $950.  (U.S. currency only)
  817.   2 - Compupro Mdrive/H
  818.   3 - A hard disk sytem for Compupro
  819.   4 - IEEE-696 fast memory (preferably Compupro)
  820.   
  821.   
  822.  4-May-84 03:04:23-MDT,2060;000000000000
  823. Return-Path: <info-cpm-request@AMSAA.ARPA>
  824. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 4 May 84 03:04:16-MDT
  825. Received: From brl.arpa.ARPA by AMSAA via smtp;  4 May 84 4:33 EDT
  826. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  4 May 84 4:31 EDT
  827. Received: from Usenet.uucp by sri-unix.uucp with rs232; 4 May 84 1:12-PDT
  828. Date: 7 May 84 11:04:01-EDT (Mon)
  829. To: info-cpm@Brl-Aos.ARPA
  830. From:  ihnp4!houxm!hogpc!houti!ariel!vax135!ukc!west44!westcsr!phil@Ucb-Vax.ARPA
  831. Subject: C/80 C Compiler (Unix Compatible Library)
  832. Article-I.D.: westcsr.127
  833.  
  834. <>
  835.     Regarding the recent comments on the various C compilers available for
  836. CP/M-80, I agree that C/80 is generally good but suffers from an inadequate
  837. library (especially the printf bug). Consequently, some time ago, I started to
  838. write a new one - to be compatible with the standard Unix library. This is now
  839. done with the exception of float related functions (and I'll do that lot in
  840. the summer).
  841.  
  842.     What I want to know is: Is there sufficient interest in it for me to
  843. re-package and distribute it (for a nominal sum to cover disk, carriage etc.) ?
  844. If anyone is interested could they mail me, if there is enough response I'll
  845. post details on the net of how to get it.
  846.  
  847.     Here are a few details:
  848.  
  849.         - needs Z80, CP/M 2.2 and M80/L80
  850.         - approx. ninety functions and system variables
  851.         - printf works properly (with a simple patch to the compiler)
  852.         - limited form of stty
  853.         - proper lseek, set/longjmp and malloc/free
  854.         - command line parser supports >>
  855.         - separate CP/M library to allow direct access to BDOS
  856.         - can alter device drivers at run time
  857.  
  858.     Now a quick wish-list. Does there exist, or does anybody fancy writing,
  859. an assembler/linker tailored to the C/80 compiler? For instance, with some sort
  860. of optimiser, that would follow the same rules concerning variable names as
  861. C/80, that would be automatically loaded from C/80. Just a thought.
  862.  
  863.                 Phil Thompson
  864.  
  865. Dept. of Computer Science
  866. Westfield College
  867. Kidderpore Ave.
  868. Hampstead
  869. London NW3 7ST
  870. England
  871.  4-May-84 09:15:49-MDT,854;000000000000
  872. Return-Path: <info-cpm-request@AMSAA.ARPA>
  873. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 4 May 84 09:15:43-MDT
  874. Received: From usc-isid.arpa.ARPA by AMSAA via smtp;  4 May 84 10:34 EDT
  875. Date: 4 May 1984 10:37-EDT
  876. Sender: ABN.COSCOM-CE@Usc-Isid.ARPA
  877. Subject: WORD PROCESSOR IN PUBLIC DOMAIN?
  878. From: ABN.COSCOM-CE@Usc-Isid.ARPA
  879. To: INFO-CPM@Amsaa.ARPA
  880. Message-ID: <[USC-ISID] 4-May-84 10:37:35.ABN.COSCOM-CE>
  881.  
  882. I am a new owner of a CPM 2.2 machine.  I am already looking for  a replacement
  883. to ED.COM.  In the <CPM> and <CPMUG> directories there are numerous text
  884. editors and word processors.  Does anybody have any recommendations from among 
  885. these?  I particularly need something that will read | a file that is bigger 
  886. than memory by paging.  
  887.  
  888. Thanks in advance.
  889.  
  890.    
  891. Kevin Rappold
  892. 1LT  GS
  893. 1st COSCOM
  894. <ABN.COSCOM-CE>@ISID.ARPA
  895.  4-May-84 11:56:00-MDT,1490;000000000000
  896. Return-Path: <info-cpm-request@AMSAA.ARPA>
  897. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 4 May 84 11:55:48-MDT
  898. Received: From brl.arpa.ARPA by AMSAA via smtp;  4 May 84 13:11 EDT
  899. Received: From ucb-vax.arpa.ARPA by BRL-AOS via smtp;  4 May 84 13:06 EDT
  900. Received: from ucbjade.CC.Berkeley.ARPA (ucbjade.ARPA) by UCB-VAX.ARPA (4.24/4.27)
  901.     id AA21936; Fri, 4 May 84 10:03:50 pdt
  902. Received: from ucbopal.CC.Berkeley.ARPA by ucbjade.CC.Berkeley.ARPA
  903.     (4.14.3/4.16) id AA25025; Fri, 4 May 84 10:04:02 pdt
  904. Received: by ucbopal.CC.Berkeley.ARPA
  905.     (4.14/4.16) id AA25762; Fri, 4 May 84 10:03:27 pdt
  906. Date: Fri, 4 May 84 10:03:27 pdt
  907. From: William C. Wells <wcwells%ucbopal.CC@Ucb-Vax.ARPA>
  908. Message-Id: <8405041703.AA25762@ucbopal.CC.Berkeley.ARPA>
  909. To: sdcsvax!bmcg!asgb!rob@Ucb-Vax.ARPA
  910. Subject: Re: SIMTEL help (SIMTELP?..yuk)
  911. Cc: info-cpm@Brl-Aos.ARPA
  912.  
  913. You must be on a host conected to one of the Internet networks (eg.
  914. ARPANET, MILNET, etc.) to access files in the CPM program library on
  915. the SIMTEL20 system. The CPM program library on SIMTEL20 is primarily
  916. an organized version of the CP/M Users Group and SIG/M public software
  917. volumes (with superceded versions of programs deleted).
  918.  
  919. The CP/M Users Group and SIG/M public domain volumes are available from
  920. several offnet sources. One of the best offnet sources for CPM public
  921. software is the PicoNet CP/M Users Group, P.O. Box 391566, Mountain
  922. View, CA 94039.
  923.  
  924. Bill Wells
  925. wcwells@Berkeley.ARPA
  926. ucbvax!wcwells
  927.  4-May-84 15:44:08-MDT,895;000000000000
  928. Return-Path: <info-cpm-request@AMSAA.ARPA>
  929. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 4 May 84 15:44:02-MDT
  930. Received: From brl.arpa.ARPA by AMSAA via smtp;  4 May 84 17:03 EDT
  931. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  4 May 84 16:59 EDT
  932. Received: from Usenet.uucp by sri-unix.uucp with rs232; 4 May 84 13:55-PDT
  933. Date: 30 Apr 84 9:25:54-PDT (Mon)
  934. To: info-cpm@Brl-Aos.ARPA
  935. From: ihnp4!houxm!hou2h!atttl@Ucb-Vax.ARPA
  936. Subject: QT Computer S-100 Clock
  937. Article-I.D.: hou2h.420
  938.  
  939. Pierre duPont
  940.  
  941. In checking at home, I found that I bought the QT S-100 Clock
  942. board from:
  943.     The Great Salt Lake Computer Co., Inc.
  944.     1780 W. 2300 South
  945.     Salt Lake City, Utah  84119
  946.  
  947. I bought it in response to an advertisement last December, 83.
  948.  
  949. If all else fails, they may be able to tell you where to get the
  950. information you need.
  951.  
  952. Ed Baldwin, AT&T Technologies, hou2h!atttl
  953.  4-May-84 16:11:02-MDT,1365;000000000000
  954. Return-Path: <info-cpm-request@AMSAA.ARPA>
  955. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 4 May 84 16:10:55-MDT
  956. Received: From usc-isid.arpa.ARPA by AMSAA via smtp;  4 May 84 17:47 EDT
  957. Date: 4 May 1984 17:50-EDT
  958. Sender: ABN.ISCAMS@Usc-Isid.ARPA
  959. Subject: Re: WORD PROCESSOR IN PUBLIC DOMAIN?
  960. From: ABN.ISCAMS@Usc-Isid.ARPA
  961. To: ABN.COSCOM-CE@Usc-Isid.ARPA
  962. Cc: INFO-CPM@Amsaa.ARPA
  963. Message-ID: <[USC-ISID] 4-May-84 17:50:51.ABN.ISCAMS>
  964. In-Reply-To: <[USC-ISID] 4-May-84 10:37:35.ABN.COSCOM-CE>
  965.  
  966. Lt Rappold,
  967.  
  968. I'm now (in my copious free time) looking at SECRTARY.BAS (or something like
  969. that) from the SIGM library at SIMTEL20, and will give you an opinion in a
  970. few days.  There are several other editors I'm also looking at (I agree
  971. another Public Domain editor would be most useful) -- but no opinions yet.
  972.  
  973. I'm only looking at the BASIC version because of transportability, accepting
  974. the probable speed handicap.
  975.  
  976. I look forward to other responses/recommendations from Netland.
  977. (Incidentally -- did you read the message from that non-technical person
  978. out on the net -- didn't know about the WaferVax.  How about doing a
  979. download of your O/S from your loaner to him?  Oops, forgot, proprietary,
  980. isn't it?)  Are you finished with my breakout box yet?  You should have the
  981. VT200 interfaced to the WV by now, don't you?
  982.  
  983. Regards,
  984. SGM K
  985.  4-May-84 17:21:56-MDT,1060;000000000000
  986. Return-Path: <info-cpm-request@AMSAA.ARPA>
  987. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 4 May 84 17:21:50-MDT
  988. Received: From sumex-aim.arpa.ARPA by AMSAA via smtp;  4 May 84 18:56 EDT
  989. Received: from ISL by SUMEX-AIM with Pup; Fri 4 May 84 15:46:43-PDT
  990. Date: Friday,  4 May 1984 15:47-PDT
  991. To: ABN.ISCAMS@USC-ISID.ARPA
  992. Cc: ABN.COSCOM-CE@USC-ISID.ARPA, INFO-CPM@AMSAA.ARPA
  993. Subject: Re: WORD PROCESSOR IN PUBLIC DOMAIN?
  994. In-reply-to: Your message of 4 May 1984 17:50-EDT.
  995.              <[USC-ISID] 4-May-84 17:50:51.ABN.ISCAMS>
  996. From: kevinw@isl
  997.  
  998. for editors there is version 1 (i believe) of the ream editor -- a bdsc
  999. screen editor -- the most prevalent micro c despite its nonstandard library.
  1000.  
  1001. for text procesors there are nro and roff4 (both i bdsc) -- i have used both
  1002. (now use roff4 -- it handles printer codes better (but not well, alas).
  1003.  
  1004. both are fairly transportable (to any cpm80 system with bds-c) and should
  1005. even be moveable to other c compilers with minimal difficulty (only certain
  1006. io calls should be incorrect...)
  1007.  
  1008.   - K
  1009.  4-May-84 20:37:17-MDT,1005;000000000000
  1010. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1011. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 4 May 84 20:37:09-MDT
  1012. Received: From cisl-service-multics.arpa.ARPA by AMSAA via smtp; 
  1013.           4 May 84 22:18 EDT
  1014. Received: from HIS-PHOENIX-MULTICS.ARPA by CISL-SERVICE-MULTICS.ARPA dial; 04-May-1984 22:09:58-edt
  1015. Date:  Fri, 4 May 84 18:37 MST
  1016. From:  Kevin Kenny <Kenny@his-phoenix-multics.arpa>
  1017. Subject:  Cautions regarding UUCP mail
  1018. Reply-To:  Kenny%PCO@CISL-SERVICE-MULTICS.ARPA, Kenny%PCO@HI-MULTICS.ARPA
  1019. To:  "William C. Wells" <wcwells%ucbopal.CC@UCB-VAX.ARPA>
  1020. cc:  INFO-CPM@AMSAA.ARPA
  1021. Message-ID:  <840505013719.828229@HIS-PHOENIX-MULTICS.ARPA>
  1022.  
  1023. For  the  benefit of those of us on the Arpanet who don't read net.mail,
  1024. could  someone  possibly post a brief discussion of the topology of UUCP
  1025. to  INFO-CPM?  I know that some UUCP hosts relay a lot of mail, and that
  1026. a reasonably good mailing path can be constructed from the Usenet string
  1027. *if* you know who talks to whom.  I don't.
  1028.  4-May-84 20:49:29-MDT,1050;000000000000
  1029. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1030. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 4 May 84 20:49:18-MDT
  1031. Received: From cisl-service-multics.arpa.ARPA by AMSAA via smtp; 
  1032.           4 May 84 22:18 EDT
  1033. Received: from HIS-PHOENIX-MULTICS.ARPA by CISL-SERVICE-MULTICS.ARPA dial; 04-May-1984 22:10:28-edt
  1034. Date:  Fri, 4 May 84 18:43 MST
  1035. From:  Kevin Kenny <Kenny@his-phoenix-multics.arpa>
  1036. Subject:  BIOS source for Altos Series 5?
  1037. Reply-To:  Kenny%PCO@CISL-SERVICE-MULTICS.ARPA, Kenny%PCO@HI-MULTICS.ARPA
  1038. To:  INFO-CPM@AMSAA.ARPA
  1039. Message-ID:  <840505014340.188320@HIS-PHOENIX-MULTICS.ARPA>
  1040.  
  1041. Has anyone a source for a CP/M 2.2 CBIOS on the Altos Series 5?  The
  1042. manufacturer is being difficult about releasing it, and I really haven't
  1043. the time to grind the dratted thing through REZ and then decipher what
  1044. the code is doing; I certainly haven't the time to rewrite it!
  1045.  
  1046. If not, even a description of where, if anywhere, is a safe patch area
  1047. would help.  I'm trying to install some BDOS patches that need a bit of
  1048. extra space.
  1049.  5-May-84 02:22:11-MDT,2092;000000000000
  1050. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1051. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 5 May 84 02:22:05-MDT
  1052. Received: From brl.arpa.ARPA by AMSAA via smtp;  5 May 84 3:56 EDT
  1053. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  5 May 84 4:00 EDT
  1054. Received: from Usenet.uucp by sri-unix.uucp with rs232; 5 May 84 0:46-PDT
  1055. Date: 1 May 84 8:49:16-PDT (Tue)
  1056. To: info-cpm@Brl-Aos.ARPA
  1057. From: hplabs!intelca!cem@Ucb-Vax.ARPA
  1058. Subject: BIOS Techniques, a question.
  1059. Article-I.D.: intelca.256
  1060.  
  1061. This has probably been asked before however, I am writing a BIOS for CP/M.
  1062. I have 2 DSDD drives that will read technically 4 formats :
  1063.     SS/SD - Definitly need this one.
  1064.         SS/DD - Would be nice (cheap disks)
  1065.         DS/SD - Sort of redundant
  1066.         DS/DD - Main Format.
  1067.  
  1068.     Now, I want to use all of the above formats on each physical drive as well
  1069. as logical drive. The questions are :
  1070.     a.) How do I switch formats ? Do I overwrite the Parameter Block or do I 
  1071.         somehow change pointers to it.
  1072.   
  1073.     b.) When is a change of formats allowed and when is it an error ? For 
  1074.         instance, when I read a disk, I first try the last format used, if
  1075.         that fails I try double density, if that works I read it in. On
  1076.         warmboot this is obviously not an error since one has no idea what
  1077.         format disk has been put in the drive, but if you have previously
  1078.         read a disk with one format and now it is another (like dir b: many
  1079.         times while swapping in disks to find the right one.) how do you
  1080.         know when it is an error ?
  1081.  
  1082.     Does anyone have a source for information, or an example BIOS, where
  1083. such a thing is implemented? I would just like to see how it is done.
  1084. Note: I have a book written by Andy Johnson-Laird called The Programmers
  1085. CP/M Handbook. This book is an *excellent* text and a must for anyone
  1086. considering playing around with a BIOS or CP/M internals. It is published
  1087. by Osborne-McGraw-Hill and I got a copy at Crown books here in No. Calif.
  1088.  
  1089.         Thanks for any help you can offer,
  1090.                 --Chuck
  1091.  
  1092.  5-May-84 08:05:27-MDT,906;000000000000
  1093. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1094. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 5 May 84 08:05:23-MDT
  1095. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  5 May 84 9:44 EDT
  1096. Date: 5 May 1984  07:47 MDT (Sat)
  1097. Message-ID: <KPETERSEN.12012899427.BABYL@SIMTEL20>
  1098. Sender: KPETERSEN@Simtel20.ARPA
  1099. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  1100. To:   Info-Cpm@Amsaa.ARPA
  1101. Subject: New patch information for WordStar 3.0
  1102.  
  1103. Thanks to Bob Bloom <bbloom at Brl-Mis.ARPA> we now have a revised and
  1104. expanded list of all the known patch points in WordStar version 3.0,
  1105. including terminal and printer patch area, dispatch tables, default
  1106. settings, and the proportional spacing table.
  1107.  
  1108. The files are available from SIMTEL20 as:
  1109. MICRO:<CPM.WSTAR>WS30PAT.PTS   and
  1110. MICRO:<CPM.WSTAR>WS30PAT.PQS  (squeezed version of same file, stored
  1111.                               in ITS-binary format).
  1112. --Keith
  1113.  6-May-84 07:41:05-MDT,1705;000000000000
  1114. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1115. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 6 May 84 07:40:58-MDT
  1116. Received: From brl.arpa.ARPA by AMSAA via smtp;  6 May 84 9:13 EDT
  1117. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  6 May 84 9:06 EDT
  1118. Received: from Usenet.uucp by sri-unix.uucp with rs232; 6 May 84 5:52-PDT
  1119. Date: 2 May 84 6:59:01-PDT (Wed)
  1120. To: info-cpm@Brl-Aos.ARPA
  1121. From: harpo!ulysses!burl!pmh@Ucb-Vax.ARPA
  1122. Subject: XEROX Info Request (820-1)
  1123. Article-I.D.: burl.456
  1124.  
  1125. (The sound of bugs munching on your foundation)
  1126. -
  1127. I'm posting this article as a fervent plea for info regarding the
  1128. 820 disk interfacing techniques required for 5 1/4" drives of the
  1129. DEC RX180AB persuasion. 
  1130. I personnaly don't own an 820, but none of the folks in my office
  1131. who do have a log-in.
  1132. They have managed to get the drives to work only by grounding the
  1133. motor-on line. Unfortunately, if the system is inadvertently reset
  1134. while the disks are loaded, the heads bounce down, deposit a little
  1135. garbage and then crash goes the system disk (write protected or
  1136. not). Needless to say, my colleagues are rather upset over these
  1137. trials and tribulations so if anyone out there in net land can help
  1138. out, please mail info to me and I'll pass it along to the concerned
  1139. parties.
  1140. Also, if anyone out there knows of a cheap source of XEROX CPM 2.2x,
  1141. please pass it along. 
  1142. One more thing..... These guys are relentless... Does anyone have a
  1143. schematic for a double density controller for the 820-1? How about
  1144. supporting PROM's and operating systems?
  1145. --
  1146. Thanks in advance..
  1147.                 Pete Hermsen
  1148.                 Bendix Field Engineering Corp.
  1149.                 PO Box 2304
  1150.                 Burlington, NC 27216
  1151.  
  1152.     ulysses!burl!pmh
  1153.  6-May-84 08:48:25-MDT,748;000000000000
  1154. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1155. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 6 May 84 08:48:21-MDT
  1156. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  6 May 84 10:28 EDT
  1157. Date: 6 May 1984  08:31 MDT (Sun)
  1158. Message-ID: <KPETERSEN.12013169510.BABYL@SIMTEL20>
  1159. Sender: KPETERSEN@Simtel20.ARPA
  1160. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  1161. To:   Info-Cpm@Amsaa.ARPA
  1162. Subject: MDM730 PATCHES
  1163. Reply-To: PLOUFF@Mit-Mc.ARPA
  1164.  
  1165. PAT730V7.ASM (for MDM730.COM) is now in MICRO:<CPM.MODEM7> at
  1166. SIMTEL20.  It includes an important bug fix that caused an occasional
  1167. endless loop when sending file names in batch mode.  It also includes
  1168. Irv's bug fixes for alternate long distance dialing as well as
  1169. "disk-full" problem in capture mode.
  1170.  6-May-84 08:49:49-MDT,3135;000000000000
  1171. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1172. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 6 May 84 08:49:40-MDT
  1173. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  6 May 84 10:21 EDT
  1174. Date: 6 May 1984  08:24 MDT (Sun)
  1175. Message-ID: <KPETERSEN.12013168279.BABYL@SIMTEL20>
  1176. Sender: KPETERSEN@Simtel20.ARPA
  1177. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  1178. To:   Info-Cpm@Amsaa.ARPA
  1179. Subject: WordStar key configuration program for Heath/Zenith 19/89/90/100
  1180.  
  1181. WSKEY is a machine language module which can by attached to the
  1182. back of MicroPro's WordStar (ver. 3.0 or 3.3) for CP/M-80.  When
  1183. in place, it will translate the function and numeric keypad key
  1184. codes on the Heath/Zenith H/Z-19,29,89,90, and 100 series terminals
  1185. and computers into user defined commands and strings to be
  1186. interpreted by WordStar.
  1187.  
  1188. If you have the latest CP/M-80 WordStar from Zenith (Version
  1189. 3.3), your arrow keys already work, and the function keys
  1190. generate the most often used control keys.  However, simply
  1191. having a single control code generated by a function key is not a
  1192. great savings of keystrokes!  It would be far more useful to have
  1193. specific multistroke WordStar functions generated by a single
  1194. function key.  With WSKEY, you can do that.  Moreover, it is not
  1195. an internal patch in WordStar, so that it will not affect any
  1196. special configurations or installations you have made.
  1197.  
  1198. The special advantage of WSKEY is its small size (only 512 bytes
  1199. take from WordStar's available space) and the fact that it loads
  1200. and unloads automatically when WordStar is used.  It can be used
  1201. to configure the function and keypad keys on the H-19, Z-29, H-
  1202. 89, and the Z-100 (under 8085 control) to generate any meaningful
  1203. command string or often-used text line in WordStar.
  1204.  
  1205. You may examine the function key and numeric keypad definitions
  1206. in the file WSKEY.DEF.  These definitions may be changed to your
  1207. own commands using a patch table shown in WSKEY.DOC.
  1208.  
  1209. Also included are a series of SUB and HEX files which are ready
  1210. to automatically patch your version of WordStar.  The names taken
  1211. for these files, WSKExxyy., correspond to the WordStar version and
  1212. the terminal or computer you wish to use:
  1213.  
  1214.                   WordStar Version
  1215.                     3.0      3.3
  1216.  
  1217. H-19, H/Z-89,90  WSKE3019. WSKE3319.
  1218. H/Z-29, Z-100s   WSKE3029. WSKE3329.
  1219.  
  1220. If you wish to redefine the command or ASCII string sent when a
  1221. function key is pressed while in WordStar, you can patch WSK.COM
  1222. at locations detailed in WSKEY.DOC.
  1223.  
  1224. The following files are now available on SIMTEL20:
  1225. Filename            Type     Bytes     Sectors     CRC
  1226.  
  1227. Directory MICRO:<CPM.WSTAR>
  1228. WSKE3019.HEX.1            ASCII      2165   17 =  11H  1AD6H
  1229. WSKE3019.SUB.1            ASCII        70    1 =   1H  89FAH
  1230. WSKE3029.HEX.1            ASCII      2386   19 =  13H  8F40H
  1231. WSKE3029.SUB.1            ASCII        70    1 =   1H  9DD6H
  1232. WSKE3319.HEX.1            ASCII      2165   17 =  11H  4A69H
  1233. WSKE3319.SUB.1            ASCII        70    1 =   1H  DC05H
  1234. WSKE3329.HEX.1            ASCII      2386   19 =  13H  D31FH
  1235. WSKE3329.SUB.1            ASCII        70    1 =   1H  3B9BH
  1236. WSKEY.DEF.1            ASCII      2631   21 =  15H  AFCAH
  1237. WSKEY.DOC.1            ASCII      5442   43 =  2BH  1B19H
  1238.  6-May-84 09:19:36-MDT,873;000000000000
  1239. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1240. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 6 May 84 09:19:32-MDT
  1241. Received: From brl.arpa.ARPA by AMSAA via smtp;  6 May 84 10:55 EDT
  1242. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  6 May 84 10:48 EDT
  1243. Received: from Usenet.uucp by sri-unix.uucp with rs232; 6 May 84 7:45-PDT
  1244. Date: 1 May 84 18:00:10-PDT (Tue)
  1245. To: info-cpm@Brl-Aos.ARPA
  1246. From:  decvax!ittvax!dcdwest!sdcsvax!noscvax!uhpgvax!islenet!richard@Ucb-Vax.ARPA
  1247. Subject: Patches for ZSID please
  1248. Article-I.D.: islenet.372
  1249.  
  1250. Does anyone have the info on patching Zsid to change the restart vector
  1251. used for breakpoints? I know it's floating around somewhere...
  1252.  
  1253. Also, does anyone have a fix for the raunchy way Zsid displays relative
  1254. addressing in its disassembly output?
  1255.  
  1256. Thank you
  1257. -- 
  1258. Richard Foulk        ...{dual,vortex,uhpgvax}!islenet!richard
  1259.  6-May-84 14:07:39-MDT,1920;000000000000
  1260. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1261. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 6 May 84 14:07:33-MDT
  1262. Received: From brl.arpa.ARPA by AMSAA via smtp;  6 May 84 15:44 EDT
  1263. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  6 May 84 15:42 EDT
  1264. Received: from Usenet.uucp by sri-unix.uucp with rs232; 6 May 84 12:28-PDT
  1265. Date: 26 Apr 84 8:17:32-PST (Thu)
  1266. To: info-cpm@Brl-Aos.ARPA
  1267. From: ihnp4!stolaf!umn-cs!digi-g!jel@Ucb-Vax.ARPA
  1268. Subject: Surplus S100 Graphics Boards for sale
  1269. Article-I.D.: digi-g.164
  1270.  
  1271. DigiGraphics has some surplus Scion graphics equipment for sale from a
  1272. defunct product.  There are between 20 and 40 bit plane boards, and
  1273. one fourth as many palette boards.  Our product would have used one
  1274. palette board and four bit plane boards.  The palette board also
  1275. includes Scion's Screenware firmware.
  1276.  
  1277. This product is currently supported and sold by Scion.  Packaged
  1278. as we use them (4+1), they go for around $5k qty 1.  For each package,
  1279. we would certainly accept any offer in the $3k range and probably a good
  1280. deal lower than that.  If you are at all interested, contact us.  We
  1281. would also consider selling the boards unbundled, so if you want just
  1282. another bit plane (model MA520) or two to go with your existing Scion
  1283. unit, let us know.  The resolution of the system is 512x480, with
  1284. a LARGE number of colors and a good-sized palette (I wasn't on the
  1285. project, and I haven't got the figures in hand).
  1286.  
  1287. We are not distributing this product, and when the boards we have are
  1288. gone, we will not be getting any more.  The company has already expensed
  1289. these out, so if you are a wheeler-dealer, you may make a really good
  1290. deal for yourself, but don't tell them I told you so.  Best of luck.
  1291. ------
  1292. John Lind, DSC, 10273 Yellow Circle Drive, Mpls MN 55343 (612)935-9111
  1293. news  : ihnp4!stolaf!umn-cs!digi-g
  1294. mail  : { ihnp4!umn-cs, stolaf!umn-cs, umn-cme }!digi-g!jel
  1295.  7-May-84 04:22:53-MDT,2094;000000000000
  1296. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1297. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 7 May 84 04:22:46-MDT
  1298. Received: From brl.arpa.ARPA by AMSAA via smtp;  7 May 84 6:03 EDT
  1299. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  7 May 84 6:06 EDT
  1300. Received: from Usenet.uucp by sri-unix.uucp with rs232; 7 May 84 2:33-PDT
  1301. Date: 2 May 84 7:54:05-PDT (Wed)
  1302. To: info-cpm@Brl-Aos.ARPA
  1303. From:  ihnp4!houxm!hogpc!houti!ariel!vax135!floyd!cmcl2!philabs!aecom!glen@Ucb-Vax.ARPA
  1304. Subject: Re: Neophyte CP/M 2.2 Question (BIOS disk flush)
  1305. Article-I.D.: aecom.554
  1306.  
  1307. In reply to:  Mark Becker <CENT.MBECK%MIT-OZ@MIT-MC.ARPA>
  1308.  
  1309. Welcome, Mark, to hacker's paradise - BIOSland.  The disk flush 
  1310. you saw in the BIOS CONIN call is very common, especially on 
  1311. systems implementing disk sector sizes of over 128 bytes.  The 
  1312. reason is simple: CP/M deals with record sizes of 128 bytes, so 
  1313. the BIOS must buffer all disk operations if the sector size is 
  1314. larger in order to accommodate the smaller read/writes.
  1315.  
  1316. The flush in your BIOS is simply a safety feature.  Since writes 
  1317. are also buffered, what would happen if you changed disks while 
  1318. the system still had the buffer in memory?  Simply, chaos.  You'd 
  1319. lose the ending sectors of your file and maybe the file entry 
  1320. from the directory itself (especially if the BIOS buffers the 
  1321. directory).  Therefore, the BIOS dumps the buffer at the point 
  1322. when most (system-friendly) users change disks - at console 
  1323. input.  
  1324.  
  1325. Some BIOSes even dump the buffer on console output for a case
  1326. where the system churns for a while on disk and then starts 
  1327. outputting pages of stuff to the screen or printer.  If the user 
  1328. got frustrated, he might just reset the system and therefore lose 
  1329. the buffer contents.  
  1330.  
  1331. This is one bit of foresight you can thank your manufacturer for!
  1332.  
  1333.               - E N J O Y ! -
  1334.                         Glen
  1335. - - - - - -
  1336. >From the core dump of:
  1337.  
  1338. Glen Marianko
  1339. ConIX Software Division,         |   Microcomputer Division,
  1340. Computer Helper Industries Inc.  |   AECOMputing Center
  1341.  
  1342. {philabs,pegasus,rocky2,ihnp4}!aecom!glen
  1343.  7-May-84 05:24:58-MDT,4160;000000000000
  1344. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1345. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 7 May 84 05:24:28-MDT
  1346. Received: From brl.arpa.ARPA by AMSAA via smtp;  7 May 84 6:49 EDT
  1347. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  7 May 84 6:49 EDT
  1348. Received: from Usenet.uucp by sri-unix.uucp with rs232; 7 May 84 3:32-PDT
  1349. Date: 11 Apr 84 9:45:50-PST (Wed)
  1350. To: info-cpm@Brl-Aos.ARPA
  1351. From: harpo!ulysses!burl!clyde!akgua!psuvax!mancuso@Ucb-Vax.ARPA
  1352. Subject: Xerox 820 REVEALED#5--updates & hints
  1353. Article-I.D.: psuvax.978
  1354.  
  1355. It works!!  We succeded in getting CP/M 2.0 up on one of the boards the
  1356. other night, so now it is official--it *is* possible.  I wrote a boot
  1357. program and the CBIOS section and well, it works.  The code still needs
  1358. some work to make it bulletproof, though.  Most of the functions map right
  1359. over to the Xerox monitor ROM entry points with a bit of shuffling.  There
  1360. are some little things that need to be changed (CP/M sends characters in the
  1361. C register to be output, and Xerox wants them in the A register...) but nothing
  1362. too difficult.
  1363.  
  1364. Some updates and hints:
  1365.  
  1366. In a previous article I mentioned that the monitor command 'B' also boots
  1367. the system.  It does, but it boots from disk 01 instead of disk 00 like the
  1368. 'A' command does.  If your boot program (like mine) assumes that the system
  1369. will be cold-booted from drive 00, make sure you use the 'A' command to boot
  1370. the system.
  1371.  
  1372. I just got this update on the 'undocumented' monitor entry points:
  1373.  
  1374. ***********************************************************************
  1375. >From .....!ucbvax!waldron.wbst@Xerox.ARPA Wed Apr 11 07:32:57 1984
  1376. Subject: Re: Xerox 820 REVEALED#2--Monitor Jump Tables
  1377.  
  1378. I hope I can fill in some of the blanks.  This info is from the 820
  1379. Software Development guide.  I have not tested any of them. For those
  1380. that were short and
  1381. clear I typed the actual code listing with comments verbatim.
  1382.  
  1383. F033    SPACE    Print a space
  1384.         In : ??
  1385.         Out: ??
  1386.  
  1387. F03F    ASCHEX    Convert ascii to hex
  1388.  
  1389.     ASCHEX:    SUB    '0'
  1390.         RET    C
  1391.         CP    10
  1392.         CCF
  1393.         RET    NC
  1394.         SUB    7
  1395.         CP    10
  1396.         RET    C
  1397.         CP    16
  1398.         CCF
  1399.         RET
  1400.         
  1401.         
  1402. F7F3    BLOCK    Block move routine
  1403.  
  1404.     BLOCK:    CP    3    ;CHECK IF PARAMETER COUNT IS 3
  1405.         SCF
  1406.         RET    NZ
  1407.         CALL    BLOCAD
  1408.         LD    A,C
  1409.         OR    B
  1410.         RET    Z    ;EXIT NOW IF BC=0
  1411.         LDIR
  1412.         RET
  1413.  
  1414.     BLOCAD:    EX    DE,HL
  1415.         OR    A    ;CLEAR CARRY
  1416.         SBC    HL,DE    ;GET DIFFERENCE BETWEEN
  1417.         EX    DE,HL    ;HL & DE FOR BYTECOUNT
  1418.         PUSH    DE
  1419.         PUSH    BC
  1420.         POP    DE    ;GET OLD BC INTO DE
  1421.         POP    BC
  1422.         INC    BC    ;GET COUNT+1 INTO BC
  1423.         RET
  1424.  
  1425. F7F9    FILL    Memory fill routine
  1426. F7FC    TEST    Memory diagnostics
  1427. F7FF    GOTO    Execution routine
  1428. F802    VERCMD    Memory block compare
  1429.         In : ??
  1430.         Out: ??
  1431.  
  1432.  
  1433.  
  1434. Hope this helps.
  1435.  
  1436. Brian
  1437. ************************************************************************
  1438.  
  1439. Thanks again.
  1440.  
  1441. The connections we used for the disk drive (SA800/801) are:
  1442.  
  1443. Xerox    Floppy    Name
  1444. 01    NC    -
  1445. 02    NC    -
  1446. 03    NC    -
  1447. 04    20    Index
  1448. 05    26    Drive Select 1
  1449. 06    28    Drive Select 2
  1450. 07    NC    -
  1451. 08    18    Head Load
  1452. 09    34    Direction Select
  1453. 10    36    Step
  1454. 11    38    Write Data
  1455. 12    40    Write Gate
  1456. 13    42    Track 00
  1457. 14    44    Write Protect
  1458. 15    46    Read Data
  1459. 16    NC    -
  1460. 17    22    Ready
  1461. 18    NC    -
  1462. 19    NC    -
  1463. 20-37    11-49(odd) GND
  1464.  
  1465. We are using a separate power supply for the disk, so no power connections
  1466. were made from the board to the floppy.
  1467.  
  1468. If you are looking for a cheap way to connect to J7, try cutting an IC socket
  1469. in half.  I used an 8 pin socket, cut it in half, trimmed it a little, and
  1470. hooked up 3 leads to it.  On the two boards here, the HS signal at J7 is 
  1471. garbage, so the eventual fix will be to cut the PC trace, and run a wire from
  1472. U34 pin 8 to J7.  (Has anyone else had this problem?)
  1473.  
  1474. Mail and news got screwed up here last week because of a major filesystem
  1475. crash, so if you sent me something and I haven't replied, try me again.
  1476. I'd really like to hear if anyone else is making progress on these things.
  1477.  
  1478. ---
  1479. Overall there is a smell of fried onions.  (fnord)
  1480.  
  1481.                                  :+: Pat Mancuso
  1482.                                  :+: Penn State University
  1483.                         Usenet:  :+: ...!psuvax!mancuso
  1484.                         Bitnet:  :+: mancuso@psuvax1
  1485.  7-May-84 07:06:29-MDT,1315;000000000000
  1486. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1487. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 7 May 84 07:06:21-MDT
  1488. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  7 May 84 8:42 EDT
  1489. Date: 7 May 1984  06:45 MDT (Mon)
  1490. Message-ID: <KPETERSEN.12013412474.BABYL@SIMTEL20>
  1491. Sender: KPETERSEN@Simtel20.ARPA
  1492. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  1493. To:   Info-Cpm@Amsaa.ARPA, Info-Micro@Brl.ARPA
  1494. Subject: Summer job in Packet Radio at Stanford
  1495. Reply-To: M@SU-SIERRA.ARPA
  1496.  
  1497. From: M@SU-SIERRA.ARPA (Dr. Michael Flynn)
  1498. Subject: SUMMER POSITION AVAILABLE
  1499. Date: Wed, 2-May-84 13:00:05 PDT
  1500. Organization: Stanford University
  1501.  
  1502.                        SUMMER POSITION AVAILABLE
  1503.                        -------------------------
  1504.  
  1505. The Packet Radio Research Group is looking for talented, highly-motivated
  1506. students to work on the design of a high-speed digital QAM modem for 
  1507. medium-range packet radio transmission. This will be a full-time summer 
  1508. position. Applicants will be expected to have some knowledge of microprocessors
  1509. and a good background in algorithms for digital signal processing. For more
  1510. information, please contact
  1511.  
  1512.                          Dr. Michael Flynn 
  1513.                          ERL 452
  1514.                          (415) 497-1450
  1515.  
  1516.                      or send mail to M@SIERRA.
  1517.  7-May-84 09:17:23-MDT,1049;000000000000
  1518. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1519. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 7 May 84 09:17:17-MDT
  1520. Received: From brl-mis.arpa.ARPA by AMSAA via smtp;  7 May 84 10:53 EDT
  1521. Date:     Mon, 7 May 84 10:48:20 EDT
  1522. From:     Rick Conn <rconn@Brl-Mis.ARPA>
  1523. To:       Dick <MEAD@usc-eclb.arpa>
  1524. cc:       GRUPP@mit-mc.arpa, info-cpm@brl.arpa
  1525. Subject:  Re:  SYNONYM art. in Microsystems
  1526.  
  1527. Under Z3, the ALIAS program does the same thing (basically) with the
  1528. added ability of parameter passing and flow control (if implemented
  1529. under Z3).  For instance, an ALIAS can be defined like this:
  1530.  
  1531. << ALIAS to run two different versions of WordStar from one command >>
  1532.  
  1533. IF NEC=$2
  1534.     DEV L NEC        Assign NEC printer for I/O
  1535.     WSN $1            Run Wordstar installed for NEC
  1536. ELSE
  1537.     DEV L TTY        Assign regular printer for I/O
  1538.     WS $1            Run Wordstar installed for reg printer
  1539. FI
  1540.  
  1541.  
  1542. If the ALIAS is named WSTAR, then the command:
  1543.  
  1544.     WSTAR myfile.txt     will run WS for regular printr
  1545. and
  1546.     WSTAR myfile.txt NEC    will run WS for NEC printer
  1547.  
  1548.  
  1549.     Rick
  1550.  7-May-84 09:51:39-MDT,526;000000000000
  1551. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1552. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 7 May 84 09:51:35-MDT
  1553. Received: From brl.arpa.ARPA by AMSAA via smtp;  7 May 84 11:29 EDT
  1554. Received: From lll-mfe.arpa.ARPA by BRL-AOS via smtp;  7 May 84 11:25 EDT
  1555. Date: Mon, 7 May 84 08:23 PDT
  1556. From: Maron@LLL-MFE.ARPA
  1557. Subject: Need pointer to roff4.c
  1558. To: info-cpm@brl.arpa
  1559.  
  1560. I saw a reference to roff4 go by and I was wondering if it is on simtel20 some-
  1561. where? Could you post a pointer.
  1562. --Thanks, Neil [Maron@LLL-MFE]
  1563.  7-May-84 10:21:36-MDT,1574;000000000000
  1564. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1565. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 7 May 84 10:21:27-MDT
  1566. Received: From dca-eur.arpa.ARPA by AMSAA via smtp;  7 May 84 11:50 EDT
  1567. Date: 7 May 1984 15:47 GMT
  1568. From: byard@Dca-Eur.ARPA
  1569. Subject: Turbo Pascal
  1570. To: info-cpm@Amsaa.ARPA
  1571. CC:  
  1572.  
  1573. Date: 7 May 1984 15:38:01 Z
  1574. Text: I received my copy of Turbo Pascal today.  There has been a change
  1575. to the licensing agreement.  A note enclosed with the package
  1576. states:
  1577.  
  1578.     "If you want to market programs utilizing object code
  1579.     generated with Turbo Pascal.[sic]  There is no longer a
  1580.     license charge, provided you return your signed license
  1581.     agreement."
  1582.  
  1583. I got the software at the introductory price.  I ordered it via
  1584. U.S. Snail from Germany on April 16th.  There is no mention in the
  1585. actual licensing agreement, that I'm about to sign, of any retric-
  1586. tions on selling object code software.
  1587.  
  1588. Also, I got version 2.0.  It comes with an addendum to the
  1589. reference manual dated April 84.  So, I guess(?) this version is
  1590. new.  Anyway, for CP/M 80 users, version 2.0 adds:
  1591.  
  1592. o  An overlay system.
  1593.  
  1594. o  Dynamic heap, a full implementation of the dispose procedure.
  1595.  
  1596. o  Additional editor commands:  scroll up, scroll down, to top of
  1597.    screen, to bottom of screen, to beginning of block, to end of
  1598.    block, block hide/display.
  1599.  
  1600. Additionally, for the IBM PC and clones:  colors, graphics, win-
  1601. dows, and sound.
  1602.  
  1603. Good going Borland (and Jerry).  I hope you make a bundle.  Anyone
  1604. want to buy one reusable JRT disc real cheap?
  1605.  
  1606. Larry
  1607.  
  1608.  7-May-84 16:47:22-MDT,2510;000000000000
  1609. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1610. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 7 May 84 16:47:14-MDT
  1611. Received: From ucb-vax.arpa.ARPA by AMSAA via smtp;  7 May 84 18:20 EDT
  1612. Received: from ucbjade.CC.Berkeley.ARPA (ucbjade.ARPA) by UCB-VAX.ARPA (4.24/4.27)
  1613.     id AA28494; Mon, 7 May 84 15:23:32 pdt
  1614. Received: from ucbopal.CC.Berkeley.ARPA by ucbjade.CC.Berkeley.ARPA
  1615.     (4.14.3/4.16) id AA09903; Mon, 7 May 84 15:24:01 pdt
  1616. Received: by ucbopal.CC.Berkeley.ARPA
  1617.     (4.14/4.16) id AA05190; Mon, 7 May 84 15:23:23 pdt
  1618. Date: Mon, 7 May 84 15:23:23 pdt
  1619. From: William C. Wells <wcwells%ucbopal.CC@Ucb-Vax.ARPA>
  1620. Message-Id: <8405072223.AA05190@ucbopal.CC.Berkeley.ARPA>
  1621. To: Kenny%PCO@CISL-SERVICE-MULTICS.ARPA, Kenny%PCO@HI-MULTICS.ARPA
  1622. Subject: Re:  Cautions regarding UUCP mail
  1623. Cc: info-cpm@amsaa.ARPA
  1624.  
  1625.     Date:  Fri, 4 May 84 18:37 MST
  1626.     From: Kevin Kenny <Kenny@HIS-PHOENIX-MULTICS.ARPA>
  1627.     Subject:  Cautions regarding UUCP mail
  1628.     Reply-To:  Kenny%PCO@CISL-SERVICE-MULTICS.ARPA,
  1629.                Kenny%PCO@HI-MULTICS.ARPA
  1630.     To: "William C. Wells" <wcwells@ucbopal>
  1631.     Cc: INFO-CPM@AMSAA.ARPA
  1632.     Message-Id:  <840505013719.828229@HIS-PHOENIX-MULTICS.ARPA>
  1633.  
  1634.     For  the  benefit of those of us on the Arpanet who don't read
  1635.     net.mail, could  someone  possibly post a brief discussion of
  1636.     the topology of UUCP to  INFO-CPM?
  1637.  
  1638. I am not sure that there is a topology -- may be a spider web. The
  1639. UUCP network is a collection of hosts who are connected to one or
  1640. more neighbors via dialup telephone links. USENET is a news distribution
  1641. system that uses several types of connections to forward news.
  1642. Problems occur because a USENET news path is used a mail address
  1643. when the article is forwarded to INFO-CPM as mail.
  1644.  
  1645.  
  1646.     I know that some UUCP hosts relay a lot of mail, and that a
  1647.     reasonably good mailing path can be constructed from the Usenet
  1648.     string *if* you know who talks to whom.  I don't.
  1649.  
  1650. A UUCP mail address contructed from a USENET path may work, but is
  1651. often not reasonable or cheap. Again, do not assume that USENET news
  1652. distribution path is a UUCP mail address. Some USENET links are not
  1653. mail links. Some sites do not even use UUCP to transfer news or mail.
  1654. Most USENET paths show that the news article took the scenic route,
  1655. not the freeway to get where it was going.
  1656.  
  1657. Bill Wells
  1658. wcwells@Berkeley.ARPA
  1659. ucbvax!wcwells
  1660.  
  1661. P.S. If you would like to discuss UUCP mail addresses/USENET news paths
  1662. further, I suggest moving this discussion to the msg-group mailing list.
  1663.  7-May-84 21:14:09-MDT,992;000000000000
  1664. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1665. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 7 May 84 21:14:03-MDT
  1666. Received: From brl.arpa.ARPA by AMSAA via smtp;  7 May 84 22:51 EDT
  1667. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  7 May 84 22:47 EDT
  1668. Received: from Usenet.uucp by sri-unix.uucp with rs232; 7 May 84 19:45-PDT
  1669. Date: 13 Apr 84 13:19:18-PST (Fri)
  1670. To: info-cpm@Brl-Aos.ARPA
  1671. From: ihnp4!ihuxn!jjsk@Ucb-Vax.ARPA
  1672. Subject: ALS 3.0 cpm help
  1673. Article-I.D.: ihuxn.621
  1674.  
  1675. < >
  1676. I am  considering an ALS cpm plus board (6 Mhz, 3.0) for my Apple //e.
  1677. Can anyone give me information good or bad on any operational problems
  1678. encountered, i.e. ease of installation, tricks, compatibility with
  1679. application software currently running under 2.2 (Wordstar, Mailmerge,
  1680. dbase, etc.). Is this system a good choice? I also have a 128k pseudo
  1681. disk, is this compatible?
  1682.  
  1683.                                     Thanks
  1684.                                     Jim Kent
  1685. ..ihp4!ihuxn!jjsk
  1686.  7-May-84 21:47:38-MDT,2910;000000000000
  1687. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1688. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 7 May 84 21:47:30-MDT
  1689. Received: From brl.arpa.ARPA by AMSAA via smtp;  7 May 84 23:22 EDT
  1690. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  7 May 84 23:24 EDT
  1691. Date: Mon 7 May 84 21:22:59-MDT
  1692. From: Ron Fowler <RFOWLER@SIMTEL20.ARPA>
  1693. Subject: Announcing a new modem program ...
  1694. To: info-cpm@BRL.ARPA
  1695.  
  1696.  
  1697.  
  1698. MEX is a new modem program for CP/M and derivative operating systems.  It
  1699. is a superset of such programs as MODEM7 and MDM ... new features include:
  1700.  
  1701.     o Compatible with MDM7 overlays
  1702.     o PHONE command allows phone numbers to be dynamically entered
  1703.       into and removed from the phone library ... phone numbers are
  1704.       associated with mnemonics that may be up to 12 characters long,
  1705.       and may optionally specify the baudrate for each site in the list.
  1706.     o KEY command supports multiple-character keystring creation and
  1707.       deletion, for use as dedicated function keys in terminal-mode
  1708.     o LOAD and SAVE commands allow keystring definitions and phone
  1709.       number libraries to be saved to and loaded from disk files
  1710.     o READ command supports unattended sessions, under control of a
  1711.       disk file created with an editor (similar in concept to CP/M's
  1712.       SUBMIT, with enhancements)
  1713.     o Greatly enhanced terminal mode
  1714.     o SENDOUT command to send strings to the modem (usually under con-
  1715.       trol of a READ file).
  1716.     o CALL command allows multiple sites lists to be specified, and each
  1717.       number to be repetitvely re-dialed any number of times.
  1718.     o STAT command allows the inspection and modification of a large
  1719.       number of system variables
  1720.     o HELP command random-accesses a disk file to provide an on-line
  1721.       documentation facility that completely explains the program
  1722.     o CLONE command allows MEX to be saved to disk, with the current
  1723.       state intact (including any defined phone numbers and keystrings).
  1724.     o Special features to enhance MEX-to-MEX connections
  1725.     o Support for all CCP commands (rename, erase, type ...) extended
  1726.       to include ZCPR2-style drive/user specifications
  1727.     o Patch file allows many default options to be modified
  1728.  
  1729. The entire MEX file set resides in the SIMTEL20 repository in <CPM.MEX>.
  1730.  
  1731. Following is a complete list of the files included as part of the MEX
  1732. terminal package:
  1733.  
  1734. Name          CRCK             Description
  1735.  
  1736. -READ.ME      ----           This message
  1737. MEX10.COM     FDB9           The main program
  1738. HELP.MEX      7932           MEX on-line users manual
  1739. MEX10.DOC     0E7E           Full documentation for MEX
  1740. BUFFERS.DOC   55C2           Information on setting up MEX buffers
  1741. MXO-SM10.ASM  813D           Smartmodem overlay
  1742. MXO-PM10.ASM  B2DB           PMMI overlay
  1743. MLOAD.COM     E51E           Overlay installation tool
  1744. MEXPAT10.ASM  B7A7           Patch file: allows defaults to be modified
  1745.  
  1746. ------------------------------------------------------------
  1747. -------
  1748.  7-May-84 22:20:18-MDT,1532;000000000000
  1749. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1750. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 7 May 84 22:20:08-MDT
  1751. Received: From brl.arpa.ARPA by AMSAA via smtp;  7 May 84 23:42 EDT
  1752. Received: From office-2.arpa.ARPA by BRL-AOS via smtp;  7 May 84 23:40 EDT
  1753. Date:  7-May-84 20:40 PDT
  1754. From: ACB.TYM@OFFICE-2.ARPA
  1755. Subject: BIOS buffer flush
  1756. To: info-cpm@brl.arpa
  1757. Message-ID: <[OFFICE-2.ARPA]TYM-ACB-4M97W>
  1758.  
  1759. A small contribution.  Most well behaved programs close output files before 
  1760. asking for a disk change or before returning via either warm boot or to the CCP.
  1761.  As a result the last operation on a disk is usually a directory write (type 1).
  1762.  If a directory write is treated as an immediate operation, the write buffer is 
  1763. always flushed when a file is closed.  There are a very small number of 
  1764. exceptions (programs that "patch" a sector and then don't close the file, 
  1765. utilities that use the BIOS directly (copy, format)) and these are best
  1766.  
  1767. Changed to make their last write a type 1  write.  I have a BIOS that manages 
  1768. the buffers this way and I have never fouled a directory because of failing to 
  1769. write the directory or last sector.  Further there is no unneeded disk io at 
  1770. console read time.
  1771.  
  1772. For those awaiting a summary of the results of my 5 inch disk controller 
  1773. question... there were no responses.  I am thinking of the "Little Board" as my 
  1774. solution. It seems cheaper than most s100 disk controller boards and will serve 
  1775. as a disk copy machine quite nicely.  Anyone with experience?
  1776.  
  1777.  7-May-84 22:58:12-MDT,1852;000000000000
  1778. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1779. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 7 May 84 22:58:05-MDT
  1780. Received: From brl.arpa.ARPA by AMSAA via smtp;  8 May 84 0:33 EDT
  1781. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  8 May 84 0:33 EDT
  1782. Received: from Usenet.uucp by sri-unix.uucp with rs232; 7 May 84 21:29-PDT
  1783. Date: 17 Apr 84 9:40:00-PST (Tue)
  1784. To: info-cpm@Brl-Aos.ARPA
  1785. From: pur-ee!uiucdcs!ea!mwm@Ucb-Vax.ARPA
  1786. Subject: Re: C for small machines
  1787. Article-I.D.: ea.7800004
  1788. In-Reply-To: Article <12121@sri-arpa.UUCP>
  1789.  
  1790. I don't know about you, but the version of C/80 I got (I think it was 2.0)
  1791. was a dog. Printf (among other things) was broken, and the code was
  1792. unreadable (nuts - the code was something I wouldn't want to look at
  1793. anywhere near a meal). This didn't bother me - after all, nothing hits the
  1794. market with all the bugs worked out.
  1795.  
  1796. What DID bother me was the response I got back from the Software Toolworks
  1797. when I called them about it. Something along the lines of "I may look at
  1798. it if I find the time. Try buying the new versions when they come out. And
  1799. don't call again." That bothered me no end. It still does. If I can't get
  1800. support for a product, it's not suitable for professional use, no matter
  1801. how good it is otherwise.
  1802.  
  1803. To try and shed some light (along with the heat from above), I've heard
  1804. some very good things about qc 3. Yet another Small-C derivative, it
  1805. comes with full source, and a well-written manual explaining that source.
  1806. Last time I looked, it had everything but bit fields and structure
  1807. initialization. Supposedly, the struct initializers were going to go in
  1808. soon, but I never got back to them about it.  I haven't purchased a copy,
  1809. but have spoken to the The Code Works people.  It's only $100, and I would
  1810. consider it if you think C/80 might be useful.
  1811.  
  1812.     <mike
  1813.  7-May-84 23:45:53-MDT,952;000000000000
  1814. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1815. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 7 May 84 23:45:49-MDT
  1816. Received: From brl.arpa.ARPA by AMSAA via smtp;  8 May 84 1:24 EDT
  1817. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  8 May 84 1:28 EDT
  1818. Received: from Usenet.uucp by sri-unix.uucp with rs232; 7 May 84 22:20-PDT
  1819. Date: 19 Apr 84 7:23:48-PST (Thu)
  1820. To: info-cpm@Brl-Aos.ARPA
  1821. From: ihnp4!ihnet!tjr@Ucb-Vax.ARPA
  1822. Subject: CPM C Compilers
  1823. Article-I.D.: ihnet.124
  1824.  
  1825. I needed an inexpensive C compiler for my Z80 CP/M system; I considered
  1826. BDS C, but had to reject it because it did not permit initializers.
  1827. Most of my code ends up as Finite-State-Machines, which requires an
  1828. initialized state-table.
  1829.  
  1830. I purchased C/80 from the Software Toolworks; it works fine, except for its
  1831. non-stdio library (I am considering writing a new library). For the price
  1832. ($50), C/80 is an excellent product.
  1833.  
  1834.     Tom Roberts
  1835.     ihnp4!ihnet!tjr
  1836.  8-May-84 00:45:44-MDT,773;000000000000
  1837. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1838. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 8 May 84 00:45:40-MDT
  1839. Received: From brl.arpa.ARPA by AMSAA via smtp;  8 May 84 2:16 EDT
  1840. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  8 May 84 2:14 EDT
  1841. Received: from Usenet.uucp by sri-unix.uucp with rs232; 7 May 84 23:05-PDT
  1842. Date: 19 Apr 84 13:12:54-PST (Thu)
  1843. To: info-cpm@Brl-Aos.ARPA
  1844. From: ihnp4!ihuxe!hazard@Ucb-Vax.ARPA
  1845. Subject: Wanted: Unix-like ed editor for cp/m
  1846. Article-I.D.: ihuxe.574
  1847.  
  1848. I am a Unix(tm) veteran who just acquired a cp/m system.
  1849. Is there an editor for cp/m which looks/smells/taste like Unix "ed" ?
  1850. Please don't send burning remarks about wanting "ed",
  1851. just tell me where I can find it.
  1852.  
  1853. Bryant S. Hazard
  1854. ihnp4!ihuxe!hazard
  1855.  8-May-84 01:36:05-MDT,4917;000000000000
  1856. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1857. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 8 May 84 01:35:53-MDT
  1858. Received: From brl.arpa.ARPA by AMSAA via smtp;  8 May 84 2:56 EDT
  1859. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  8 May 84 2:59 EDT
  1860. Received: from Usenet.uucp by sri-unix.uucp with rs232; 7 May 84 23:50-PDT
  1861. Date: 3 May 84 18:11:28-PDT (Thu)
  1862. To: info-cpm@Brl-Aos.ARPA
  1863. From: ihnp4!houxm!hou2h!judah@Ucb-Vax.ARPA
  1864. Subject: MODEM64.HEX (CPM)
  1865. Article-I.D.: hou2h.432
  1866.  
  1867. Belated thanks to Kieth Peterson for modem64.hex and modem64.doc posted separately.
  1868. :10010000010B0021D601115D00EDB03E093200F96E
  1869. :100110002103122206F93E013200CE003A00F95FB7
  1870. :100120001600213901195E2356EBCD38013E093204
  1871. :1001300000F9210012C31301E9410180018E0197EA
  1872. :10014000013A64003CFE3AC24C013E413264003E3A
  1873. :1001500000327C00326800326900326A000E0F11F2
  1874. :100160005C00CD0500FEFFCA72010E13115C00CDCC
  1875. :1001700005000E16115C00CD0500FEFFCA9B01C9EB
  1876. :100180000E15115C00CD0500FEFFCAA601C90E10B8
  1877. :10019000115C00CD0500C9E1C3000011B4010E09D6
  1878. :1001A000CD0500C3AE0111CA010E09CD05003E0107
  1879. :1001B000320EF0C94449534B204449524543544FF1
  1880. :1001C00052592046554C4C0D0A244449534B204665
  1881. :1001D000554C4C0D0A244E455746494C4530584D18
  1882. :1001E00044000000000000000000000000000000CB
  1883. :1001F00000000000000000000000000000000000FF
  1884. :100200004CBC1358AD8602851320F512A99320AB80
  1885. :1002100012A200A0031820F0FFA27FA0142029142E
  1886. :10022000A201A00C1820F0FFA2A2A014202914A261
  1887. :1002300002A0051820F0FFA2B3A014202914A205E3
  1888. :10024000A0001820F0FF20F51220CD1220E312A903
  1889. :100250000E20AB12207612208F12C98090F62064F7
  1890. :10026000124C5412297F0AA8B9D9168504C8B9D9E5
  1891. :100270001685056C0400A20520C6FF20E4FFC90016
  1892. :10028000F00C297FA8B9591620AB124C7B1260A242
  1893. :100290000620C6FFA00084CC20E4FFC900F00BA814
  1894. :1002A000B95915C980B00320BE1260A2074820C901
  1895. :1002B000FF2072146820D2FFA5138D860260A2056C
  1896. :1002C0004820C9FF68A8B9591520D2FF60A905A226
  1897. :1002D00002A00320BAFFA904A255A01520BDFF204B
  1898. :1002E000C0FF60A906A200A0FF20BAFFA90020BDA0
  1899. :1002F000FF20C0FF60A907A203A0FF20BAFFA9004A
  1900. :1003000020BDFF20C0FF60A2D3A01420291420A389
  1901. :1003100013A915850AA20520C6FFA9808504A91086
  1902. :100320008505A901850BA90A8506A50A20BE12A983
  1903. :10033000FF85078508A903851220E4FF850DA59197
  1904. :100340002980D0034CDA13A50DC900F00BC901F0C8
  1905. :100350001AC904D0034CEA13C607D0DDC608D0D9A9
  1906. :10036000C612D0D5C606D0C24CD313A906850A2022
  1907. :100370004514205F148509204514205F14A9808549
  1908. :100380000CA000204514205F149104C8C60CD0F3C3
  1909. :10039000204514C50BF0034C111320AD1320FA13A4
  1910. :1003A0004C1513A9004CAF13A9044CAF13A9028D2F
  1911. :1003B0000009A900850E20E7FF4C000A686820CDDF
  1912. :1003C0001220F51220E312A50EC900F00568684C52
  1913. :1003D000DA1360A2F3A014202914A207A015202983
  1914. :1003E00014A91820BE1220A81360A90620BE12A2CC
  1915. :1003F00024A01520291420A81360A242A0152029AA
  1916. :1004000014A5094A4A4A4A186930C93A900318693A
  1917. :100410000720AB12A509290F186930C93A900318B3
  1918. :10042000690720AB12A24AA01586108411A20720EA
  1919. :10043000C9FF207214A000B110C900F00720D2FF3C
  1920. :10044000C84C37146020E4FF850D20B7FF2908D081
  1921. :10045000F4A5912980D00568684CDA13A50D6018C1
  1922. :10046000650B850BA50D602072146868A9068D00C8
  1923. :100470000960A00184CCA4D3B1D1297F91D1602A95
  1924. :100480002A2A20584D4F44454D20363420425920C9
  1925. :100490004348524953204C414D50544F4E202A2A34
  1926. :1004A0002A004A414E554152592032392C203139C7
  1927. :1004B0003834004E4F5420464F5220434F4D4D4547
  1928. :1004C000524349414C20444953545249425554499E
  1929. :1004D0004F4E000D584D4F44454D205452414E5300
  1930. :1004E0004D495353494F4E20494E49544941544573
  1931. :1004F000440D00424C4F434B204E4F542052454335
  1932. :1005000045495645440D00584D4F44454D205452E1
  1933. :10051000414E534D495353494F4E2041424F52543F
  1934. :1005200045440D00584D4F44454D205452414E53C3
  1935. :100530004D495353494F4E20434F4D504C45544520
  1936. :100540000D00424C4F434B20230020524543454968
  1937. :100550005645440D00060000000001020304050694
  1938. :100560000708090A0B0C0D0E0F100A1213081516B6
  1939. :100570001718191A1B1C0C1E1F20212223242526A4
  1940. :100580002728292A2B2C2D2E2F3031323334353683
  1941. :100590003738393A3B3C3D3E3F40616263646566B3
  1942. :1005A0006768696A6B6C6D6E6F7071727374757663
  1943. :1005B0007778797A5B5C5D5E5F6041424344454693
  1944. :1005C0004748494A4B4C4D4E4F5051525354555643
  1945. :1005D0005758595A7B7C7D7E7F0000000000000048
  1946. :1005E000000081000080000000000000000000000A
  1947. :1005F00000000000000000000000000000000000FB
  1948. :1006000000000000000000000000000000000000EA
  1949. :1006100000000000000000000000000000000000DA
  1950. :1006200000000000000000000000000000000000CA
  1951. :1006300000000000000000000000000000000000BA
  1952. :1006400000000000000000000000000000000000AA
  1953. :100650000000000000000000000001020304050685
  1954. :100660000714090A0B930D0E0F100A121308151622
  1955. :100670001718191A1B1C0C1E1F20212223242526A3
  1956. :100680002728292A2B2C2D2E2F3031323334353682
  1957. :100690003738393A3B3C3D3E3F40616263646566B2
  1958. :1006A0006768696A6B6C6D6E6F7071727374757662
  1959. :1006B0007778797A5B5C5D5E5F6041424344454692
  1960. :1006C0004748494A4B4C4D4E4F5051525354555642
  1961. :1006D0005758595A7B7C7D7E7F07136714FD02FFB4
  1962. :1006E00002FD02FD02FF02FD02FD02FD02FD82F994
  1963. :1006F00002FF02FD02FD02F902FF02F90B8B82FFED
  1964. :0000000000
  1965.  8-May-84 07:23:48-MDT,3828;000000000000
  1966. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1967. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 8 May 84 07:23:37-MDT
  1968. Received: From brl-mis.arpa.ARPA by AMSAA via smtp;  8 May 84 8:56 EDT
  1969. Date:     Tue, 8 May 84 8:53:38 EDT
  1970. From:     Bob Bloom (TECOM) <bbloom@Brl-Mis.ARPA>
  1971. To:       info-cpm@Brl-Mis.ARPA
  1972. cc:       bbloom@Brl-Mis.ARPA
  1973. Subject:  micro:<cpm.wstar> directory
  1974.  
  1975. (Yes, i know Keith already sent some of this out, but i had already
  1976. typed it anddon't want to "waste" it.)
  1977.  
  1978. The file of patch points to WordStar version 3.0 has just been updated.  Added 
  1979. were the no-file dispatch table, and points below user 1.  The file was also m 
  1980. modified so that it is much more readable.  Two versions are available:  
  1981. MICRO:<CPM.WSTAR>WS30PAT.PTS and .PQS, a squeezed version.
  1982.  
  1983. As it is becoming harder to figure out just files do what throughout the cpm.* 
  1984. directories, may I make an suggestion:  each <cpm.*> directory should have a 
  1985. *.cat ascii file where * is the same as the directory name and cat is for 
  1986. catalog.  This would serve the same purpose as the vol###.cat file in the 
  1987. cpmug or sigm directories and contain a short description of all the files in 
  1988. that directory.  Each new submission would include the blurb to be included in 
  1989. the *.cat file and the maintainer would need only add it on.  (w8sdz [Keith] 
  1990. and fjw [Frank] have enough to do as it is.)  
  1991.  
  1992. So guys, if you're the primary author or source in a cpm directory or even if 
  1993. you just happen to be well acquainted with all the files in a particular 
  1994. directory, make up a blurb file.
  1995.  
  1996. BUT FIRST -- Lets hear the response from the maintainers.  Is there room?  
  1997. Would keeping it up be too much work?  Is the idea worth the trouble?
  1998.  
  1999. To give an example for the <CPM.WSTAR> directory, this is what I'm thinking 
  2000. of:
  2001.  
  2002. Directory MICRO:<CPM.WSTAR>
  2003. FileName        Type  Length  Crck Explaination
  2004. --------------  ----- ------  ---- ---------------------------------------
  2005. FTNOT121.COM.1  COM    12288  2B4F Add footnotes to a WordStar file
  2006. FTNOT121.HEX.1  ASCII  29919  48E3  /
  2007. FTNOTE12.DOC.2  ASCII  15246  2A49 /
  2008. INDEX.C.1       ASCII  13181  221E Index words and phrases in a WS file
  2009. INDEX.COM.1     COM    10368  4114  /
  2010. INDEX.DOC.1     ASCII  10906  C15E /
  2011. PATCHWS.ASM.1   ASCII   1714  B468 Patches to speed response of WS ver 3.0
  2012. WS2ROFF.COM.1   COM     6016  0463 ? don't know what this does ?
  2013. WS30.DOC.1      ASCII   7375  A8D3 Bug fixes - XON/XOFF, System files, 
  2014.                                    formatted print to disk
  2015. WS30PAT.DOC.1   ASCII  21376  FE00 << obsolete patch points file >>
  2016. WS30PAT.PQS.1   COM    16512  7B7D All known patch points for WS ver 3.0
  2017. WS30PAT.PTS.1   ASCII  26520  5D97 / <-- Unsqueezed version
  2018. WSEPEM.TXT.1    ASCII   3756  B73D Mod for transparent emphasized mode on 
  2019.                                    Epson MX-80 without Graphtrax
  2020. WSFAST.MSG.1    ASCII    638  C141 How to speed up the entry to WS ver 3.3
  2021. WSKE3019.HEX.1  ASCII   2165  1AD6 Use the function keys on the H19, H29, 
  2022.                                    H89, H100 with WS (Like QuikKey)
  2023. WSKE3019.SUB.1  ASCII     70  89FA         /
  2024. WSKE3029.HEX.1  ASCII   2386  8F40        /
  2025. WSKE3029.SUB.1  ASCII     70  9DD6       /
  2026. WSKE3319.HEX.1  ASCII   2165  4A69      /
  2027. WSKE3319.SUB.1  ASCII     70  DC05     /
  2028. WSKE3329.HEX.1  ASCII   2386  D31F    /
  2029. WSKE3329.SUB.1  ASCII     70  3B9B   /
  2030. WSKEY.DEF.1     ASCII   2631  AFCA  / <-- Key definitions
  2031. WSKEY.DOC.1     ASCII   5442  1B19 / <-- Doc file, read first!
  2032. WSMX80.PAT.1    ASCII   1421  7C3E Patches for Epson MX-80 w/Graphtrax
  2033. WSUFIX4.ASM.1   ASCII   7985  6299 Patch so that WS can find it's overlays in
  2034.                                    a difference user/disk area than where 
  2035.                                    called from.
  2036.  
  2037. -bob bloom
  2038.  8-May-84 10:28:32-MDT,3083;000000000000
  2039. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2040. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 8 May 84 10:28:23-MDT
  2041. Received: From brl.arpa.ARPA by AMSAA via smtp;  8 May 84 11:56 EDT
  2042. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  8 May 84 11:53 EDT
  2043. Date: Tue 8 May 84 09:52:26-MDT
  2044. From: Ron Fowler <RFOWLER@SIMTEL20.ARPA>
  2045. Subject: Announcing MEX, a new modem program...
  2046. To: info-cpm@BRL.ARPA, info-micro@BRL.ARPA
  2047.  
  2048.  
  2049. (My apologies to those who have already seen this; there were some errors
  2050. in the CRC list that had to be corrected)
  2051.  
  2052. MEX is a new modem program for CP/M and derivative operating systems.  It
  2053. is a superset of such programs as MODEM7 and MDM ... new features include:
  2054.  
  2055.     o Compatible with MDM7 overlays
  2056.     o PHONE command allows phone numbers to be dynamically entered
  2057.       into and removed from the phone library ... phone numbers are
  2058.       associated with mnemonics that may be up to 12 characters long,
  2059.       and may optionally specify the baudrate for each site in the list.
  2060.     o KEY command supports multiple-character keystring creation and
  2061.       deletion, for use as dedicated function keys in terminal-mode
  2062.     o LOAD and SAVE commands allow keystring definitions and phone
  2063.       number libraries to be saved to and loaded from disk files
  2064.     o READ command supports unattended sessions, under control of a
  2065.       disk file created with an editor (similar in concept to CP/M's
  2066.       SUBMIT, with enhancements)
  2067.     o Greatly enhanced terminal mode
  2068.     o SENDOUT command to send strings to the modem (usually under con-
  2069.       trol of a READ file).
  2070.     o CALL command allows multiple sites lists to be specified, and each
  2071.       number to be repetitvely re-dialed any number of times.
  2072.     o STAT command allows the inspection and modification of a large
  2073.       number of system variables
  2074.     o HELP command random-accesses a disk file to provide an on-line
  2075.       documentation facility that completely explains the program
  2076.     o CLONE command allows MEX to be saved to disk, with the current
  2077.       state intact (including any defined phone numbers and keystrings).
  2078.     o Special features to enhance MEX-to-MEX connections
  2079.     o Support for all CCP commands (rename, erase, type ...) extended
  2080.       to include ZCPR2-style drive/user specifications
  2081.     o Patch file allows many default options to be modified
  2082.  
  2083. The entire MEX file set resides in the SIMTEL20 repository in <CPM.MEX>.
  2084.  
  2085. Following is a complete list of the files included as part of the MEX
  2086. terminal package:
  2087.  
  2088. Name          CRCK             Description
  2089.  
  2090. -READ.ME      ----           This message  <<corrected version 5/8/84>>
  2091. MEX10.COM     FDB9           The main program
  2092. HELP.MEX      7932           MEX on-line users manual
  2093. MEX10.DOC     068C           Full documentation for MEX
  2094. BUFFERS.DOC   70BE           Information on setting up MEX buffers
  2095. MXO-SM10.ASM  8479           Smartmodem overlay
  2096. MXO-PM10.ASM  2C28           PMMI overlay
  2097. MLOAD.COM     E51E           Overlay installation tool
  2098. MEXPAT10.ASM  2CEA           Patch file: allows defaults to be modified
  2099.  
  2100. ------------------------------------------------------------
  2101. -------
  2102.  8-May-84 12:31:50-MDT,1330;000000000000
  2103. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2104. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 8 May 84 12:31:38-MDT
  2105. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  8 May 84 14:02 EDT
  2106. Date: 8 May 1984  12:05 MDT (Tue)
  2107. Message-ID: <KPETERSEN.12013732786.BABYL@SIMTEL20>
  2108. Sender: KPETERSEN@Simtel20.ARPA
  2109. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  2110. To:   Info-Cpm@Amsaa.ARPA
  2111. Cc:   Info-Modem7@Simtel20.ARPA
  2112. Subject: MEX modem program file list
  2113.  
  2114. Here's a listing of the just-announced MEX files on SIMTEL20.  It's
  2115. provided here for the convenience of those who have FTP capability and
  2116. need to know the formats used for each file.  Some files are stored in
  2117. ITS-Binary format, while others are ASCII.  Please note that MLOAD.COM
  2118. is an updated version, not the one originally released many months ago
  2119. by Ron.
  2120. --Keith
  2121.  
  2122. Filename            Type     Bytes     Sectors     CRC
  2123.  
  2124. Directory MICRO:<CPM.MEX>
  2125. -READ.ME.1            ASCII      2460   20 =  14H  03CAH
  2126. BUFFERS.DOC.1            ASCII      3728   30 =  1EH  70BEH
  2127. HELP.MEX.1            COM     49920  390 = 186H  7932H
  2128. MEX10.COM.1            COM     23168  181 =  B5H  FDB9H
  2129. MEX10.DOC.1            ASCII     62457  488 = 1E8H  068CH
  2130. MEXPAT10.ASM.1            ASCII      4397   35 =  23H  2CEAH
  2131. MLOAD.COM.1            COM      2816   22 =  16H  E51EH
  2132. MXO-PM10.ASM.1            ASCII     27731  217 =  D9H  2C28H
  2133. MXO-SM10.ASM.1            ASCII      7478   59 =  3BH  8479H
  2134.  8-May-84 13:06:10-MDT,1172;000000000000
  2135. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2136. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 8 May 84 13:05:58-MDT
  2137. Received: From ucb-vax.arpa.ARPA by AMSAA via smtp;  8 May 84 14:42 EDT
  2138. Received: from ucbjade.CC.Berkeley.ARPA (ucbjade.ARPA) by UCB-VAX.ARPA (4.24/4.27)
  2139.     id AA17819; Tue, 8 May 84 11:45:18 pdt
  2140. Received: from ucbopal.CC.Berkeley.ARPA by ucbjade.CC.Berkeley.ARPA
  2141.     (4.14.3/4.16) id AA16613; Tue, 8 May 84 11:45:50 pdt
  2142. Received: by ucbopal.CC.Berkeley.ARPA
  2143.     (4.14/4.16) id AA00540; Tue, 8 May 84 11:43:51 pdt
  2144. Date: Tue, 8 May 84 11:43:51 pdt
  2145. From: William C. Wells <wcwells%ucbopal.CC@Ucb-Vax.ARPA>
  2146. Message-Id: <8405081843.AA00540@ucbopal.CC.Berkeley.ARPA>
  2147. To: ihnp4!ihuxe!hazard@Ucb-Vax.ARPA
  2148. Subject: Re: Wanted: Unix-like ed editor for cp/m
  2149. Cc: info-cpm@amsaa.ARPA
  2150.  
  2151. Have a look at the "ed" in the "Carousel Tool Kit" from
  2152.     Carousel Microtools, Inc.,
  2153.     609 Kearney St.
  2154.     El Cerrito CA 94530
  2155.     (415) 528-1300
  2156. There is also a "vi" like editor for H89/HDOS, H89/CPM, IBM-PC,
  2157. and ZDOS/CPM85 called "VISED" which is available from:
  2158.     The Software Subscription
  2159.     PO Box 5379
  2160.     Richmond CA
  2161.  
  2162. Bill Wells
  2163. ucbvax!wcwells
  2164. wcwells@Berkeley.ARPA
  2165.  8-May-84 21:10:47-MDT,1463;000000000000
  2166. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2167. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 8 May 84 21:10:41-MDT
  2168. Received: From brl.arpa.ARPA by AMSAA via smtp;  8 May 84 22:49 EDT
  2169. Received: From usc-eclb.arpa.ARPA by BRL-AOS via smtp;  8 May 84 22:43 EDT
  2170. Date: Tue 8 May 84 19:42:00-PDT
  2171. From: Dick <MEAD@USC-ECLB.ARPA>
  2172. Subject: ZCPR2 on Kaypro <query>
  2173. To: info-cpm@BRL.ARPA, info-micro@BRL.ARPA
  2174.  
  2175. I have been tryning to put ZCPR2 on the Kaypro 2 with poor results.
  2176. I first used the pre-configed Z2-KPRO.LBR file on SIMTEL20, but found
  2177. it to lack a few things, as well as exhibiting a peculiar fault with
  2178. most Perfect and some other software where the drive would no shut off
  2179. until a key is typed. Looking at the bios HEX overlay provided, it
  2180. appears some code in the CONIN section (drive timeout) was removed
  2181. to make room for the ZCPR2 init code. I have tried to alter both the
  2182. BIOS source and the boot rom source to init the ZCPR2 buffers, leaving
  2183. the rest of the code intact, but I always have the same failure after
  2184. a Warm boot, where the system can no longer see any files on disk
  2185. as far as executing them, while DIR shows they exist. Just before
  2186. the Warm boot, the programs load and run normally, and do so until
  2187. a warm boot. I am stumped. What is so fragile about the size and/or
  2188. location of new code in either the bios or rom??? I get a normal boot
  2189. but the WARM BOOT kills all, what gives? Any Kaypro guru's out there?
  2190. -------
  2191.  8-May-84 21:34:00-MDT,687;000000000000
  2192. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2193. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 8 May 84 21:33:56-MDT
  2194. Received: From brl.arpa.ARPA by AMSAA via smtp;  8 May 84 23:10 EDT
  2195. Received: From darcom-hq.arpa.ARPA by BRL-AOS via smtp;  8 May 84 23:10 EDT
  2196. Date:     Tue, 8 May 84 23:00:46 EDT
  2197. From:     Richard G Turner <rturner@darcom-hq.arpa>
  2198. To:       Ron Fowler <RFOWLER%simtel20.arpa@darcom-hq.arpa>
  2199. cc:       info-cpm%brl.arpa@darcom-hq.arpa, info-micro%brl.arpa@darcom-hq.arpa
  2200. Subject:  Re:  Announcing MEX, a new modem program...
  2201.  
  2202. Ron,
  2203.  
  2204. Looks interesting. I'm at a site where I can't FTP binaries. Any chance of
  2205. having a MEX10.HEX on SIMTEL20?
  2206.  
  2207. thanks,
  2208. ric
  2209.  8-May-84 21:57:51-MDT,676;000000000000
  2210. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2211. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 8 May 84 21:57:47-MDT
  2212. Received: From brl-vgr.arpa.ARPA by AMSAA via smtp;  8 May 84 23:32 EDT
  2213. Received: from su-sierra.arpa by BRL-VGR.ARPA id a000833; 8 May 84 23:25 EDT
  2214. Date: Tue 8 May 84 20:21:04-PDT
  2215. From: "Kevin W. Rudd" <KEVINW@SU-SIERRA.ARPA>
  2216. Subject: zcpr3
  2217. To: info-cpm@BRL-VGR.ARPA
  2218. cc: kevinw@SU-DSN.ARPA
  2219.  
  2220. are there any plans for installing zcpr3 (or even zcpr2) on
  2221. cpm-plus (aka cpm3)?
  2222. what would be required to make this kind of conversion (assuming
  2223. that 1 it is feasible and 2 the sources are available)
  2224.  
  2225. thanks,
  2226.   -- Kevin
  2227.      kevinw@su-dsn
  2228. -------
  2229.  9-May-84 01:44:14-MDT,1432;000000000000
  2230. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2231. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 9 May 84 01:44:08-MDT
  2232. Received: From brl.arpa.ARPA by AMSAA via smtp;  9 May 84 3:13 EDT
  2233. Received: From mit-mc.arpa.ARPA by BRL-AOS via smtp;  9 May 84 3:09 EDT
  2234. Date: Wed 9 May 84 03:06:17-EDT
  2235. From: Mark Becker <CENT.MBECK%MIT-OZ@MIT-MC.ARPA>
  2236. Subject: Re: Neophyte CP/M 2.2 Question (BIOS disk flush)
  2237. To: Info-CPM@BRL-AOS.ARPA
  2238. cc: CENT.MBECK%MIT-OZ@MIT-MC.ARPA
  2239. In-Reply-To: Message from "ihnp4!houxm!hogpc!houti!ariel!vax135!floyd!cmcl2!philabs!aecom!glen@Ucb-Vax.ARPA" of Wed 2 May 84 10:54:05-EDT
  2240.  
  2241. <*>-food for bug eater - who own's the bug?
  2242.  
  2243.      I would like to thank Glen (aecom!glen) for his information.
  2244. Very useful and also very timely (just got into the blocking/deblocking
  2245. part of this stuff).
  2246.  
  2247.      There is only one problem left: I have found the manufacturer's
  2248. implementation of the buffer-flush (flush-on-input-character) to take
  2249. an excessive amount of time; when I was writing this communications
  2250. program, so much time was lost that I was losing characters at 1200
  2251. baud.  I got around the problem by putting the console I/O routines into
  2252. the program and not using the BIOS routines.  This is, of course, not
  2253. 'standard'.
  2254.  
  2255.      I would be interested in hearing from others on their methods of
  2256. when to flush buffers.  If enough interest pops up, I'll summarize back
  2257. to the net.
  2258.  
  2259. Mark
  2260. -------
  2261.  
  2262.  9-May-84 10:39:49-MDT,970;000000000000
  2263. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2264. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 9 May 84 10:39:42-MDT
  2265. Received: From brl.arpa.ARPA by AMSAA via smtp;  9 May 84 12:16 EDT
  2266. Received: From darcom-hq.arpa.ARPA by BRL-AOS via smtp;  9 May 84 12:06 EDT
  2267. Date:     Wed, 9 May 84 11:51:10 EDT
  2268. From:     Richard G Turner <rturner@darcom-hq.arpa>
  2269. To:       info-cpm%brl.arpa@darcom-hq.arpa
  2270. Subject:  Download Bootstrap
  2271.  
  2272. How to get over the initial problem of downloading a download program
  2273. when you don't have a download program?
  2274.  
  2275. I think someone recently posted a very small assembler program to intitially
  2276. do input port to disk data transfer so that a new system could acquire 
  2277. downloading software. I had no need for it and didn't keep it.
  2278.  
  2279. A friend recently acquired CP/M for his Apple ][ (not sure what flavor)
  2280. and needs some way to grab a modem program from a local BBS. Can anyone
  2281. send me a copy of this message?
  2282.  
  2283. Thanks in advance,
  2284. rick
  2285.  9-May-84 11:06:52-MDT,1125;000000000000
  2286. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2287. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 9 May 84 11:06:47-MDT
  2288. Received: From brl.arpa.ARPA by AMSAA via smtp;  9 May 84 12:33 EDT
  2289. Received: From xerox.arpa.ARPA by BRL-AOS via smtp;  9 May 84 12:20 EDT
  2290. Received: from Muscat.ms by ArpaGateway.ms ; 09 MAY 84 06:28:58 PDT
  2291. Date: Wed, 9 May 84 09:26 EDT
  2292. From: leisner.henr@XEROX.ARPA
  2293. Subject: Re: CPM C Compilers
  2294. In-reply-to: "ihnp4!ihnet!tjr@UCB-VAX.ARPA's message of 19 Apr 84
  2295.  7:23:48 PST (Thu)"
  2296. To: ihnp4!ihnet!tjr@UCB-VAX.ARPA
  2297. cc: info-cpm@BRL-AOS.ARPA
  2298.  
  2299. How big are your tables?  Why not just initialize them in a function?
  2300. I've used BDS to do bit mapped graphics where the ascii character set
  2301. had to be encoded.  If initializers were supported it would have been
  2302. nice, but for most applications the problem isn't as severe (I had to
  2303. initialize an array of something like 100 x 8).  The biggest advantage
  2304. of BDS is it screams -- it compiles and links in very little time.
  2305.  
  2306. Aztec C for CP/M costs about $200.  I like the package -- it seems
  2307. inexpensive for a UNIX compatible C compiler.
  2308.  
  2309. Marty
  2310.  
  2311.  9-May-84 13:01:47-MDT,1117;000000000000
  2312. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2313. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 9 May 84 13:01:40-MDT
  2314. Received: From brl.arpa.ARPA by AMSAA via smtp;  9 May 84 14:23 EDT
  2315. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  9 May 84 14:16 EDT
  2316. Date: Wed 9 May 84 12:17:12-MDT
  2317. From: Ron Fowler <RFOWLER@SIMTEL20.ARPA>
  2318. Subject: MEX newsletter
  2319. To: info-cpm@BRL.ARPA, info-micro@BRL.ARPA
  2320.  
  2321. The first in a series of planned MEX newsletters is now available on SIMTEL20:
  2322. <CPM.MEX>MEXNEWS.001  ... describes a few minor bugs (and fixes for two of
  2323. them) and some additional information not present in the DOC files.
  2324.  
  2325. Also: I will restrict further announcements regarding MEX to info-cpm,
  2326. which is a more proper forum for discussion of CP/M programs (unless
  2327. there are a lot of people who would prefer to see the announcements
  2328. on info-micro).
  2329.  
  2330. Final note: I have several reports that MEX doesn't work with the
  2331. DEC VT-2 overlay; I'll be studying the problem later today; if anyone
  2332. has any idea what the problem might be, please send me a message
  2333. as soon as possible.            --Ron Fowler
  2334. -------
  2335.  9-May-84 20:33:11-MDT,811;000000000000
  2336. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2337. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 9 May 84 20:33:04-MDT
  2338. Received: From brl-vgr.arpa.ARPA by AMSAA via smtp;  9 May 84 21:50 EDT
  2339. Received: from brl-mis.arpa by BRL-VGR.ARPA id a009716; 9 May 84 21:47 EDT
  2340. Date:     Wed, 9 May 84 21:44:53 EDT
  2341. From:     Rick Conn <rconn@BRL-MIS.ARPA>
  2342. To:       "Kevin W. Rudd" <KEVINW@SU-SIERRA.ARPA>
  2343. cc:       info-cpm@BRL-VGR.ARPA, kevinw@SU-DSN.ARPA
  2344. Subject:  Re:  zcpr3
  2345.  
  2346. I have no plans of providing a version of ZCPR3 for CPM-PLUS.  Like
  2347. ZCPR1 and ZCPR2, ZCPR3 is CP/M 2.2 compatible only.  Considering that
  2348. bank switching has to be considered for the transient loader, some modification
  2349. (perhaps extensive) would have to be done.
  2350.  
  2351. When ZCPR3 is released, full source code will be included.
  2352.  
  2353. Rick
  2354. 10-May-84 02:22:48-MDT,6805;000000000000
  2355. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2356. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 10 May 84 02:22:32-MDT
  2357. Received: From brl.arpa.ARPA by AMSAA via smtp;  10 May 84 3:42 EDT
  2358. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  10 May 84 3:37 EDT
  2359. Received: from Usenet.uucp by sri-unix.uucp with rs232; 10 May 84 0:27-PDT
  2360. Date: 5 May 84 18:04:29-PDT (Sat)
  2361. To: info-cpm@Brl-Aos.ARPA
  2362. From: ihnp4!pegasus!mel@Ucb-Vax.ARPA
  2363. Subject: Review of Morrow MD3
  2364. Article-I.D.: pegasus.1265
  2365.  
  2366. To practice what I preach - here is a short review of a Morrow MD3 I just
  2367. acquired.  (I had a DEC Rainbow 100 for a year until I changed companys last
  2368. November - you may remember my reviews of that.)
  2369.  
  2370. The Morrow is a bit hard to get.  They don't have many dealers.  Call their
  2371. 800 number and get a list, all far away, and start calling.  I got a MD3
  2372. without terminal, $1499 list, 4MHz Z-80, 64K RAM, 2 DSDD floppies (384K user
  2373. space each), 2 serial ports, 1 parallel port, NewWord, Correct-it, LogiCalc,
  2374. MBASIC, Personal Pearl, Pilot, Quest Bookkeeper, & CP/M 2.2 all in the one
  2375. package.
  2376.  
  2377. The unit is quite small (16.5"w x 12"d w/plugs x 5.5"h), easily fits on the
  2378. corner of your desk.  Has a sturdy metal case with a flat top that can support
  2379. a printer or terminal.  The unit has no fan and is dead quiet unless the disks
  2380. are reading or writing, and those are quiet, too.  Nothing gets hot or even
  2381. warm, except strangely, the floppy disks themselves are warm when you pull
  2382. them out even when they have not been spinning.  Everything worked right out
  2383. of the box just exactly as described in the manuals. No surprises of any sort,
  2384. no mad scrambles back to the manuals, no calls needed to the company.  The
  2385. manuals are all well done, particularly for a novice.  I have it right next to
  2386. a FM set and on the same circuit with a TV and notice no interference (but,
  2387. the Concept terminal frazzes some FM stations).
  2388.  
  2389. The serial port to the terminal comes setup at 9600 baud with ^S/^S flow
  2390. control (well thought out, no zoom-off-the-screen, no scramble to find that
  2391. damn ^Q).  It took a lot of doing to get it to work with my beloved Concept
  2392. 108 terminal, but most normal terminals are included in the setup menu.  The
  2393. serial port to the printer/modem has a "gotcha" in that the 12 and 5 volt
  2394. power is brought out on it.  Connect it wrong and you get smoke (this is
  2395. clearly shown in the manual, as are scores of jumper options for various
  2396. situations).  I bypassed all this in connecting to the 212 UDS modem by
  2397. wireing up a M to F cable with the following 6 wires: 1 - 1 , 2 - 3 , 3 - 2 ,
  2398. 7 - 7 , 8 - 20 , 20 - 8. The parallel port uses a standard Radio Shack 26-4401
  2399. printer cable (not supplied) with the ribbon side down.
  2400.  
  2401. The following 12 liner keyed into DDT gives a terminal pass-through
  2402. (use ^Z to get back to CP/M, it doesn't hangup on you):
  2403.      lxi sp,0150
  2404.      call f320
  2405.      jz 0113
  2406.      call f332
  2407.      cpi 01a
  2408.      jz 0
  2409.      out 0fe
  2410.      call f4d4
  2411.      jz 0103
  2412.      mov c,a
  2413.      call f482
  2414.      jmp 0103
  2415.  
  2416. The CP/M release disk comes with all the CP/M goodies (including the disk
  2417. formatting program - are you listening DEC?) and the complete heavily
  2418. commented BIOS and BOOT source.  Now that is thoughtfulness to be commended. 
  2419. There is a program to change the disk read and write parameters to emulate the
  2420. disk units of several other CP/M systems. Thus you can read and write IBM PC
  2421. (CP/M only), Osborne, & Xerox disks. The BIOS has a neat feature for allowing
  2422. disks C, D, & E to be addressed even though there are only A & B physical disk
  2423. units.  The BIOS handles the operator messages to change disks in the A unit,
  2424. the running program doesn't know anything about it.  This is very, very handy
  2425. with text editing where you want to save out something to another disk, or
  2426. read in something; for spreadsheet work the same way; and for just copying
  2427. things on and off different disks.  I don't see why this hasn't caught on as
  2428. the standard way to handle floppies.  I can't think of a single thing to gripe
  2429. about the hardware, manuals, or the system software.  It all runs very well
  2430. indeed with lots of thoughtful extras to make things easier.
  2431.  
  2432. The NewWord text preparation program is an exact copy of a subset of WordStar.
  2433. It works exactly as documented, is very fast, and well thought out.  However,
  2434. I would prefer full WordStar.  The only missing feature I have run into so far
  2435. is the "print to a file" capability, but I sorely need that to interchange
  2436. text easily with UNIX (that hates those 8th bit thingies).  As a long term
  2437. emacs, and a sometimes vi, user - let me state that WordStar and NewWord are
  2438. a hundred time easier to use and have more useful capability - if WordStar
  2439. were available on DEC-20 and UNIX, emacs and vi (and nroff) would join BAL,
  2440. AutoCoder, FAP, ALGOL and the other guru'isms of the past.
  2441.  
  2442. The LogiCalc is a good-enough Visi-Clone, but I got SuperCalc 2 which is
  2443. much better (SuperCalc 2 has date handling functions for scheduleing and
  2444. project planning uses).  Quest is super; now if only I had my own business
  2445. to do bookkeeping for.  MBASIC is the regular MBASIC - it runs all the games
  2446. from RBBSs I tried it on (JETSET2 is the most fun).  Personal Pearl has too
  2447. thick a manual for me to get into, and the cursor keys are yet a different set
  2448. - phooy!  Correct-It is dumb.  The authors couldn't have possibly ever used it
  2449. themselves, and neither could the Morrow people.  It natters at you constantly
  2450. about menu selections nobody in their right mind would ever use, demands you
  2451. type in the same correction over and over if you misspell something more than
  2452. once, and then always asks you at the end for the name of your dictionary file
  2453. - which of course has some inane name that you couldn't possibly remember, and
  2454. if you don't cough it up the program promptly forgets all your new words -
  2455. dumb!  The only sour note in the package.  PILOT is OK, perfect for the menu
  2456. front-end Morrow supplies; and really good for creating CAI scripts.  The
  2457. menu front-end is really handy for doing the initial setup.  Much better than
  2458. going through a printed checklist.  It only takes a ^C to escape from, so it
  2459. doesn't get in the way at all (unlike the menu stuff on the FORTUNE and 3B2).
  2460.  
  2461. All in all, I like the Morrow.  I use it for SuperCalc and NewWord mostly, and
  2462. it does these both with adequate speed and competence.  It took all of an
  2463. hour to get the terminal pass-through, MBOOT, and MODEM up an running; thanks
  2464. to the BIOS source and experience with DDT, SAVE, and PIP.  My impression is
  2465. that it is faster and easier to use than the IBM PC and Rainbow - it sure is
  2466. more pleasent to use (I love this Concept keyboard).
  2467.   (strictly the personal opinions of)  Mel Haas  ,  houxe!mel
  2468. 10-May-84 05:08:56-MDT,1890;000000000000
  2469. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2470. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 10 May 84 05:08:49-MDT
  2471. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  10 May 84 6:39 EDT
  2472. Date: Wed, 9 May 84 15:45 PDT
  2473. Message-ID: <KPETERSEN.12014176544.BABYL@SIMTEL20>
  2474. Sender: Harris Shiffman <Shiffman%SCH-GODZILLA@MIT-MC.ARPA>
  2475. From: Harris Shiffman <Shiffman%SCH-GODZILLA@MIT-MC.ARPA>
  2476. Subject: ATR8000 Corrections
  2477. To: Info-Atari@SU-SCORE.ARPA
  2478. ReSent-From: KPETERSEN@Simtel20.ARPA
  2479. ReSent-To: Info-Cpm@Amsaa.ARPA
  2480. ReSent-Date: Thu 10 May 1984 04:42-MDT
  2481.  
  2482. Some comments about Andrew Malis' review of the SWP ATR8000:
  2483.  
  2484.     In Atari mode, the ATR (either the 16K or the 64K model) will act as
  2485. a printer interface and buffer (using either the serial or the parallel
  2486. port on the ATR for the printer) and as a disk controller.  The disk
  2487. controller will handle any combination of up to four 5.25 and 8 inch
  2488. diskette drives.  It does not support hard disks, although I have
  2489. heard that someone has modified one to do so.
  2490.  
  2491.     The software support for the serial port is limited to handling a
  2492. serial printer.  There is no software support for serial devices while
  2493. in Atari mode.  (CP/M does provide such support.)  The ATR's ROM
  2494. includes a printer driver (P:), but no RS232 driver.  To use a serial
  2495. printer, you run a provided BASIC program which patches the ATR to send
  2496. printer text to the serial port, instead of the parallel port.  By the
  2497. way, the ATR does NOT boot most of the copy protected disks I have used
  2498. to test it, so it doesn't entirely replace the good old 810.
  2499.  
  2500.     In CP/M mode, the ATR uses the Atari as a terminal (which is why it
  2501. is easy to replace the Atari with a regular terminal).  The 64K system
  2502. comes with the terminal emulator for the Atari.  This emulator supports
  2503. the BIT3 80-column board as well as the movable window 40-column screen.
  2504. 10-May-84 09:25:09-MDT,1513;000000000000
  2505. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2506. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 10 May 84 09:24:57-MDT
  2507. Received: From brl.arpa.ARPA by AMSAA via smtp;  10 May 84 10:43 EDT
  2508. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  10 May 84 10:35 EDT
  2509. Received: from Usenet.uucp by sri-unix.uucp with rs232; 10 May 84 7:06-PDT
  2510. Date: 8 May 84 2:32:51-PDT (Tue)
  2511. To: info-cpm@Brl-Aos.ARPA
  2512. From: hplabs!hao!seismo!rochester!ritcv!moscom!@Ucb-Vax.ARPA
  2513. Subject: Collection Conversions Complete
  2514. Article-I.D.: moscom.135
  2515.  
  2516. From:  "Frank J. Wancho" <WANCHO@Simtel20.ARPA>
  2517.  
  2518. The conversions of MICRO:<PC-BLUE.*>, MICRO:<CPMUG.*>, and
  2519. MICRO:<SIGM.*> are now complete.  Files with a generation number of .2
  2520. are ASCII files, while those with .1 remain ITS-Binary files.
  2521.  
  2522. Some files with apparent ASCII filetype names, such as, .BAS, .ASM,
  2523. .DOC, and others, were not converted because a high-bit was detected or
  2524. there were more than 40% control characters before the first ^Z (the
  2525. CP/M EOF for ASCII files).  The most likely reason is that such files
  2526. were created or edited using WordStar in Document mode.  There will be
  2527. no further conversions attempted on such files.
  2528.  
  2529. Each of the above directories now contains an up-to-date .CRCLST file
  2530. which indicates which files are "COM" (ITS-Binary) and which are ASCII
  2531. files.
  2532.  
  2533. For those interested in such things, the total disk space recovered
  2534. was 3,708 pages or about 12%.  Not quite as much as I had hoped, but
  2535. every page counts.
  2536.  
  2537. --Frank
  2538. 10-May-84 09:57:54-MDT,809;000000000000
  2539. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2540. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 10 May 84 09:57:49-MDT
  2541. Received: From brl.arpa.ARPA by AMSAA via smtp;  10 May 84 10:43 EDT
  2542. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  10 May 84 10:35 EDT
  2543. Received: from Usenet.uucp by sri-unix.uucp with rs232; 10 May 84 7:05-PDT
  2544. Date: 8 May 84 2:32:43-PDT (Tue)
  2545. To: info-cpm@Brl-Aos.ARPA
  2546. From: hplabs!hao!seismo!rochester!ritcv!moscom!@Ucb-Vax.ARPA
  2547. Subject: Re: Wordstar footnoter
  2548. Article-I.D.: moscom.134
  2549.  
  2550. i thought there already was a footnote.com out there.  is this ftnote12
  2551. an improvement, difference, what?  forgive me - i most certainly DOO
  2552. appreciate any and all donations to our resources, but just wondered why...
  2553.  
  2554. regards,
  2555. david kirschbaum
  2556. toad hall
  2557. abn.iscams@usc-isid
  2558. 10-May-84 10:12:28-MDT,885;000000000000
  2559. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2560. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 10 May 84 10:12:22-MDT
  2561. Received: From brl.arpa.ARPA by AMSAA via smtp;  10 May 84 10:43 EDT
  2562. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  10 May 84 10:36 EDT
  2563. Received: from Usenet.uucp by sri-unix.uucp with rs232; 10 May 84 7:07-PDT
  2564. Date: 8 May 84 2:33:13-PDT (Tue)
  2565. To: info-cpm@Brl-Aos.ARPA
  2566. From: hplabs!hao!seismo!rochester!ritcv!moscom!@Ucb-Vax.ARPA
  2567. Subject: Re:  Wordstar footnoter
  2568. Article-I.D.: moscom.136
  2569.  
  2570. From:      Charlie Strom (NYU) <strom@Brl-Bmd.ARPA>
  2571.  
  2572.  
  2573. I frankly do not recall there being a public domain footnoter out
  2574. there. I have seen a proprietary product called, strangely enough,
  2575. Footnote (by Pro/Tem Software in Ca.), and I have seen an index
  2576. generator for WordStar in the public domain, but that is about it.
  2577. Of course, I could be wrong...
  2578. 10-May-84 10:25:32-MDT,1402;000000000000
  2579. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2580. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 10 May 84 10:25:26-MDT
  2581. Received: From brl.arpa.ARPA by AMSAA via smtp;  10 May 84 10:43 EDT
  2582. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  10 May 84 10:35 EDT
  2583. Received: from Usenet.uucp by sri-unix.uucp with rs232; 10 May 84 7:05-PDT
  2584. Date: 8 May 84 2:31:29-PDT (Tue)
  2585. To: info-cpm@Brl-Aos.ARPA
  2586. From: hplabs!hao!seismo!rochester!ritcv!moscom!@Ucb-Vax.ARPA
  2587. Subject: Re: Apple BIOS info request
  2588. Article-I.D.: moscom.132
  2589.  
  2590. PHIL,
  2591.  
  2592. REGRETTABLY, I SUSPECT THAT BIOS WILL BE COPYRIGHTED.  I KNOW THE ONE
  2593. FOR MY MORROW IS COPYRIGHTED BY MORROW, BUT LUCKILY MORROW PROVIDED THE
  2594.  
  2595. SOURCE CODE FOR MINE, SO HACKING IS A (RELATIVE) JOY.  NEVER SAW SOURCE
  2596. FOR THE APPLE CP/M BIOS FROM ANYONE.
  2597.  
  2598. ON TWO OF THE SYSTEMS I WORKED ON (ONE WITH A SANTA CLARA HARD DISK, AND
  2599. THE ONE I'M ON (TEMPORARILY) RIGHT NOW, CPM56.COM WAS PROVIDED WITH THE
  2600. SYSTEM DISK.  THAT OF COURSE INCLUDED THE APPROPRIATE BIOS, BUT AS PART
  2601. OF CP/M ITSELF.  I DID START DISASSEMBLING THE ONE FOR THE SANTA CLARA,
  2602. AND MANAGED SOME TOAD HALL PATCHES, BUT NO FUN!
  2603.  
  2604. REGRETS, BUT I DON'T THINK I SHOULD TRY TO UPLOAD WHAT I DO HAVE.
  2605. PROBABLY ILLEGAL, AND THE HARD DISK BIOS WILL BE TOTALLY WRONG FOR YOU
  2606. ANYWAY.
  2607.  
  2608. REGARDS,
  2609. DAVID KIRSCHBAUM
  2610. TOAD HALL
  2611. (MISSING HIS TOAD, WHICH IS SAFELY AT HOME...)
  2612. ABN.ISCAMS@USC-ISID
  2613. 10-May-84 10:43:00-MDT,2820;000000000000
  2614. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2615. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 10 May 84 10:42:48-MDT
  2616. Received: From brl.arpa.ARPA by AMSAA via smtp;  10 May 84 10:44 EDT
  2617. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  10 May 84 10:36 EDT
  2618. Received: from Usenet.uucp by sri-unix.uucp with rs232; 10 May 84 7:08-PDT
  2619. Date: 8 May 84 2:33:38-PDT (Tue)
  2620. To: info-cpm@Brl-Aos.ARPA
  2621. From: hplabs!hao!seismo!rochester!ritcv!moscom!@Ucb-Vax.ARPA
  2622. Subject: SYNONYM art. in Microsystems
  2623. Article-I.D.: moscom.137
  2624.  
  2625. From:  Keith Petersen <W8SDZ@Simtel20.ARPA>
  2626.  
  2627.     Date: Wednesday, 25 April 1984  13:44-MST
  2628.     From: Dick <MEAD at USC-ECLB.ARPA>
  2629.     To:   info-cpm at BRL.ARPA
  2630.     Re:   SYNONYM art. in Microsystems
  2631.  
  2632.     Microsystems has a short review of a program, in the PD, called
  2633.     SYNONYM. I gather that the source listing was supposed to be
  2634.     included, but lately Microsystems has been pretty sloppy with
  2635.     such things, and it got left out. Has anyone seen the program???
  2636.  
  2637. Yes, the program is available on SIMTEL20 now.  It's in
  2638.     MICRO:<CPM.DIRUTL>SYNONYM2.DOC   and
  2639.     MICRO:<CPM.DIRUTL>SYNONYM3.ASM
  2640.  
  2641.          SYNONYM is a program that generates a program. This
  2642. generated  program  when executed, will invoke  another CP/M
  2643. command. It's really not as complex as it sounds. Here is an
  2644. example: You would like to  invoke Microsoft basic by typing
  2645. only the letter "B" instead of typing  "MBASIC".  You  could
  2646. just  rename MBASIC.COM to B.COM but you could no longer use
  2647. "MBASIC" to invoke basic.
  2648.  
  2649.          SYNONYM  can    create  a  "B.COM"  file  that when
  2650. invoked will modify the CCP input  buffer  to  "MBASIC"  and
  2651. then  jump  to  the CCP. The new .COM file is very small  (1
  2652. block)  and is saved  with  the  $SYS indicator set (in CP/M
  2653. 2.x )  so it won't clutter up your DIRectory. Then to invoke
  2654. basic you would only have to type: "B". You could also  pass
  2655. basic  a  program  name  to  execute  just as with MBASIC by
  2656. typing: "B BASPGM" (where  BASPGM  is  the name of the basic
  2657. program).
  2658.  
  2659.         You can also create a SYNONYM with a fixed parameter
  2660. string. For example you might like to run  a  basic  program
  2661. called  STARTREK.BAS    by typing "ST". SYNONYM can create a
  2662. file ("ST.COM") that will invoke  MBASIC and pass it a fixed
  2663. string "STARTREK". If you do create a SYNONYM with  a  fixed
  2664. paramater  string any paramaters entered on the command line
  2665. invoking  the  SYNONYM  will   be   appended  to  the  fixed
  2666. paramaters. This could be used to invoke the SUBMIT program,
  2667. pass it the name of the .SUB file as a fixed paramater,  and
  2668. then any other variable paramaters.
  2669.  
  2670. The program can be assembled with MAC or ASM and has been tested on
  2671. both CP/M version 1.4 and version 2.x (the $SYS attribute is set only
  2672. on 2.x).
  2673.  
  2674. --Keith
  2675. 10-May-84 10:56:51-MDT,1387;000000000000
  2676. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2677. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 10 May 84 10:56:44-MDT
  2678. Received: From brl.arpa.ARPA by AMSAA via smtp;  10 May 84 10:43 EDT
  2679. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  10 May 84 10:36 EDT
  2680. Received: from Usenet.uucp by sri-unix.uucp with rs232; 10 May 84 7:08-PDT
  2681. Date: 8 May 84 2:34:04-PDT (Tue)
  2682. To: info-cpm@Brl-Aos.ARPA
  2683. From: hplabs!hao!seismo!rochester!ritcv!moscom!@Ucb-Vax.ARPA
  2684. Subject: YAM428.LBR problems
  2685. Article-I.D.: moscom.138
  2686.  
  2687. From:  Keith Petersen <W8SDZ@Simtel20.ARPA>
  2688.  
  2689.     Date: Thursday, 26 April 1984  06:01-MST
  2690.     From: Matthew J. Weinstein <matt at UCLA-LOCUS.ARPA>
  2691.     To:   w8sdz
  2692.     Re:   YAM428.LBR
  2693.  
  2694.     I downloaded YAM428.LBR, and LU301 complains about CRCs.  In addition
  2695.     text files seem to be missing CR's.
  2696.  
  2697.     (Just thought you'd want to know...)
  2698.  
  2699.                     - Matt
  2700.  
  2701. Try LU300, Matt.  LU301 is only for CP/M look-alikes and is NOT an
  2702. update.  It's a patched LU300 which may not be competely up to specs.
  2703.  
  2704. Yes, I know about three files that contain only LF for end-of-line.
  2705. Apparently some of the files were SQueezed under Unix instead of CP/M.
  2706. You can restore them with USQ-20.COM's -N option, which converts LF's
  2707. to CRLF's.  Many people may not know about this -N option, which was
  2708. added by Chuck Forsberg to deal with Unix-SQueezed files.
  2709. --Keith
  2710. 10-May-84 11:19:34-MDT,5844;000000000000
  2711. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2712. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 10 May 84 11:19:20-MDT
  2713. Received: From brl.arpa.ARPA by AMSAA via smtp;  10 May 84 10:33 EDT
  2714. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  10 May 84 10:29 EDT
  2715. Received: from Usenet.uucp by sri-unix.uucp with rs232; 10 May 84 7:00-PDT
  2716. Date: 8 May 84 2:27:32-PDT (Tue)
  2717. To: info-cpm@Brl-Aos.ARPA
  2718. From: hplabs!hao!seismo!rochester!ritcv!moscom!@Ucb-Vax.ARPA
  2719. Subject: Update of MDM7xx overlay list
  2720. Article-I.D.: moscom.122
  2721.  
  2722. From:  Keith Petersen <W8SDZ@Simtel20.ARPA>
  2723.  
  2724. Dennis Recla has just released an updated list of all overlays known
  2725. to him.  We don't have all these at SIMTEL20, but if you need one we
  2726. don't have you can call the numbers listed at the end of his list.
  2727.  
  2728. If you find it necessary to do this I would appreciate it very much if
  2729. you would attempt to get the file to me via netmail or FTP (contact me
  2730. first for instructions on where to send it).
  2731.  
  2732. --Keith
  2733. ARPA/MILNET: W8SDZ@SIMTEL20
  2734. uucp/Usenet: ...!decvax!brl-bmd!w8sdz
  2735.  
  2736. ---file MDM7-OVL.LST---
  2737. MDM7xx Overlay list as of 04/29/84
  2738.  
  2739.        Rev. 1.4    Dennis Recla
  2740.  
  2741. Locate your computer system in the list to find the proper overlay
  2742. to use with the various versions of MDM7xx.
  2743.  
  2744.             MDM7xx Overlay Name
  2745. ==========================================================================
  2746. Preferred Vers.        Older vers.        Computer Discription
  2747. -------------------------------------------------------------------------- 
  2748. MDM7ABC.ASM                    Archives Business Computer
  2749. MDM7ADDS.ASM                    ADDS Multivision overlay
  2750. M7AC+3.ASM    M7AC-1.ASM    MDM711AC.ASM    AppleCat II Overlay
  2751. M7AJ-1.ASM    M7JC-2.ASM            Apple J-Cat Overlay
  2752. M7AL5-1.ASM    M7AL-1.ASM            Altos Series 5 Overlay
  2753. M7AL8-1.ASM                    Altos Series 8000 Overlay
  2754. M7AM-1.ASM                    Apple W/MTN. Comp. CPS
  2755. M7AP+3.ASM    M7AP-1.ASM    MDM711AP.ASM    Apple II overlay
  2756. M7AQ-3.ASM    M714A3.ASM            Apple with MicroModem
  2757. M7AMPRO.ASM                    Ampro Little Board
  2758. MDM712BB.ASM                    Big Board I
  2759. M7C3-1.ASM                    CP/M 3.0 AUX DEV  Overlay
  2760. M7CD-1.ASM    MDM7CROT.ASM            Cromemco TUART @50 hex
  2761. M7-2710.ASM    MDM711CC.ASM            Calif. Comp. 2710 board
  2762. M7-2719.ASM    M7CC2719.ASM            Calif. Comp. 2719 board
  2763. MDM7DB.ASM                    Dynabyte Serial port 1
  2764. M7DP-1.ASM    MDM711DP.ASM            DataPoint 1560 Overlay
  2765. MDM7DUR.ASM                    Durango series ovelay
  2766. M7EP-2.ASM    M7EP-1.ASM    M712EP.ASM    Epson QX-10 overlay
  2767. M7EGL-1.ASM    M7EG-1.ASM            Eagle II and III overlay
  2768. M7GP-1.ASM    MDM711GP.ASM            General Purpose overlay
  2769. M7H8-4A.ASM    M7H8-1.ASM            Heath/Zenith 89 overlay
  2770. M7HP-1.ASM    MDM712HP.ASM    MDM711HP.ASM    Hewlett Packard 125
  2771. M7HZ-1.ASM    MDM711HZ.ASM            Heath/Zenith 100 overlay (2661)
  2772. M7IB7102.ASM                    Ibex Model 7102 overlay
  2773. M7IM-2.ASM    MDM7IMS.ASM            IMS 5000 series overlay
  2774. M7IN-2.ASM    M7IN-1.ASM            Interfacer 3/4 overlay
  2775. MDM711I3.ASM                    Interfacer 3 Overlay
  2776. M7ISB-1.ASM                    Intertec Super Brain Overlay
  2777. M7KP-2.ASM    M7KP-1.ASM    MDM711KP.ASM    Kaypro overlay
  2778. M7LO-1.ASM    M712LO.ASM            Lobo Max-80 overlay
  2779. M7MD-1.ASM    MDM711MD.ASM            Morrow MD I & II overlay
  2780. MDM7MIO.ASM                    Intersystems MIO board @80hex
  2781. M7MM+4.ASM    M7MM-1.ASM    MDM711MM.ASM    Morrow Multi I/O overlay
  2782. M7NA-1.ASM    M712NA.ASM            North Star Advantage overlay
  2783. M7NE-1.ASM    MDM711NE.ASM            NEC PC-8001 overlay
  2784. M7NH-2.ASM    M7NH-1.ASM            North Star Horizon w/HSIO-4
  2785. MDM7NS.ASM    M712NS.ASM            North Star Horizon port B
  2786. M7NSP-1.ASM    MDM711SP.ASM            National Semi. Starplex
  2787. M7NM-6.ASM    M7NM-1.ASM            PHONE NUMBER OVERLAY
  2788. MDM7NT.ASM                    Northern Telecom system
  2789. M7OA-1.ASM    MDM712OT.ASM            Otrona Attache overlay
  2790. M7OS-1.ASM    MDM711OS.ASM            Osborne overlay ext. modem
  2791. M7OS-1NE.ASM                    with Nuevo Eq. 80 Col. card
  2792. M7-OSCP.ASM                    Osborne with DATACOMM modem
  2793. M7OD-4.ASM                    Osborne with COMM-PAC modem
  2794. M7OX-1.ASM    MDM711OX.ASM            Osborne Executive overlay
  2795. M7P1-1.ASM                    PMC Micromate 101
  2796. M7PC-1.ASM    M712PC.ASM            IBM with Baby Blue Z-80
  2797. M7PM-1.ASM    M712PM.ASM            PMMI S-100 Overlay
  2798. MDM7QUAY.ASM                    Quay Series
  2799. M7R1-3.ASM    MDM7TRS1.ASM    M7R1-1.ASM    TRS-80 Model I
  2800. M7R2-1.ASM    MDM7TRS2.ASM            TRS-80 Model II
  2801. M7R3-1.ASM                    TRS-80 Model III
  2802. M7R4-4.ASM    M7TR4-1.ASM            TRS-80 Model IV
  2803. M7RSCP+.ASM                    TRS-80 Model IV CP/M+
  2804. M730RV.ASM    M724RV.ASM    M7RV-1.ASM    Racal Vadic VA212PA overlay
  2805. M7RV3451.ASM                    Racal Vadic 3451 overlay
  2806. M7SBC-1.ASM    MDM7SBC.ASM            Superbrain Compustar overlay
  2807. M7SD-1.ASM                    SD Systems SD200
  2808. MDM7SOL.ASM                    Processor Tech. SOL overlay
  2809. M7SY-3.ASM    M7SY-1.ASM    MDM711SY.ASM    Sanyo MBC-1000 Overlay
  2810. M7S1-1.ASM                    Sanyo MBC-1100 overlay
  2811. M7TV-1.ASM    MDM711TV.ASM            Televideo TS-802 overlay
  2812. MDM7TV3.ASM                    Televideo TS-803 overlay
  2813. M7US-2.ASM    M7US-1.ASM            U.S. Robotics S-100 board
  2814. M7VG-1.ASM    MDM7VG3.ASM            Vector Graphics 3 & 4
  2815. M7VIO-1.ASM    MDM7VIO.ASM            Ithaca VIO board w/2651
  2816. M7VT-2.ASM    M7VT-1.ASM    MDM712VT.ASM    DEC Vt-180/Rainbow overlay
  2817. M7XE-1.ASM    MDM711XE.ASM            Xerox 820 overlay
  2818. M7XSMB-1.ASM    MDM711XI.ASM            Xitan SMB board w/6850
  2819. M7ZB-1.ASM    MDM712ZB.ASM            Telcon Zorba overlay
  2820.  
  2821. The overlay file on the left is the prefered version for the various MDM7
  2822. overlays.  Usually the difference means the the SET command is active and
  2823. will allow for changing the Baud rate from the modem program and not have
  2824. to use an external 'SETUP' programs.
  2825.  
  2826. Be sure that when you use DDT to overlay the proper HEX file on the various
  2827. MDM7xx.COM programs that you SAVE the proper amount of Memory to the .COM
  2828. file.  As MDM7xx has grown the SAVE size has also increased, so don't use
  2829. the SAVE size in the overlay unless you are using it on the the identified
  2830. MDM7xx program.
  2831.  
  2832. Good luck with your overlay..
  2833.  
  2834. If there are any NEW computer or S-100 board MDM7xx overlays not on this
  2835. list please upload them to Dave Crane's RCP/M (214-931-8274) or to the
  2836. Technical CBBS (313-846-6127) for inclusion in this list or contact me
  2837. on my up and down RCP/M at (214-681-4789; always 300 but usually 300/1200)
  2838.  
  2839. Dennis Recla
  2840. 10-May-84 11:42:16-MDT,1124;000000000000
  2841. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2842. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 10 May 84 11:42:10-MDT
  2843. Received: From brl.arpa.ARPA by AMSAA via smtp;  10 May 84 12:56 EDT
  2844. Received: From sri-tsc.arpa.ARPA by BRL-AOS via smtp;  10 May 84 12:58 EDT
  2845. Received: by sri-tsc.arpa at Thu, 10 May 84 09:56:35 pdt
  2846. From: edl <edl@Sri-Tsc.ARPA>
  2847. Message-Id: <8405101656.AA04520@sri-tsc.arpa>
  2848. Date: 10 May 1984 0956-PDT (Thursday)
  2849. To: ihnp4!pegasus!mel@Ucb-Vax.ARPA
  2850. Cc: info-cpm@Brl-Aos.ARPA
  2851. Subject: Re: Review of Morrow MD3
  2852. In-Reply-To: Your message of 5 May 84 18:04:29-PDT (Sat).
  2853.  
  2854.  
  2855. Being a Morrow owner I am pleased to hear of someone else's experience
  2856. with it.  I have just a few comments to add.  I find Wordstar painful
  2857. and since I am used to EMACS and ELLE (the EMACS for UNIX) I installed
  2858. Mince on my MD2 and am quite pleased with it.  My only complaint is
  2859. that it is very difficult and expensive to install a hard disk since
  2860. there is no bus into which to plug a disk controller.  If anyone out
  2861. there has a relatively cheap solution to this I'd certainly appreciate
  2862. it.
  2863.  
  2864. Jan  (edl@sri-tsc)
  2865. 10-May-84 11:49:04-MDT,6828;000000000000
  2866. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2867. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 10 May 84 11:48:46-MDT
  2868. Received: From brl.arpa.ARPA by AMSAA via smtp;  10 May 84 10:33 EDT
  2869. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  10 May 84 10:29 EDT
  2870. Received: from Usenet.uucp by sri-unix.uucp with rs232; 10 May 84 7:01-PDT
  2871. Date: 8 May 84 2:30:07-PDT (Tue)
  2872. To: info-cpm@Brl-Aos.ARPA
  2873. From: hplabs!hao!seismo!rochester!ritcv!moscom!@Ucb-Vax.ARPA
  2874. Subject: Review of Morrow MD3
  2875. Article-I.D.: moscom.128
  2876.  
  2877. To practice what I preach - here is a short review of a Morrow MD3 I just
  2878. acquired.  (I had a DEC Rainbow 100 for a year until I changed companys last
  2879. November - you may remember my reviews of that.)
  2880.  
  2881. The Morrow is a bit hard to get.  They don't have many dealers.  Call their
  2882. 800 number and get a list, all far away, and start calling.  I got a MD3
  2883. without terminal, $1499 list, 4MHz Z-80, 64K RAM, 2 DSDD floppies (384K user
  2884. space each), 2 serial ports, 1 parallel port, NewWord, Correct-it, LogiCalc,
  2885. MBASIC, Personal Pearl, Pilot, Quest Bookkeeper, & CP/M 2.2 all in the one
  2886. package.
  2887.  
  2888. The unit is quite small (16.5"w x 12"d w/plugs x 5.5"h), easily fits on the
  2889. corner of your desk.  Has a sturdy metal case with a flat top that can support
  2890. a printer or terminal.  The unit has no fan and is dead quiet unless the disks
  2891. are reading or writing, and those are quiet, too.  Nothing gets hot or even
  2892. warm, except strangely, the floppy disks themselves are warm when you pull
  2893. them out even when they have not been spinning.  Everything worked right out
  2894. of the box just exactly as described in the manuals. No surprises of any sort,
  2895. no mad scrambles back to the manuals, no calls needed to the company.  The
  2896. manuals are all well done, particularly for a novice.  I have it right next to
  2897. a FM set and on the same circuit with a TV and notice no interference (but,
  2898. the Concept terminal frazzes some FM stations).
  2899.  
  2900. The serial port to the terminal comes setup at 9600 baud with ^S/^S flow
  2901. control (well thought out, no zoom-off-the-screen, no scramble to find that
  2902. damn ^Q).  It took a lot of doing to get it to work with my beloved Concept
  2903. 108 terminal, but most normal terminals are included in the setup menu.  The
  2904. serial port to the printer/modem has a "gotcha" in that the 12 and 5 volt
  2905. power is brought out on it.  Connect it wrong and you get smoke (this is
  2906. clearly shown in the manual, as are scores of jumper options for various
  2907. situations).  I bypassed all this in connecting to the 212 UDS modem by
  2908. wireing up a M to F cable with the following 6 wires: 1 - 1 , 2 - 3 , 3 - 2 ,
  2909. 7 - 7 , 8 - 20 , 20 - 8. The parallel port uses a standard Radio Shack 26-4401
  2910. printer cable (not supplied) with the ribbon side down.
  2911.  
  2912. The following 12 liner keyed into DDT gives a terminal pass-through
  2913. (use ^Z to get back to CP/M, it doesn't hangup on you):
  2914.      lxi sp,0150
  2915.      call f320
  2916.      jz 0113
  2917.      call f332
  2918.      cpi 01a
  2919.      jz 0
  2920.      out 0fe
  2921.      call f4d4
  2922.      jz 0103
  2923.      mov c,a
  2924.      call f482
  2925.      jmp 0103
  2926.  
  2927. The CP/M release disk comes with all the CP/M goodies (including the disk
  2928. formatting program - are you listening DEC?) and the complete heavily
  2929. commented BIOS and BOOT source.  Now that is thoughtfulness to be commended. 
  2930. There is a program to change the disk read and write parameters to emulate the
  2931. disk units of several other CP/M systems. Thus you can read and write IBM PC
  2932. (CP/M only), Osborne, & Xerox disks. The BIOS has a neat feature for allowing
  2933. disks C, D, & E to be addressed even though there are only A & B physical disk
  2934. units.  The BIOS handles the operator messages to change disks in the A unit,
  2935. the running program doesn't know anything about it.  This is very, very handy
  2936. with text editing where you want to save out something to another disk, or
  2937. read in something; for spreadsheet work the same way; and for just copying
  2938. things on and off different disks.  I don't see why this hasn't caught on as
  2939. the standard way to handle floppies.  I can't think of a single thing to gripe
  2940. about the hardware, manuals, or the system software.  It all runs very well
  2941. indeed with lots of thoughtful extras to make things easier.
  2942.  
  2943. The NewWord text preparation program is an exact copy of a subset of WordStar.
  2944. It works exactly as documented, is very fast, and well thought out.  However,
  2945. I would prefer full WordStar.  The only missing feature I have run into so far
  2946. is the "print to a file" capability, but I sorely need that to interchange
  2947. text easily with UNIX (that hates those 8th bit thingies).  As a long term
  2948. emacs, and a sometimes vi, user - let me state that WordStar and NewWord are
  2949. a hundred time easier to use and have more useful capability - if WordStar
  2950. were available on DEC-20 and UNIX, emacs and vi (and nroff) would join BAL,
  2951. AutoCoder, FAP, ALGOL and the other guru'isms of the past.
  2952.  
  2953. The LogiCalc is a good-enough Visi-Clone, but I got SuperCalc 2 which is
  2954. much better (SuperCalc 2 has date handling functions for scheduleing and
  2955. project planning uses).  Quest is super; now if only I had my own business
  2956. to do bookkeeping for.  MBASIC is the regular MBASIC - it runs all the games
  2957. from RBBSs I tried it on (JETSET2 is the most fun).  Personal Pearl has too
  2958. thick a manual for me to get into, and the cursor keys are yet a different set
  2959. - phooy!  Correct-It is dumb.  The authors couldn't have possibly ever used it
  2960. themselves, and neither could the Morrow people.  It natters at you constantly
  2961. about menu selections nobody in their right mind would ever use, demands you
  2962. type in the same correction over and over if you misspell something more than
  2963. once, and then always asks you at the end for the name of your dictionary file
  2964. - which of course has some inane name that you couldn't possibly remember, and
  2965. if you don't cough it up the program promptly forgets all your new words -
  2966. dumb!  The only sour note in the package.  PILOT is OK, perfect for the menu
  2967. front-end Morrow supplies; and really good for creating CAI scripts.  The
  2968. menu front-end is really handy for doing the initial setup.  Much better than
  2969. going through a printed checklist.  It only takes a ^C to escape from, so it
  2970. doesn't get in the way at all (unlike the menu stuff on the FORTUNE and 3B2).
  2971.  
  2972. All in all, I like the Morrow.  I use it for SuperCalc and NewWord mostly, and
  2973. it does these both with adequate speed and competence.  It took all of an
  2974. hour to get the terminal pass-through, MBOOT, and MODEM up an running; thanks
  2975. to the BIOS source and experience with DDT, SAVE, and PIP.  My impression is
  2976. that it is faster and easier to use than the IBM PC and Rainbow - it sure is
  2977. more pleasent to use (I love this Concept keyboard).
  2978.   (strictly the personal opinions of)  Mel Haas  ,  houxe!mel
  2979. 10-May-84 12:25:05-MDT,563;000000000000
  2980. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2981. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 10 May 84 12:25:01-MDT
  2982. Received: From brl.arpa.ARPA by AMSAA via smtp;  10 May 84 13:58 EDT
  2983. Received: From usc-eclb.arpa.ARPA by BRL-AOS via smtp;  10 May 84 14:00 EDT
  2984. Date: Thu 10 May 84 11:00:31-PDT
  2985. From: Dick <MEAD@USC-ECLB.ARPA>
  2986. Subject: What of QK2x??
  2987. To: info-cpm@BRL.ARPA
  2988.  
  2989. Too bad that the release of QK20 had some bugs, as the new features were
  2990. very desirable. Is there any plan to re-release it? I hope the author has
  2991. not given up on it.
  2992. -------
  2993. 10-May-84 20:27:56-MDT,736;000000000000
  2994. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2995. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 10 May 84 20:27:51-MDT
  2996. Received: From brl.arpa.ARPA by AMSAA via smtp;  10 May 84 21:59 EDT
  2997. Received: From dec-marlboro.arpa.ARPA by BRL-AOS via smtp;  10 May 84 21:57 EDT
  2998. Date: 10 May 1984 2200-EDT
  2999. From: Larry Campbell <LCAMPBELL@Dec-Marlboro.ARPA>
  3000. To: ihnp4!pegasus!mel@Ucb-Vax.ARPA, info-cpm@Brl-Aos.ARPA
  3001. Subject: Re: Review of Morrow MD3
  3002. Message-ID: <"MS11(2364)+GLXLIB1(1056)" 12014343599.37.71.235719 at DEC-MARLBORO>
  3003. References: Message from ihnp4!pegasus!mel@Ucb-Vax.ARPA
  3004.               of 10-May-84 1410-EDT
  3005.  
  3006. One small point, Mel:  DEC has been shipping the floppy formatter
  3007. with Rainbows since last fall.
  3008.    --------
  3009. 11-May-84 00:25:45-MDT,1216;000000000000
  3010. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3011. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 11 May 84 00:25:40-MDT
  3012. Received: From brl.arpa.ARPA by AMSAA via smtp;  11 May 84 2:00 EDT
  3013. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  11 May 84 1:59 EDT
  3014. Received: from Usenet.uucp by sri-unix.uucp with rs232; 10 May 84 22:55-PDT
  3015. Date: 7 May 84 4:43:22-PDT (Mon)
  3016. To: info-cpm@Brl-Aos.ARPA
  3017. From: ihnp4!ihuxk!db21@Ucb-Vax.ARPA
  3018. Subject: Wordstar 3.3 Help Wanted.
  3019. Article-I.D.: ihuxk.624
  3020.  
  3021. I have been using Wordstar 3.0 on my personal computer and have been
  3022. happy with its performance.  Recently, I obtained ver 3.3 mostly so
  3023. I could use the spelling checker supplied by my local computer store.
  3024. In printing out a document with ver 3.3, I noticed that I only get
  3025. printing from one direction reather than two as with ver 3.0.  Does
  3026. anyone know of a patch for 3.3 so that I can print bi-directionally?
  3027. I also noticed that I cannot read ver 3.0 files from 3.3.  Is this 
  3028. normal or am I seeing something strange?  I am using the NEC PC8800
  3029. with 8032A printer.  Thanks in advance for your help.
  3030.                                        Dave Beyerl
  3031.                                        ihuxk!db21
  3032. 11-May-84 01:29:02-MDT,981;000000000000
  3033. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3034. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 11 May 84 01:28:57-MDT
  3035. Received: From brl.arpa.ARPA by AMSAA via smtp;  11 May 84 3:01 EDT
  3036. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  11 May 84 2:59 EDT
  3037. Received: from Usenet.uucp by sri-unix.uucp with rs232; 10 May 84 23:42-PDT
  3038. Date: 8 May 84 10:10:28-PDT (Tue)
  3039. To: info-cpm@Brl-Aos.ARPA
  3040. From: hplabs!sdcrdcf!darrelj@Ucb-Vax.ARPA
  3041. Subject: Re:  HELP WITH DATA TRANSFER
  3042. Article-I.D.: sdcrdcf.1070
  3043. In-Reply-To: Article <12510@sri-arpa.UUCP>
  3044.  
  3045. The Kermit protocol includes conventions for 8th bit quoting and control-char
  3046. quoting to permit transfer through restricted data channels.  (However, not
  3047. all implementations implement all features).
  3048.  
  3049. -- 
  3050. Darrel J. Van Buer, PhD
  3051. System Development Corp.
  3052. 2500 Colorado Ave
  3053. Santa Monica, CA 90406
  3054. (213)820-4111 x5449
  3055. ...{allegra,burdvax,cbosgd,hplabs,ihnp4,sdccsu3,trw-unix}!sdcrdcf!darrelj
  3056. VANBUER@USC-ECL.ARPA
  3057. 11-May-84 11:27:20-MDT,871;000000000000
  3058. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3059. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 11 May 84 11:27:16-MDT
  3060. Received: From brl.arpa.ARPA by AMSAA via smtp;  11 May 84 13:04 EDT
  3061. Received: From brl-mis.arpa.ARPA by BRL-AOS via smtp;  11 May 84 12:58 EDT
  3062. Date:     Fri, 11 May 84 12:54:50 EDT
  3063. From:     Bob Bloom (TECOM) <bbloom@Brl-Mis.ARPA>
  3064. To:       ihnp4!ihuxk!db21@ucb-vax.arpa
  3065. cc:       info-cpm@brl-aos.arpa
  3066. Subject:  Re:  Wordstar 3.3 Help Wanted.
  3067.  
  3068. You're seeing something strange - WordStar can "read" any file, version
  3069. 3.0, 2.2, 3.3, whatever.  What about it is not reading?
  3070.  
  3071. Carefully step through the installer for custom printers.  There is
  3072. a selection for bi-directional printing.  Check that it is set
  3073. correctly for your NEC PC8800 - I found a mistake in the NEC 5500/7700
  3074. default selections, so problems might exist.
  3075.  
  3076. -bob bloom
  3077. 11-May-84 16:24:41-MDT,686;000000000000
  3078. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3079. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 11 May 84 16:24:34-MDT
  3080. Received: From utah-20.arpa.ARPA by AMSAA via smtp;  11 May 84 17:57 EDT
  3081. Date: Fri 11 May 84 16:00:15-MDT
  3082. From: Harold Carr <CARR@UTAH-20.ARPA>
  3083. Subject: Public Domain forth
  3084. To: info-cpm@AMSAA.ARPA
  3085.  
  3086. Is there a good source for public domain forth systems, utilities and
  3087. applications?  I already know about simtel's cpm-f83 and cpm-forth directories.
  3088. These are good, but I am looking for stuff like screen editors, assemblers
  3089. for various microprocessors, etc. 
  3090.  
  3091. Any pointers would be appreciated.  Thanks in advance.
  3092.  
  3093. Harold Carr
  3094. (CARR@UTAH-20)
  3095. -------
  3096. 11-May-84 22:58:06-MDT,1364;000000000000
  3097. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3098. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 11 May 84 22:58:01-MDT
  3099. Received: From brl.arpa.ARPA by AMSAA via smtp;  12 May 84 0:31 EDT
  3100. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  12 May 84 0:32 EDT
  3101. Received: from Usenet.uucp by sri-unix.uucp with rs232; 11 May 84 21:26-PDT
  3102. Date: 9 May 84 15:27:03-PDT (Wed)
  3103. To: info-cpm@Brl-Aos.ARPA
  3104. From: hplabs!hao!seismo!ut-sally!ut-ngp!ables@Ucb-Vax.ARPA
  3105. Subject: small C
  3106. Article-I.D.: ut-ngp.584
  3107.  
  3108. [Let me know if you don't receive this line, I'll send another one.]
  3109.  
  3110. Does anyone know about or have the Small C compiler for CP/M which
  3111. was mention some time back.  If I'm not mistaken, it's in the
  3112. public domain (??).  I picked up some of the routines at the time
  3113. because I was intending to get CP/M later.  Recently I went back
  3114. and looked at the routines, and realized they're all in C (except
  3115. for the runtime package, I think).  Apparently I missed picking
  3116. something up or were these routines in the public domain and you
  3117. could use them only if you had already bought the compiler.
  3118.  
  3119. Also, having followed the recent discussion about C compilers and
  3120. not seeing Small C mentioned, is it worth fooling with?
  3121.  
  3122. Any info is greatly appreciated.  Thanks.
  3123. ----
  3124. -King
  3125.  ARPA:ables@ut-ngp
  3126.  UUCP:{ctvax,ihnp4,kpno,seismo}!ut-sally!ut-ngp!ables
  3127. 12-May-84 06:26:07-MDT,1741;000000000000
  3128. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3129. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 12 May 84 06:26:01-MDT
  3130. Received: From brl.arpa.ARPA by AMSAA via smtp;  12 May 84 8:04 EDT
  3131. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  12 May 84 7:59 EDT
  3132. Received: from Usenet.uucp by sri-unix.uucp with rs232; 12 May 84 4:42-PDT
  3133. Date: 9 May 84 21:52:21-PDT (Wed)
  3134. To: info-cpm@Brl-Aos.ARPA
  3135. From: hplabs!sdcrdcf!sdcsvax!sdccs6!ix255@Ucb-Vax.ARPA
  3136. Subject: Apple ][+ for sale
  3137. Article-I.D.: sdccs6.1467
  3138.  
  3139. I am trying to sell an Apple ][+.  I am trying to move up to the newer
  3140. 32 bit micros.  The system is being sold completely.  (Software,
  3141. Hardware,manuals...total)  The system consists of:
  3142.  
  3143. Apple ][+             CPM PCPI Card 64k of its own memory
  3144. 16k language card               Printer Interface card (Epson)
  3145. 80 column card                  Epson MX80 Graphtrax+ printer
  3146. micromodem ][                   (2) Quentin 40 track drives
  3147. Kraft Joystick                  Surge protector
  3148.  
  3149. The following software is included:
  3150.  
  3151. UCSD Pascal II.1 Apple Pascal (w. several enhancements)
  3152. Turbo Pascal 1.0 for CPM (Super!)
  3153. Powertext Word Processor
  3154. Aztec C compiler for both CPM 80 and C65
  3155. muMath/muSimp Symbollic Processor (super for students of math and
  3156. physics can solve equations up to 37 variables in seconds)
  3157. Sensible Speller spell checking package
  3158. Wordstar, MBasic, JRT Pascal 3.0, Fortran 66, Cobol 74, Microsoft Cobol,
  3159. Microsoft Fortran, Basic Compiler for Applesoft, ProDos, Modem7, CLIP
  3160. Unix like command processor, Several games, and other DOS software.
  3161.  
  3162.  
  3163. I'm asking $2700 or best offer.
  3164.  
  3165. Contact   John Antypas   453-2841
  3166.       PO Box 7037
  3167.       La Jolla, Ca. 92037
  3168.       or use this mail... ..!sdccsu3!sdccs6!ix255
  3169. 12-May-84 07:39:57-MDT,701;000000000000
  3170. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3171. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 12 May 84 07:39:53-MDT
  3172. Received: From usc-isi.arpa.ARPA by AMSAA via smtp;  12 May 84 9:19 EDT
  3173. Date: 12 May 1984 09:22-EDT
  3174. Sender: KEENAN@Usc-Isi.ARPA
  3175. Subject: Need info on C compilers
  3176. From: KEENAN@Usc-Isi.ARPA
  3177. To: info-cpm@Amsaa.ARPA
  3178. Cc: Keenan@Usc-Isi.ARPA
  3179. Message-ID: <[USC-ISI]12-May-84 09:22:36.KEENAN>
  3180.  
  3181.  
  3182. If anyone still has the summary of C compilers which was on the
  3183. net recently, I would like a copy as well.
  3184.  
  3185.                                            Thank you,
  3186.                                            John Keenan
  3187.                                            (Keenan at ISI)
  3188.  
  3189. 12-May-84 09:36:44-MDT,1042;000000000000
  3190. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3191. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 12 May 84 09:36:40-MDT
  3192. Received: From brl.arpa.ARPA by AMSAA via smtp;  12 May 84 11:17 EDT
  3193. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  12 May 84 11:14 EDT
  3194. Received: from Usenet.uucp by sri-unix.uucp with rs232; 12 May 84 8:03-PDT
  3195. Date: 10 May 84 13:41:50-PDT (Thu)
  3196. To: info-cpm@Brl-Aos.ARPA
  3197. From: hplabs!sdcrdcf!sdcsvax!sdccsu3!loral!simard@Ucb-Vax.ARPA
  3198. Subject: Re: BIOS Techniques, a question (more).
  3199. Article-I.D.: loral.118
  3200. In-Reply-To: Article <256@intelca.UUCP>, <117@loral.UUCP>
  3201.  
  3202.     A note of caution re my last discussion: if SELDSK checks
  3203.     for disk type (?S/?D), it should do so only when there is
  3204.     a real chance the disk has been changed.  Many programs
  3205.     rapidly bounce from one logical disk to another (I have
  3206.     been known to assemble long source files from one disk
  3207.     for source, another for object and still another for  listing).
  3208.     The number of unneccessary type checks in this case would be
  3209.     staggering.
  3210. 12-May-84 09:41:48-MDT,2383;000000000000
  3211. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3212. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 12 May 84 09:41:39-MDT
  3213. Received: From brl.arpa.ARPA by AMSAA via smtp;  12 May 84 11:17 EDT
  3214. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  12 May 84 11:15 EDT
  3215. Received: from Usenet.uucp by sri-unix.uucp with rs232; 12 May 84 8:03-PDT
  3216. Date: 10 May 84 13:16:01-PDT (Thu)
  3217. To: info-cpm@Brl-Aos.ARPA
  3218. From: hplabs!sdcrdcf!sdcsvax!sdccsu3!loral!simard@Ucb-Vax.ARPA
  3219. Subject: Re: BIOS Techniques, a question.
  3220. Article-I.D.: loral.117
  3221. In-Reply-To: Article <256@intelca.UUCP>
  3222.  
  3223.     The disk parameter block (DPB) whose address is returned ih
  3224.     the HL pair when SELDSK is called contains a pointer to the
  3225.     disk parameter header which defines the characteristics
  3226.     of the current drive which  are to apply to all further calls to
  3227.     SECTRAN, SETSEC (indirectly), READ and WRITE,
  3228.     until SELDSK is called again.  As long as the
  3229.     DPH/DPB data agree with the disk currently accessed, CP/M will
  3230.     be happy.  The only error indications that the BIOS returns
  3231.     to the BDOS (main body of CPM) is success (A=0) or failure
  3232.     (A<>0) from READ or WRITE, or that SELDSK was asked to select
  3233.     an invalid logical drive (HL returned = 0).  If you can determine
  3234.     what kind of disk is installed in a physical drive dynamically,
  3235.     the check should be placed in SELDSK.  The pointer in the
  3236.     DPB to the appropriate DPH would then be set by SELDSK
  3237.     to reflect the outcome of the
  3238.     check as well as set up the driver for the disk controller
  3239.     as appropriate.  If that is not possible,
  3240.     then you might want to implement multiple
  3241.     logical drives for each physical drive (for example, if your system
  3242.     has two physical drives, A: and B: could be SS/SD, C: and D: could
  3243.     be the same drives, but SS/DD, etc.).  The operator would select
  3244.     the drive according to the type of disk installed. 
  3245.  
  3246.     Note: I am referring to DPB's and DPH's from memory.  I
  3247.     may have them reversed.  What I refer to as DPB is the
  3248.     16-byte block unique to each logical drive, containing
  3249.     pointers to the applicable DPH, sector translation table,
  3250.     allocation and check vectors, and whose address is returned by
  3251.     SELDSK.  The DPH in the above is the
  3252.     data set defining the size, reserved tracks, block size,
  3253.     etc., and which may be shared by numerous logical drives.
  3254.     
  3255.     Ray Simard
  3256.     Loral Instrumentation, San Diego, CA.
  3257. 12-May-84 10:03:31-MDT,978;000000000000
  3258. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3259. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 12 May 84 10:03:20-MDT
  3260. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  12 May 84 11:38 EDT
  3261. Date: 12 May 1984  09:40 MDT (Sat)
  3262. Message-ID: <KPETERSEN.12014755105.BABYL@SIMTEL20>
  3263. Sender: KPETERSEN@Simtel20.ARPA
  3264. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  3265. To:   hplabs!hao!seismo!ut-sally!ut-ngp!ables@Ucb-Vax.ARPA
  3266. Cc:   Info-Cpm@Amsaa.ARPA
  3267. Subject: Where to get Small C for CP/M
  3268. In-reply-to: Msg of 9 May 1984  16:27-MDT from hplabs!hao!seismo!ut-sally!ut-ngp!ables at Ucb-Vax.ARPA
  3269.  
  3270. The Small C compiler for CP/M is available from my RCPM Royal Oak, MI.
  3271. (313-759-6569).  The executable files, source, and utilities are all
  3272. available in seperate .LBRs.  They're on the B: drive.  Do SD SMC*.*
  3273. to find them.  These are apparently newer than those available from
  3274. SIMTEL20 or net.sources.  One of my users uploaded them - I don't know
  3275. where they came from.
  3276. --Keith
  3277. 12-May-84 10:43:08-MDT,3226;000000000000
  3278. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3279. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 12 May 84 10:42:58-MDT
  3280. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  12 May 84 12:19 EDT
  3281. Date: 12 May 1984  10:22 MDT (Sat)
  3282. Message-ID: <KPETERSEN.12014762707.BABYL@SIMTEL20>
  3283. Sender: KPETERSEN@Simtel20.ARPA
  3284. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  3285. To:   decvax!genrad!rick@UCB-VAX.ARPA
  3286. Cc:   Info-Micro@Brl.ARPA, Info-Cpm@Amsaa.ARPA
  3287. Subject: 4.2 umodem36.c
  3288. In-reply-to: Msg of 7 May 1984  15:11-MDT from decvax!genrad!rick at UCB-VAX.ARPA
  3289.  
  3290. Date: Monday, 27 February 1984  23:14-MST
  3291. From: Noel J. Bergman <noel%Upenn-ASP%upenn.csnet at csnet-relay.arpa>
  3292. To:   fjw%simtel20.arpa at csnet-relay.arpa
  3293. Re:   UMODEM Mods for 4.2 BSD
  3294.  
  3295.     The following is a list of modifications that need to be made to
  3296. UMODEM 3.4 in order for it to work under 4.2 BSD Unix.  I have made and
  3297. tested these modifications, and am sending you the required changes for
  3298. inclusion into the distribution version of UMODEM.  Since I am on CSNet
  3299. and not the ARPANet, it is much for economical for me to send you this list
  3300. of changes.  If you would rather have the entire file, or the changes in some
  3301. other fashion, please let me know.
  3302.  
  3303.     The changes are necessary because of the fact that 4.2 BSD Unix
  3304. restarts system calls, whereas Unix v7 does not restart system calls following
  3305. alarm signals.  Other than these changes, UMODEM works fine under BSD Unix
  3306. when v7 compilation is selected.
  3307.  
  3308.                     Noel J. Bergman
  3309.                     noel%Upenn-asp%Upenn@CSNet-Relay
  3310. ------------------------------
  3311.  
  3312.  *       -- Version 3.5 Mods by Noel J. Bergman, 02/21/84,
  3313.  *                    noel%Upenn-ASP%Upenn@CSnet-Relay
  3314.  *        . Corrected problem with ALARM signal in 4.2 BSD Unix.
  3315.  *          BSD Unix restarts system calls after signal is handled,
  3316.  *          so setjmp() and longjmp() are used to handle I/O timeout.
  3317.  *          Since this will work with all Unix systems, and is alot
  3318.  *          cleaner than depending on side effects, there is no need
  3319.  *          to make this code conditional.
  3320.  *
  3321.  */
  3322.  
  3323. #include <stdio.h>
  3324. #include <sys/types.h>
  3325. #include <sys/stat.h>
  3326. #include <setjmp.h>
  3327.  
  3328. --------------------------
  3329.  
  3330. #define  VERSION    35
  3331.  
  3332. --------------------------
  3333.  
  3334. jmp_buf env;
  3335. void alarmfunc();
  3336.  
  3337. main(argc, argv)
  3338.  
  3339. --------------------------
  3340.  
  3341.  
  3342. /* get a byte from data stream -- timeout if "seconds" elapses */
  3343. readbyte(seconds)
  3344. int seconds;
  3345. {
  3346.     char c;
  3347.     
  3348.     signal(SIGALRM,alarmfunc);  /* catch alarms */    
  3349.     alarm((unsigned) seconds);  /* set the alarm clock */
  3350.  
  3351.     if (setjmp(env) == 0) {    /* if <> 0 then returned from timeout */
  3352.         if (read(0, &c, 1) < 0) /* get char, return error as timeout */
  3353.         {
  3354.             return(TIMEOUT);
  3355.         }
  3356.     }
  3357.     else return(TIMEOUT);
  3358.  
  3359.     alarm((unsigned) 0);  /* turn off the alarm */
  3360.     return((c&BITMASK));  /* return the char */
  3361. }
  3362.  
  3363. /* send a byte to data stream */
  3364. sendbyte(data)
  3365. char data;
  3366. {
  3367.     char dataout;
  3368.     dataout = (data&BITMASK);  /* mask for 7 or 8 bits */
  3369.     write(1, &dataout, 1);  /* write the byte */
  3370.     return;
  3371. }
  3372.  
  3373. /* function for alarm clock timeouts */
  3374. void alarmfunc()
  3375. {
  3376.     longjmp(env,1);  /* this is basically a dummy function to force error */
  3377.          /* status return on the "read" call in "readbyte"    */
  3378. }
  3379. 12-May-84 21:55:43-MDT,1652;000000000000
  3380. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3381. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 12 May 84 21:55:36-MDT
  3382. Received: From brl.arpa.ARPA by AMSAA via smtp;  12 May 84 23:35 EDT
  3383. Received: From mit-mc.arpa.ARPA by BRL-AOS via smtp;  12 May 84 23:36 EDT
  3384. Date: Sat, 12 May 1984  23:37 EDT
  3385. Message-ID: <RG.JMTURN.12014885576.BABYL@MIT-OZ>
  3386. From: RG.JMTURN%MIT-OZ@MIT-MC.ARPA
  3387. To:   Ron Fowler <RFOWLER@SIMTEL20.ARPA>
  3388. Cc:   info-cpm@BRL.ARPA
  3389. Subject: Announcing a new modem program ...
  3390. In-reply-to: Msg of 7 May 1984  23:22-EDT from Ron Fowler <RFOWLER at SIMTEL20.ARPA>
  3391.  
  3392. On first look, MEX seems to be a great program, if your idea of fun is
  3393. watching the selected drive buzz for a while, then go to A: for a
  3394. second (obviously a JMP 0H), then return to CP/M. Maybe the
  3395. instructions weren't explicit enought for me. What did I do wrong?
  3396.  
  3397. First, I FTPed the files from SIMTEL to MC, then used MMODEM to
  3398. download them to my system. When I got them onto my disk (C), I tried
  3399. running MEX10.COM first, just to see how it ran. It gave the above
  3400. described behavior. Then I modified the MEXPAT10 file and assembled.
  3401. Next problem, the instructions say to say MLOAD
  3402. NEWMEX.COM=MEX10.OBJ,MEXPAT10...what MEX10.OBJ? I tried renaming
  3403. MEX10.COM to MEX10.OBJ, and ran MLOAD. It ran, spat out some data, and
  3404. running the resulting COM file got the same results. Next I tried
  3405. downloading the MEX10.HEX file and LOADing it. Same behavior. I'm
  3406. running a Morrow MD II with an external third drive. What am I doing
  3407. wrong?
  3408.  
  3409.                     James M. Turner
  3410.                     Arpa: JMTURN@MIT-MC
  3411.                     Usenet: Who knows?
  3412.                     TincanNet: #1232643 (ask for ``slimy'')
  3413.  
  3414. 13-May-84 01:28:47-MDT,1145;000000000000
  3415. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3416. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 13 May 84 01:28:42-MDT
  3417. Received: From brl.arpa.ARPA by AMSAA via smtp;  13 May 84 2:57 EDT
  3418. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  13 May 84 2:53 EDT
  3419. Date: Sun 13 May 84 00:54:17-MDT
  3420. From: Ron Fowler <RFOWLER@SIMTEL20.ARPA>
  3421. Subject: New MEX files...
  3422. To: info-cpm@BRL.ARPA
  3423.  
  3424. New files on SIMTEL20 <CPM.MEX> :
  3425.  
  3426. MEXNEWS.002: Newsletter #2; contains a number of bug fixes (all known bugs
  3427.              are stamped out with the included patch file) and discussions
  3428.              concerning ALDS numbers, keystrings and other things ...
  3429.  
  3430. MXO-GB10.ASM A new MEX overlay made out of an old MDM overlay; this
  3431.              interfaces the Godbout Interfacer 3 and 4, along with the
  3432.              System Support 1; the new SET command allows you to switch
  3433.              among any of the eight Interfacer ports, and the SS1.
  3434.  
  3435. -READ.ME:    Updated to add CRC for the new overlay, and to correct an
  3436.              error in the Smartmodem overlay CRC.
  3437.  
  3438. Comments, suggestions, gripes, etc. to RFOWLER@@SIMTEL20.
  3439.  
  3440.                 --Ron
  3441. -------
  3442. 13-May-84 01:43:18-MDT,1562;000000000000
  3443. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3444. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 13 May 84 01:43:13-MDT
  3445. Received: From brl.arpa.ARPA by AMSAA via smtp;  13 May 84 3:07 EDT
  3446. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  13 May 84 3:06 EDT
  3447. Date: 13 May 1984  01:06 MDT (Sun)
  3448. Message-ID: <RFOWLER.12014923663.BABYL@SIMTEL20>
  3449. From: Ron Fowler <RFOWLER@Simtel20.ARPA>
  3450. To:   info-cpm@Brl-Aos.ARPA
  3451. Subject: [RFOWLER: Announcing a new modem program ...]
  3452.  
  3453.  
  3454. Date: Sunday, 13 May 1984  01:04-MDT
  3455. From: Ron Fowler <RFOWLER>
  3456. To:   RG.JMTURN%MIT-OZ at MIT-MC.ARPA
  3457. cc:   RFOWLER, Ron Fowler <RFOWLER at SIMTEL20.ARPA>
  3458. Re:   Announcing a new modem program ...
  3459.  
  3460. Part of your problem is, I believe, the bug that prevents MEX from
  3461. running if a modem overlay is not installed; the patch in MEXNEWS.002
  3462. corrects that.  MEX will then run without having to MLOAD *except*, of
  3463. course, for the modem commands ... you have to install your modem
  3464. overlay with MLOAD (not MEXPAT10;; that's just for modifying the
  3465. defaults).  If you use MDM7, you have an overlay that you can use;
  3466. let's say (since I don't know its real name) that it's M7MD-2.ASM; if
  3467. you have MEX10.COM present on the default drive, you'd do:
  3468.  
  3469.     MEX.COM=MEX10.COM,M7MD-2   (note that M7MD-2.HEX must be
  3470. present)
  3471.  
  3472.  
  3473. If you're also installing the Smartmodem overlay, assemble it, then do
  3474. this:
  3475.  
  3476.     MLOAD MEX.COM=MEX10.COM,M7MD-2,MXO-SM10
  3477.  
  3478. ((Just noticed that I ommited MLOAD in the first example line; pretend
  3479. that it's there).
  3480.  
  3481. Hope this gets you started ....            --Ron
  3482. 13-May-84 02:05:55-MDT,808;000000000000
  3483. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3484. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 13 May 84 02:05:51-MDT
  3485. Received: From brl.arpa.ARPA by AMSAA via smtp;  13 May 84 3:37 EDT
  3486. Received: From usc-eclb.arpa.ARPA by BRL-AOS via smtp;  13 May 84 3:31 EDT
  3487. Date: Sun 13 May 84 00:31:42-PDT
  3488. From: Dick <MEAD@USC-ECLB.ARPA>
  3489. Subject: Kaypro Tinkerkit question
  3490. To: info-cpm@BRL.ARPA, info-micro@BRL.ARPA
  3491.  
  3492. I am trying to re-assemble (with M80/L80) the source for the COPY
  3493. program to work with double sided drives. My problem is I am not
  3494. getting a good link. There are two .MAC files associated, one is
  3495. COPY itself, the other a "subprogram" called FORMAT. All I get out
  3496. of the mess is a 40k+ garbage .COM file. Can anyone give me the
  3497. correct procedure and/or changes to make this work?
  3498. -------
  3499. 13-May-84 04:16:55-MDT,2135;000000000000
  3500. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3501. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 13 May 84 04:16:48-MDT
  3502. Received: From brl.arpa.ARPA by AMSAA via smtp;  13 May 84 5:48 EDT
  3503. Received: From rice-gateway.ARPA by BRL-AOS via smtp;  13 May 84 5:41 EDT
  3504. Received: by rice.ARPA (AA00908); Sun, 13 May 84 04:37:15 CDT
  3505. Received: by RICE-JANUS (AA01084); Sun, 13 May 84 04:35:26 cdt
  3506. Date:         Sun, 13 May 84 04:19:42 CDT
  3507. From: Stan Hanks <stan@rice.ARPA>
  3508. Subject:      Help with Siemens FD200 drives
  3509. To: info-cpm@brl.ARPA
  3510. Message-Id:   <1984.05.13.04.19.42.530.01078@Rice-Janus.oberlin>
  3511.  
  3512. As I was in the market for some DSDD 8" drives, I bought a pair of
  3513. Siemens FD200 drives from JDR Microdevices, and persuaded a friend of
  3514. mine to do the same. We got the beasties in late January, but due to
  3515. the usual academic pressures, didn't have a chance to play with them
  3516. until this week (making them long out of warranty).
  3517.  
  3518. My friend runs MS-DOS on a Seatlle 8086 S100 board set; I run CP/M 2.2
  3519. on a highly modified Heath H89. We both have problems getting  the
  3520. disks to perform in a sane fashion. As nearly as I can tell from the
  3521. manual, they are correctly strapped. The symptoms are that every so
  3522. often the  drives do not correctly recognize various sectors for either
  3523. reading or writing. If this were more persistent, I would be tempted to
  3524. so that one head or another was not correctly functioning; however,
  3525. they do work after a fashion and that would seem to indicate something
  3526. more intermittent.
  3527.  
  3528. A friend thought that he recalled an article or letter in one of the
  3529. popular magazines (Byte?) that claimed disfunctionality with the FD200
  3530. drives, and proposed a fix for this. Does anyone either have this
  3531. information, or have any additional information thatt might be of help?
  3532.  
  3533. Any info is appreciated; assuming that none is forthcoming, anyone want
  3534. to buy 4 8" floppy sized paperweights?????
  3535.  
  3536.                 Stan Hanks
  3537.                 Department of Computer Science
  3538.                 Rice University
  3539.                 Houston TX
  3540.                 
  3541.                 stan@rice.ARPA         (arpanet)
  3542.                 stan@rice              (csnet)
  3543.                 ...!lbl-csam!rice!stan (uucp)
  3544. 13-May-84 18:02:29-MDT,770;000000000000
  3545. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3546. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 13 May 84 18:02:25-MDT
  3547. Received: From brl.arpa.ARPA by AMSAA via smtp;  13 May 84 19:41 EDT
  3548. Received: From mit-mc.arpa.ARPA by BRL-AOS via smtp;  13 May 84 19:37 EDT
  3549. Date: Sun 13 May 84 19:38:52-EDT
  3550. From: Edward Huang <PGS.G.EH%MIT-OZ@MIT-MC.ARPA>
  3551. Subject: USR AutoDial 212A & PASSWORD
  3552. To: INFO-CPM@BRL.ARPA
  3553.  
  3554. Hello, I'm taking a look at the USR PASSWORD which seems to sell
  3555. for $320-$375. At the moment, I have a loaned USR Auto-Dial 212A
  3556. which works very nicely but was told it costs over $480. I'd
  3557. like to know other's experiences with the autodial 212a and
  3558. the password (RS-232 version).
  3559.  
  3560. Thanks!! -Ed
  3561. [DataTech RCPM 415-595-0541 vadic triple]
  3562. -------
  3563.  
  3564. 13-May-84 19:16:17-MDT,887;000000000000
  3565. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3566. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 13 May 84 19:16:12-MDT
  3567. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  13 May 84 20:53 EDT
  3568. Date: 13 May 1984  18:56 MDT (Sun)
  3569. Message-ID: <KPETERSEN.12015118449.BABYL@SIMTEL20>
  3570. Sender: KPETERSEN@Simtel20.ARPA
  3571. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  3572. To:   Edward Huang <PGS.G.EH%MIT-OZ@MIT-MC.ARPA>
  3573. Cc:   Info-Cpm@Amsaa.ARPA
  3574. Subject: USR AutoDial 212A & PASSWORD
  3575. In-reply-to: Msg of 13 May 1984  17:38-MDT from Edward Huang <PGS.G.EH%MIT-OZ at MIT-MC.ARPA>
  3576.  
  3577. Check the ads in BYTE and MICROSYSTEMS.  The PASSWORD modem is going
  3578. for $297 in some ads.  Several of my friends have purchased them and
  3579. are quite satisfied.  The ROM was updated some time back to make it
  3580. compatible with the DC Hayes Smartmodem, although some of the
  3581. self-test features don't exist.
  3582. --Keith
  3583. 13-May-84 20:08:24-MDT,1103;000000000000
  3584. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3585. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 13 May 84 20:08:19-MDT
  3586. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  13 May 84 21:40 EDT
  3587. Date: 13 May 1984  19:43 MDT (Sun)
  3588. Message-ID: <KPETERSEN.12015126985.BABYL@SIMTEL20>
  3589. Sender: KPETERSEN@Simtel20.ARPA
  3590. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  3591. To:   Info-Cpm@Amsaa.ARPA
  3592. Subject: [kawala%ucbcory: New Version of UMODEM - Version 3.7]
  3593.  
  3594. Date: Sunday, 13 May 1984  12:52-MDT
  3595. From: kawala%ucbcory at Berkeley (Richard Kawala)
  3596. To:   w8sdz at mit-mc
  3597. Re:   New Version of UMODEM - Version 3.7
  3598.  
  3599.     I got UMODEM and the 4.2 BSD fix off of SIMTEL20 and integrated
  3600. the two. I don't understand why nobody had done that before; I can only
  3601. guess that there was no one on the ARPANet that was on a 4.2 BSD system
  3602. who had bothered to deal with it and test it. So I did it. I'm willing
  3603. to provide what support I can. I've tested it; it sends and receives and
  3604. times out in both modes correctly.
  3605.  
  3606. ----------
  3607. The new file is available from SIMTEL20 as:
  3608.    MICRO:<UNIX.CPM>UMODEM37.C
  3609. --Keith
  3610. 13-May-84 23:05:23-MDT,1882;000000000000
  3611. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3612. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 13 May 84 23:05:15-MDT
  3613. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  14 May 84 0:36 EDT
  3614. Date: 13 May 1984  22:39 MDT (Sun)
  3615. Message-ID: <KPETERSEN.12015158927.BABYL@SIMTEL20>
  3616. Sender: KPETERSEN@Simtel20.ARPA
  3617. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  3618. To:   Gonsalves@SU-SIERRA.ARPA
  3619. Cc:   Info-Micro@Brl.ARPA, Info-Cpm@Amsaa.ARPA
  3620. Subject: Q: Squeaky floppy drive
  3621. In-reply-to: Msg of 5 May 1984  12:50-MDT from Tim Gonsalves <Fat.Tag at SU-SIERRA.ARPA>
  3622.  
  3623.     Date: Sat 5 May 84 11:50:04-PDT
  3624.     From: Tim Gonsalves <Fat.Tag@SU-SIERRA.ARPA>
  3625.     Subject: Q: Squeaky floppy drive
  3626.     To: info-micro@BRL-VGR.ARPA
  3627.  
  3628.     What would cause the head of a 5 1/4" floppy drive (Tandon 100-2)
  3629.     to squeak (like the disc brakes on many cars) when the head is
  3630.     seeking?  This occurs intermittently, usually on long seeks, seems
  3631.     independent of the disk.  The  same disks work fine on another
  3632.     drive.  Any remedies? 
  3633.  
  3634.                     Tim Gonsalves,
  3635.                     Gonsalves@SU-Sierra.Arpa
  3636.  
  3637. Charlie Strom sent a message some time ago that may provide the
  3638. answer:
  3639.  
  3640. Date: 6/17/81
  3641. From: Charlie Strom
  3642. To:   All
  3643. Re:   Shugart disk drive lubrication
  3644.  
  3645. I recently received some valuable info re lubrication of
  3646. Shugart 8" drives, prompted by intermittant squeaking from
  3647. a drive!  Carefully, spray a small amount of aerosol sili-
  3648. cone lubricant on the lead screw (without getting it all
  3649. over the place!)  I was amazed at the noise reduction I saw
  3650. immediately.  According to my source, Shugart has done this
  3651. themselves in spite of no mention in service manuals.  It
  3652. certainly hasn't hurt my drive operation.  Don't use a
  3653. lubricant with any petroleum base... pure silicone (food
  3654. grade) only!  The brand I have is called Sprayway, from
  3655. Sprayway, Inc., Addison, Ill 60101.
  3656. 13-May-84 23:35:40-MDT,819;000000000000
  3657. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3658. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 13 May 84 23:35:35-MDT
  3659. Received: From brl.arpa.ARPA by AMSAA via smtp;  14 May 84 1:03 EDT
  3660. Received: From mit-mc.arpa.ARPA by BRL-AOS via smtp;  14 May 84 0:56 EDT
  3661. Date: Mon, 14 May 1984  00:57 EDT
  3662. Message-ID: <CAL.12015162263.BABYL@MIT-OZ>
  3663. From: Cliff Lasser <CAL%MIT-OZ@MIT-MC.ARPA>
  3664. To:   Info-CPM%MIT-OZ@MIT-MC.ARPA, Info-Micro%MIT-OZ@MIT-MC.ARPA
  3665. Subject: help needed for Idris on Sage
  3666.  
  3667. I'm desperately in need of any info on how to program the IO devices on a
  3668. Sage IV running Idris.  If necessary, I'm willing to pay well for this
  3669. help!!  If you or someone you know could help, please call me collect at
  3670. 212-355-5040.  If I'm not there, just leave your name and number and I'll
  3671. get back to you shortly.
  3672.  
  3673. 13-May-84 23:41:15-MDT,2526;000000000000
  3674. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3675. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 13 May 84 23:41:08-MDT
  3676. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  14 May 84 1:12 EDT
  3677. Date: 13 May 1984  23:15 MDT (Sun)
  3678. Message-ID: <KPETERSEN.12015165502.BABYL@SIMTEL20>
  3679. Sender: KPETERSEN@Simtel20.ARPA
  3680. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  3681. To:   Info-Cpm@Amsaa.ARPA
  3682. Subject: New XMODEM53 for VAX-VMS
  3683.  
  3684. Date: 2 May 1984 1448-EST
  3685. From: ELDER at WPAFB-INFO1
  3686. Subject: VAX Xmodem Fix
  3687.  
  3688. I have fixed Xmodem on our VAX to allow transfer of binary files.
  3689. Here is what the problem was: 
  3690.  
  3691.     Xmodem would open files giving them a fixed length of 128 bytes per block.
  3692.     However, when binary files are FTPed across ARPANET to VAX/VMS, the
  3693.     resulting file has a fixed length of 512 bytes blocks (at least this is
  3694.     what happens with FTP on our VAX).  Anyway, what was happening before
  3695.     was that with binary files being transfered to a micro with Xmodem/
  3696.     Modem7, only the first 128 bytes of each block were sent.  So I would
  3697.     only get about 1/3 of a binary file.
  3698.  
  3699. I've since changed Xmodem to open files as 512 byte blocks, put that block
  3700. into a 512 byte array, and then transmit 128 bytes at a time from that array
  3701. to Modem7.  Works fine now.
  3702.  
  3703. I also made another change to Xmodem.  I have it count the number of 128 byte
  3704. records that will be transfered during a send and display that information
  3705. to the user.  I didn't code this the best way possible since I don't know
  3706. all that much about VMS yet.  What I do is open the file and read through it
  3707. counting the records.  I would think that some system call exists in
  3708. VMS that I could call in a FORTRAN program to tell me the block size of
  3709. a file.  Some folks may not want that routine in Xmodem because if you
  3710. are sending a large file it may take a few minutes for the blocks to be
  3711. counted.
  3712. ------
  3713. The new XMODEM is now available on SIMTEL20.  Here's a complete list
  3714. of the current files in the directory:
  3715.  
  3716. Filename            Type     Bytes     Sectors     CRC
  3717.  
  3718. Directory MICRO:<CPM.VAXVMS>
  3719. CTOV.FOR.1            ASCII      2821   23 =  17H  6408H
  3720. QIO.DCK.1            ASCII       115    1 =   1H  A2B1H
  3721. VTOC.FOR.1            ASCII      2730   22 =  16H  747AH
  3722. XMODEM.COM.1            ASCII       563    5 =   5H  6AAFH
  3723. XMODEM.DOC.1            ASCII       649    6 =   6H  D3A5H
  3724. XMODEM.HLP.1            ASCII      3656   29 =  1DH  10A9H
  3725. XMODEM.MSG.1            ASCII      2796   22 =  16H  FDAFH
  3726. XMODEM.NOTE.1            ASCII      7157   56 =  38H  346AH
  3727. XMODEM53.FOR.1            ASCII     32791  257 = 101H  409DH
  3728.  
  3729. --Keith
  3730. 14-May-84 01:18:52-MDT,671;000000000000
  3731. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3732. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 14 May 84 01:18:49-MDT
  3733. Received: From brl.arpa.ARPA by AMSAA via smtp;  14 May 84 2:54 EDT
  3734. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  14 May 84 2:52 EDT
  3735. Received: from Usenet.uucp by sri-unix.uucp with rs232; 13 May 84 20:15-PDT
  3736. Date: 11 May 84 8:40:14-PDT (Fri)
  3737. To: info-cpm@Brl-Aos.ARPA
  3738. From: ihnp4!houxm!mhuxl!mhuxt!evans@Ucb-Vax.ARPA
  3739. Subject: Franklin Boards?
  3740. Article-I.D.: mhuxt.115
  3741.  
  3742. Does anyone have comments on the best CP/M board for a Franklin 1000?
  3743.  
  3744.                 as they say...
  3745.                     thanks in advance
  3746.                         Steve Crandall
  3747.                     ihnp4!mhuxt!evans
  3748. 14-May-84 01:37:36-MDT,1751;000000000000
  3749. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3750. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 14 May 84 01:37:28-MDT
  3751. Received: From brl.arpa.ARPA by AMSAA via smtp;  14 May 84 2:54 EDT
  3752. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  14 May 84 2:55 EDT
  3753. Received: from Usenet.uucp by sri-unix.uucp with rs232; 13 May 84 21:11-PDT
  3754. Date: 11 May 84 8:53:56-PDT (Fri)
  3755. To: info-cpm@Brl-Aos.ARPA
  3756. From: hplabs!hpda!fortune!dsd!avsdS!nelson@Ucb-Vax.ARPA
  3757. Subject: Pointer to roff4.c
  3758. Article-I.D.: avsdS.745
  3759.  
  3760. #
  3761. Someone on ARPAnet requested a pointer to roff4. I don't think
  3762. items in this newsgroup get to ARPA - if true, would someone
  3763. please forward?
  3764.  
  3765. Roff4, Ed Reams' older editor, and numerous goodies are available
  3766. from the C Users' Group, 112 N. Main, Yates Center, KS 66783.
  3767. It costs $10 / year to join, and that gets you 4-6 informative
  3768. newsletters. All their software is public domain and costs $8.00.
  3769. The software is available in various disk formats, and some of it
  3770. is now showing up in Aztec C as well as BDS. Each disk has a human
  3771. librarian, so most of this stuff gets debugged! The software quality
  3772. is unusually high, and most of it works correctly after hardware
  3773. dependencies are taken care of.
  3774.  
  3775. A note on roff4: it is quite similar to nroff on UNIX, but is
  3776. tailored for an Epson printer. You can define graphics characters,
  3777. fractional vertical spaces (for super- and sub-scripting), and
  3778. send arbitrary byte sequences to the printer. Standard features
  3779. of nroff such as macro definition, diversion files (good for footnotes),
  3780. and variables (nice for customized form letters) are supported.
  3781.  
  3782. Glenn Nelson    Ampex Corp., Redwood City, CA
  3783.         ...!{nsc|hpda|megatest|amd70}!fortune!dsd!avsdS!nelson
  3784.         415-367-2499
  3785. 14-May-84 09:54:15-MDT,2890;000000000000
  3786. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3787. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 14 May 84 09:54:02-MDT
  3788. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  14 May 84 11:22 EDT
  3789. Date: 14 May 1984  09:25 MDT (Mon)
  3790. Message-ID: <KPETERSEN.12015276536.BABYL@SIMTEL20>
  3791. Sender: KPETERSEN@Simtel20.ARPA
  3792. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  3793. To:   decvax!mcnc!ecsvax!alt@UCB-VAX.ARPA
  3794. Cc:   Info-Micro@Brl.ARPA, Info-Cpm@Amsaa.ARPA
  3795. Subject: Lightning Protection
  3796. In-reply-to: Msg of 9 May 1984  08:08-MDT from decvax!mcnc!ecsvax!alt at UCB-VAX.ARPA
  3797.  
  3798. Date: 12/03/81
  3799. From: DAVE HARDY
  3800. To:   All
  3801. Re:   Preventing system failures due to transcients
  3802.  
  3803.   After losing 3 PMMI couplers at TCBBS in about 3 months,
  3804. I contacted the local telco (who naturally could do nothing
  3805. about my problem) and PMMI.  PMMI gave me a new style
  3806. coupler that has been working, without problems, since
  3807. it was installed (about 6 or 7 storms ago).
  3808.  
  3809.   If you don't have a new style coupler, then try a fused
  3810. varistor across the phone line (telco CAN give you permission,
  3811. but first you have to find somebody there who knows what a
  3812. varistor is, and then convince him the the telco's fuses aren't
  3813. doing the job).  The function of the varistor here isn't to
  3814. eliminate the lightning induced transients.  It's to REDUCE
  3815. the transients to a point where the poor PMMI can tolerate
  3816. the "shock" (down to, say, a mere 100,000 volts for 1/10th sec).
  3817.  
  3818.   The telco puts fuses of its own in series with your phone line,
  3819. but, unfortunately, the telco equipment is more rugged than
  3820. your PMMI (although the PMMI coupler meets or exceeds the FCC's
  3821. definition of "lightning-proof.").
  3822.  
  3823.   The system here has survived at least one "direct hit" on the
  3824. phone lines since I installed the varistors in it.  It wouldn't
  3825. have been able to stand that before.  Because I had the line
  3826. fused in front of the varistor, all it did was cost me $1 for
  3827. a new fuse.
  3828.  
  3829.   You should also put varistors across the AC power lines that
  3830. supply EACH of the peripherals of your system.  Otherwise, a
  3831. lightning zap could get into one device by traveling through
  3832. another.
  3833.  
  3834.   The trick with using varistors is to figure out which of the
  3835. little beggars to use in each location, and what type and value
  3836. of fuse to use along with it.  You could just buy several
  3837. "canned" transient suppressors and plug them into every outlet
  3838. that your computer is connected to, but to be really safe, you
  3839. should consider using the proper type for each application.
  3840.  
  3841.   If you aren't incredibly familiar with varistors and their
  3842. use (who is?), trot on down to your local GE parts supplier
  3843. and grab a copy of the "GE VARISTOR HANDBOOK."  It explains
  3844. the theory behind varistors, tells how and where to use them,
  3845. and even gives examples and recommendations for their use with
  3846. (surprise!) micros and minis and telephone lines.
  3847. 14-May-84 17:04:09-MDT,581;000000000000
  3848. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3849. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 14 May 84 17:04:04-MDT
  3850. Received: From brl.arpa.ARPA by AMSAA via smtp;  14 May 84 18:36 EDT
  3851. Received: From cmu-cs-c.arpa.ARPA by BRL-AOS via smtp;  14 May 84 18:35 EDT
  3852. Received: ID <CHEPPONIS@CMU-CS-C.ARPA>; Mon 14 May 84 18:34:39-EDT
  3853. Date: Mon 14 May 84 18:34:37-EDT
  3854. From: Mike Chepponis <Chepponis@CMU-CS-C.ARPA>
  3855. Subject: Is this list still active?
  3856. To: info-cpm@BRL.ARPA
  3857.  
  3858. I haven't seen anything new in a couple of months! (Maybe everybody bought
  3859. Macs...)        -Mike
  3860. -------
  3861. 14-May-84 19:01:27-MDT,1526;000000000000
  3862. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3863. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 14 May 84 19:01:19-MDT
  3864. Received: From brl.arpa.ARPA by AMSAA via smtp;  14 May 84 20:32 EDT
  3865. Received: From brl-bmd.arpa.ARPA by BRL-AOS via smtp;  14 May 84 20:25 EDT
  3866. Date:     Mon, 14 May 84 20:19:00 EDT
  3867. From:     Charlie Strom (NYU) <strom@Brl-Bmd.ARPA>
  3868. To:       Sam Hahn <Samuel@su-score.arpa>
  3869. cc:       INFO-CPM@Brl.ARPA
  3870. Subject:  Re:  New CompuPro products
  3871.  
  3872.  
  3873. I thought that you might be interested in hearing some background on
  3874. Digital Research's development of the OEM (vanilla) version of CCPM,
  3875. as opposed to the IBM version. The OEM version was developed using
  3876. Compupro hardware, and the OEM version will run on a Compupro-816
  3877. system with Heath H-19/29 terminals. It is not surprising that Compupro
  3878. is able to release the operating system in short order considering this.
  3879. I have not seen the actual release code, but the work I did see lest a lot
  3880. to be desired. Apparently Gifford agreed, since their staff has been hard at 
  3881. work foir several months making it work the way it should. I suspect
  3882. we will see a ho-hum version from Compupro and an implementation done
  3883. the way it should be executed from Gifford. This also goes
  3884. for SoftNet.
  3885.  
  3886. Forgive me for my pessimism, but I have a SPU-Z on order for many moons.
  3887. I would also love an IBM-compatible graphics board, but I hope that
  3888. my social security check will cover it by the time it is released.. I
  3889. will be getting same in thirty years or so!
  3890.  
  3891. 14-May-84 19:30:16-MDT,968;000000000000
  3892. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3893. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 14 May 84 19:30:12-MDT
  3894. Received: From brl.arpa.ARPA by AMSAA via smtp;  14 May 84 20:32 EDT
  3895. Received: From usc-isid.arpa.ARPA by BRL-AOS via smtp;  14 May 84 20:29 EDT
  3896. Date: 14 May 1984 20:29-EDT
  3897. Sender: ABN.ISCAMS@Usc-Isid.ARPA
  3898. Subject: Re: Is this list still active?
  3899. From: ABN.ISCAMS@Usc-Isid.ARPA
  3900. To: Chepponis@Cmu-Cs-C.ARPA
  3901. Cc: info-cpm@Brl-Aos.ARPA
  3902. Message-ID: <[USC-ISID]14-May-84 20:29:37.ABN.ISCAMS>
  3903. In-Reply-To: The message of Mon 14 May 84 18:34:37-EDT from Mike Chepponis <Chepponis@CMU-CS-C.ARPA>
  3904.  
  3905. Mike,
  3906.  
  3907. I subscribe to both INFO-MICRO and INFO- and seem to get plenty of
  3908. duplicate mail -- I THINK CPM is still active.  If you want action, you might
  3909. get added to INFO-MICRO which addresses a somewhat wider range of subjects
  3910. and systems.
  3911.  
  3912. But we still love you, even if no one wants to talk to you!
  3913.  
  3914. Regards,
  3915. David Kirschbaum
  3916. Toad Hall
  3917. 14-May-84 19:58:04-MDT,888;000000000000
  3918. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3919. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 14 May 84 19:57:58-MDT
  3920. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  14 May 84 21:29 EDT
  3921. Date: 14 May 1984  19:32 MDT (Mon)
  3922. Message-ID: <KPETERSEN.12015387154.BABYL@SIMTEL20>
  3923. Sender: KPETERSEN@Simtel20.ARPA
  3924. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  3925. To:   Info-Cpm@Amsaa.ARPA
  3926. Subject: Some ZCPR2 files ASCIFYed on SIMTEL20
  3927.  
  3928. In order to conserve space, some of the files in MICRO:<CPM.ZCPR2>
  3929. have been changed from ITS-binary to ASCII.  This did not change the
  3930. CRC's of those files - just the way they are stored here.  If you're
  3931. in doubt about which files are "COM" (ITS-Binary) and which are ASCII,
  3932. get MICRO:<CPM>CPM.CRCLST which gives a complete listing of all files
  3933. in MICRO:<CPM.*> with information on how they are stored, the sizes,
  3934. and the CRC values.
  3935. --Keith
  3936. 15-May-84 00:53:55-MDT,610;000000000000
  3937. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3938. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 15 May 84 00:53:52-MDT
  3939. Received: From brl.arpa.ARPA by AMSAA via smtp;  15 May 84 2:20 EDT
  3940. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  15 May 84 2:19 EDT
  3941. Received: from Usenet.uucp by sri-unix.uucp with rs232; 14 May 84 20:28-PDT
  3942. Date: 12 May 84 7:46:50-PDT (Sat)
  3943. To: info-cpm@Brl-Aos.ARPA
  3944. From: ihnp4!ihuxq!covert@Ucb-Vax.ARPA
  3945. Subject: Re: Announcing a new modem program ...Post it??
  3946. Article-I.D.: ihuxq.931
  3947. In-Reply-To: Article <484@sri-arpa.UUCP>
  3948.  
  3949. How about posting MEX on the network??
  3950. 15-May-84 05:38:54-MDT,623;000000000000
  3951. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3952. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 15 May 84 05:38:50-MDT
  3953. Received: From brl.arpa.ARPA by AMSAA via smtp;  15 May 84 7:04 EDT
  3954. Received: From mit-mc.arpa.ARPA by BRL-AOS via smtp;  15 May 84 7:03 EDT
  3955. Date: 15 May 1984 07:02-EDT
  3956. From: Jerry E. Pournelle <POURNE@Mit-Mc.ARPA>
  3957. Subject:  New CompuPro products
  3958. To: strom@Brl-Bmd.ARPA
  3959. cc: Samuel@Su-Score.ARPA, INFO-CPM@Brl-Aos.ARPA
  3960. In-reply-to: Msg of Mon 14 May 84 20:19:00 EDT from Charlie Strom (NYU) <strom at Brl-Bmd.ARPA>
  3961.  
  3962. the s-100 video graphics board pc compatible exists and will be
  3963. at comdex.
  3964.  
  3965. 15-May-84 11:58:25-MDT,1324;000000000000
  3966. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3967. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 15 May 84 11:58:15-MDT
  3968. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  15 May 84 13:34 EDT
  3969. Date: 15 May 1984  11:37 MDT (Tue)
  3970. Message-ID: <KPETERSEN.12015562705.BABYL@SIMTEL20>
  3971. Sender: KPETERSEN@Simtel20.ARPA
  3972. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  3973. To:   Info-Cpm@Amsaa.ARPA
  3974. Subject: XMODEM54 for VAX-VMS now available
  3975.  
  3976. Date: Tuesday, 15 May 1984  07:46-MDT
  3977. From: ELDER at WPAFB-INFO1
  3978. To:   W8SDZ
  3979. Re:   Bug Fix to Xmodem53 for VAX-VMS
  3980.  
  3981. I have uploaded XMODEM54.FOR, a corrected version of Xmodem53.  I
  3982. discovered a bug yesterday and this corrects that problem.  Before,
  3983. when sending from the micro to the VAX, if the number of 128 byte
  3984. blocks sent was not a multiple of 512 then the last block sent was not
  3985. written to the file on the VAX.  I fixed this so that in the above
  3986. situation the last block gets written to the VAX file.
  3987.  
  3988. Also, I suspect that the standard for binary files on VAX/VMS is 512
  3989. byte record sizes since when you compile and link a program under VMS
  3990. the resulting executeable file contains a record size of 512 bytes.
  3991.  
  3992. -Greg Elder
  3993.  
  3994. -----
  3995. XMODEM54.FOR is now available on SIMTEL20 in the MICRO:<CPM.VAXVMS>
  3996. directory.  None of the other files have been changed.
  3997. --Keith
  3998. 15-May-84 15:07:43-MDT,1314;000000000000
  3999. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4000. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 15 May 84 15:07:32-MDT
  4001. Date:     Tue, 15 May 84 16:41:25 EDT
  4002. From:     Dave Towson (info-cpm) <cpmlist@Amsaa.ARPA>
  4003. To:       info-cpm@Amsaa.ARPA
  4004. Subject:  [garey:  Re: Ribbon re-inkers]
  4005.  
  4006. Forwarded message:
  4007.  
  4008.  
  4009.  
  4010. ----- Forwarded message # 1:
  4011.  
  4012. Received: From ut-ngp.arpa.ARPA by AMSAA via smtp;  13 May 84 17:09 EDT
  4013. Date: Sun, 13 May 84 16:13:57 cdt
  4014. From: garey@ut-ngp.ARPA
  4015. Posted-Date: Sun, 13 May 84 16:13:57 cdt
  4016. Message-Id: <8405132113.AA16385@ut-ngp.ARPA>
  4017. Received: by ut-ngp.ARPA (4.22/4.22)
  4018.     id AA16385; Sun, 13 May 84 16:13:57 cdt
  4019. To: info-cpm-request@AMSAA.ARPA
  4020. Subject: Re:  Ribbon re-inkers
  4021. Cc: info-micro@brl.ARPA
  4022.  
  4023.     I've had a ribbon re-inker for about 6 months.  Its great.  I re-ink
  4024. about every month just to keep the print good and dark.  I have the
  4025. "Le Ribbonizer" (box 1727 Redlands, CA 92373, no phone number).  Make sure
  4026. you get the motor driven kind.  I know someone who bought a hand-cranked 
  4027. version that looked like it was made by a six year old out of garage lumber
  4028. scraps.  The motor driven one I have is easy to use.  It cost around $35
  4029. and I've saved more than that in ribbons already (actually I've had it for
  4030. more like 9 months.
  4031.  
  4032. ----- End of forwarded messages
  4033. 15-May-84 16:28:55-MDT,1025;000000000000
  4034. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4035. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 15 May 84 16:28:47-MDT
  4036. Received: From brl.arpa.ARPA by AMSAA via smtp;  15 May 84 18:00 EDT
  4037. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  15 May 84 17:58 EDT
  4038. Received: from Usenet.uucp by sri-unix.uucp with rs232; 15 May 84 3:40-PDT
  4039. Date: 14 May 84 0:30:26-PDT (Mon)
  4040. To: info-cpm@Brl-Aos.ARPA
  4041. From:  hplabs!hao!seismo!cmcl2!floyd!clyde!akgua!sdcsvax!sdccs7!ee163abs@Ucb-Vax.ARPA
  4042. Subject: Hard Disk info requested
  4043. Article-I.D.: sdccs7.1221
  4044.  
  4045. I have an Apple //e with running CP/M with the Appli-card.  I am looking
  4046. into purchasing a hard disk (probably a 5 or 10 MB removable) but have
  4047. not found one that will run with Apple DOS , cp/m , and the p-system.
  4048.  
  4049. Has anyone had some experience with hard disks on an Apple or know of any
  4050. hard disks that will support these 3 operating systems.  Please post
  4051. responses on the net or mail to me directly.  I will post any info I
  4052. receive.
  4053.  
  4054. Thanks,
  4055.  
  4056. Ron Breger
  4057. 15-May-84 16:47:11-MDT,691;000000000000
  4058. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4059. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 15 May 84 16:47:07-MDT
  4060. Received: From brl.arpa.ARPA by AMSAA via smtp;  15 May 84 18:20 EDT
  4061. Received: From bbna.arpa.ARPA by BRL-AOS via smtp;  15 May 84 18:15 EDT
  4062. Date: 15 May 1984 18:14-EDT
  4063. Sender: WAGREICH@Bbna.ARPA
  4064. Subject: ARPAnet distribution lists
  4065. From: WAGREICH@Bbna.ARPA
  4066. To: info-micro@Brl-Aos.ARPA, info-cpm@Brl-Aos.ARPA
  4067. Message-ID: <[BBNA]15-May-84 18:14:36.WAGREICH>
  4068.  
  4069.  
  4070. How  does  one  find  out the distribution lists available on the
  4071. ARPAnet (like info-micro, info-cpm, info-apple, etc.)?  Is  there
  4072. an on-line database of such lists somewhere on some ARPAnet host?
  4073.  
  4074. 15-May-84 17:23:22-MDT,877;000000000000
  4075. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4076. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 15 May 84 17:23:18-MDT
  4077. Received: From brl.arpa.ARPA by AMSAA via smtp;  15 May 84 19:02 EDT
  4078. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  15 May 84 18:59 EDT
  4079. Date: Tue 15 May 84 16:59:44-MDT
  4080. From: Ron Fowler <RFOWLER@SIMTEL20.ARPA>
  4081. Subject: New MEX Smartmodem overlay
  4082. To: info-cpm@BRL.ARPA
  4083.  
  4084.  
  4085. A new version of the MEX Smartmodem overlay is present on SIMTEL20
  4086. as <CPM.MEX>MXO-SM11.ASM.  The new overlay fixes a dialing problem
  4087. where the final digit in a dialed number could be interpreted by
  4088. MEX as a modem result code.  Thanks to Steve Grandi for the fix.
  4089.  
  4090. You should note also that Steve has shortened the dial-wait time
  4091. to 20 seconds (you may want to customize the new section of code
  4092. that does this to your own preference).      --Ron Fowler
  4093. -------
  4094. 15-May-84 17:54:16-MDT,2792;000000000000
  4095. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4096. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 15 May 84 17:54:08-MDT
  4097. Received: From brl.arpa.ARPA by AMSAA via smtp;  15 May 84 19:13 EDT
  4098. Received: From xerox.arpa.ARPA by BRL-AOS via smtp;  15 May 84 19:12 EDT
  4099. Received: from CheninBlanc.ms by ArpaGateway.ms ; 15 MAY 84 15:13:40 PDT
  4100. Date: Tue, 15 May 84 15:13 PDT
  4101. From: MMoon.es@XEROX.ARPA
  4102. Subject: Re: New CompuPro products
  4103. In-reply-to: "strom@BRL-BMD.ARPA's message of Mon, 14 May 84 20:19:00
  4104.  EDT"
  4105. To: Charlie Strom (NYU) <strom@BRL-BMD.ARPA>
  4106. cc: Sam Hahn <Samuel@SU-SCORE.ARPA>, INFO-CPM@BRL.ARPA
  4107.  
  4108. CCP/M ported to an 8-16 as the vanilla example system?  Holy batfish,
  4109. Catman!
  4110. I made my choices on going 16 bit with a piecemeal 8-16 system (so far
  4111. everything but the Interfacer-4 & Disk 1-- I'm wiating for the Disk 1a
  4112. to be introduced, and running Cp/m 80 on my old disk controller in the
  4113. meantime).
  4114. Considering that the Disk 1a will be released Any Day Now, I had given
  4115. up trying to run the mother before the turn of the century, due to lack
  4116. of equipment.  Tony Li all but talked me out of doing the port myself
  4117. because of the expected complexity of  writting the XIOS.  Now modifying
  4118. an existing system as opposed to writting one from the ground up?
  4119. Mmmmmmm.  Gotta think about that one.  Anybody know how to make an F50
  4120. Liberty terminal look like a Z-19? That only leaves figuring out out how
  4121. to run the 8-bit stuff on the "other" side of the DPU.  Anybody out
  4122. there ever write a CP/M-80 BIOS that just translates to CP/M-86 BDOS
  4123. calls?  Can't be that simple. Sigh.  That's probably why Compurpo refers
  4124. to there version as CCP/M 816 (on the adds in *this* month's Byte for
  4125. the Disk 1a, yet).
  4126.  
  4127. But, if Compupro had really released the operating system "in short
  4128. order", this would be a moot point.  Uh, alas, they have not.  My most
  4129. recent conversation with Compupro's marketing department yielded
  4130. information to the effect that CCP/M 816 would not be released until
  4131. 1-July (I forgot to ask what year).  The marketing person I spoke with
  4132. assured me that the product was ready for release, but Digital Research
  4133. was holding up the ball game.  "Business  reasons" were blamed.
  4134.  
  4135. Charlie, maybe you and I should book reservations in the same old folks'
  4136. home; that way there will be someone around in our mutual old age who
  4137. understands simulaneous hysterical laughter and rivers of mourning tears
  4138. at the product announcements of certain computer companies.
  4139.  
  4140. P.S. Jerry, if you're listening & could shed some light on these delays,
  4141. there will likely be many interested, if not eternally greatful,
  4142. readers.  Also, you may save me from burying my favorite size nine
  4143. hatchet in some otherwise probably decent software.
  4144.  
  4145.         MMoon.es@Xerox   
  4146.  
  4147. 16-May-84 10:08:44-MDT,903;000000000000
  4148. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4149. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 16 May 84 10:08:38-MDT
  4150. Received: From brl.arpa.ARPA by AMSAA via smtp;  15 May 84 23:46 EDT
  4151. Received: From mit-xx.arpa.ARPA by BRL-AOS via smtp;  15 May 84 23:35 EDT
  4152. Date: Tue 15 May 84 21:29:21-EDT
  4153. From: Bradley C. Kuszmaul <KUSZMAUL@MIT-XX.ARPA>
  4154. Subject: Re: Review of Morrow MD3
  4155. To: ihnp4!pegasus!mel@UCB-VAX.ARPA
  4156. cc: kuszmaul@MIT-XX.ARPA, info-cpm@BRL-AOS.ARPA
  4157. In-Reply-To: Message from "ihnp4!pegasus!mel@Ucb-Vax.ARPA" of Sat 5 May 84 21:04:29-EDT
  4158.  
  4159.     I would prefer full WordStar.  The only missing feature I have
  4160.     run into so far is the "print to a file" capability, but I
  4161.     sorely need that to interchange text easily with UNIX (that
  4162.     hates those 8th bit thingies).  As a long term
  4163.  
  4164. PIP has a way to zero the 8th bit of data files.  Use the Z option.
  4165.   PIP foo.txt=bar.txt[z]
  4166. -------
  4167. 16-May-84 10:08:54-MDT,1358;000000000000
  4168. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4169. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 16 May 84 10:08:49-MDT
  4170. Received: From brl.arpa.ARPA by AMSAA via smtp;  15 May 84 23:46 EDT
  4171. Received: From mit-xx.arpa.ARPA by BRL-AOS via smtp;  15 May 84 23:37 EDT
  4172. Date: Tue 15 May 84 21:39:41-EDT
  4173. From: Bradley C. Kuszmaul <KUSZMAUL@MIT-XX.ARPA>
  4174. Subject: Re: Review of Morrow MD3
  4175. To: edl@SRI-TSC.ARPA
  4176. cc: kuszmaul@MIT-XX.ARPA, info-cpm@BRL-AOS.ARPA
  4177. In-Reply-To: Message from "edl <edl@Sri-Tsc.ARPA>" of Thu 10 May 84 12:56:00-EDT
  4178.  
  4179.     My only complaint is that it is very difficult and expensive to
  4180.     install a hard disk since there is no bus into which to plug a disk
  4181.     controller.  If anyone out there has a relatively cheap solution to
  4182.     this I'd certainly appreciate it.
  4183.  
  4184. There is at least one implementation of a hard disk system which uses
  4185. the Z80 pins as the "bus".  (I believe the company is Xebec)  The system
  4186. replaces the Z80 by a module (which has a Z80 buried inside it somewhere)
  4187. which connects to the hard disk system.  Further detailed information
  4188. can be obtained from me if you send me net-mail (I have to dig up
  4189. the info, and will do it if someone asks)
  4190.  
  4191. It seems silly to go through all that when Morrow makes the MD-11 for
  4192. so little extra $ with a 10MB hard disk, but if you've bought a MD-3
  4193. you do what you can.
  4194. -------
  4195. 16-May-84 10:09:05-MDT,1483;000000000000
  4196. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4197. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 16 May 84 10:08:59-MDT
  4198. Received: From brl.arpa.ARPA by AMSAA via smtp;  15 May 84 23:57 EDT
  4199. Received: From usc-isid.arpa.ARPA by BRL-AOS via smtp;  15 May 84 23:59 EDT
  4200. Date: 15 May 1984 21:44-EDT
  4201. Sender: ABN.ISCAMS@Usc-Isid.ARPA
  4202. Subject: CompuPro Boards
  4203. From: ABN.ISCAMS@Usc-Isid.ARPA
  4204. To: INFO-CPM@Brl-Aos.ARPA
  4205. Cc: ABN.ISCAMS@Usc-Isid.ARPA
  4206. Message-ID: <[USC-ISID]15-May-84 21:44:06.ABN.ISCAMS>
  4207.  
  4208. Netlandians,
  4209.  
  4210. Saw Jerry Pournelle's confirm on the new CompuPro S-100 video graphics board,
  4211. and once again hunger for some of their high-quality stuff.  But again and
  4212. again I read/hear of their products only in relation to their OWN CPU boards,
  4213. memory, I/O boards, etc.
  4214.  
  4215. S-100 is nice, and I have one each fully standard high-tech S-100 buss in my
  4216. trusty Toad, a Morrow Decision I.  But WHO knows which CompuPro products WILL
  4217. in fact run with other CPUs, disk controllers, I/O boards, etc??
  4218.  
  4219. Any vendors out there?  Anyone who stuffed CompuPro into a non-Compupro/Gifford
  4220. system?  Sorry if this seems stupid, but I am not very smart about this level
  4221. of hardware integration (yet), and greatly fear hundreds of bucks spent on a
  4222. a beautiful piece of technology fit only to be framed and hung on the wall!
  4223. I dearly love Morrow products, but ... they don't MAKE a 16-bit CPU board!
  4224. And they don't MAKE a video board.
  4225.  
  4226. Thanks in advance,
  4227. David Kirschbaum
  4228. Toad Hall
  4229. 16-May-84 10:09:17-MDT,1139;000000000000
  4230. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4231. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 16 May 84 10:09:11-MDT
  4232. Received: From brl.arpa.ARPA by AMSAA via smtp;  15 May 84 23:57 EDT
  4233. Received: From usc-isid.arpa.ARPA by BRL-AOS via smtp;  15 May 84 23:59 EDT
  4234. Date: 15 May 1984 22:26-EDT
  4235. Sender: ABN.ISCAMS@Usc-Isid.ARPA
  4236. Subject: Re: Hard Disk info requested
  4237. From: ABN.ISCAMS@Usc-Isid.ARPA
  4238. To: hplabs!hao!seismo!cmcl2!floyd!clyde!akgua!sdcsvax!sdccs7!ee163abs@Ucb-Vax.ARPA
  4239. Cc: info-cpm@Brl-Aos.ARPA
  4240. Message-ID: <[USC-ISID]15-May-84 22:26:02.ABN.ISCAMS>
  4241. In-Reply-To: The message of 14 May 84 0:30:26-PDT (Mon) from  hplabs!hao!seismo!cmcl2!floyd!clyde!akgua!sdcsvax!sdccs7!ee163abs@Ucb-Vax.ARPA
  4242.  
  4243. Ron (et al)
  4244.  
  4245. A recent Army development (?) put Apples (modified) in steel emanation-proof
  4246. cases and called it MICROFIX.  This system included a similarly treated
  4247. Corvus hard disk.  They run both CP/M and Pascal (I THINK p-System) on the
  4248. same disk, though I believe these are 20-meggers.  They use different volumes,
  4249. as I understand, for the different OSs.  Donno about Apple DOS.
  4250.  
  4251. Regards,
  4252. David Kirschbaum
  4253. Toad Hall
  4254. 16-May-84 10:09:29-MDT,921;000000000000
  4255. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4256. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 16 May 84 10:09:24-MDT
  4257. Received: From brl.arpa.ARPA by AMSAA via smtp;  16 May 84 0:07 EDT
  4258. Received: From mitre-bedford.arpa.ARPA by BRL-AOS via smtp;  16 May 84 0:02 EDT
  4259. Date: Tuesday, 15 May 1984 21:42-EDT
  4260. From: jrv@Mitre-Bedford.ARPA
  4261. To: info-cpm@Brl-Aos.ARPA
  4262. Subject: 1200 baud modems
  4263.  
  4264. I'm looking for a 1200 baud modem, and would like to hear
  4265. from anyone who has compared the Anchor Signalman Mark XII
  4266. and the US Robotics Password.  I've used the Mark XII a bit,
  4267. and wasn't impressed.  It had trouble recognizing a carrier, and
  4268. took a lot of retries to transfer files.  This was on a good
  4269. phone line (within a company, through a local branch exchange).
  4270. I also missed the speaker I have on my Hayes Smartmodem 300.  Does
  4271. the Password have a speaker?
  4272.       - Jim Van Zandt    (jrv at mitre-bedford)
  4273. .
  4274. -
  4275. 16-May-84 10:10:09-MDT,1326;000000000000
  4276. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4277. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 16 May 84 10:09:38-MDT
  4278. Received: From brl.arpa.ARPA by AMSAA via smtp;  16 May 84 0:07 EDT
  4279. Received: From mitre-bedford.arpa.ARPA by BRL-AOS via smtp;  16 May 84 0:03 EDT
  4280. Date: Tuesday, 15 May 1984 21:46-EDT
  4281. From: jrv@Mitre-Bedford.ARPA
  4282. To: ables@Ut-Ngp.ARPA
  4283. Cc: info-cpm@Brl-Aos.ARPA
  4284. Subject: small c
  4285.  
  4286. Small-C was written by Ron Cain and first appeared in Dr. Dobbs
  4287. in source code.  It is, indeed, in the public domain.  Since
  4288. then, many fixes and extensions have been added, notably by
  4289. Jim Hendrix.  The most recent article was in the May 84 issue
  4290. of DDJ.  Small C is a very useful subset of C.  It produces
  4291. 8080 assembly language and lacks floating point.
  4292. (However, I have converted mine to Zilog mnemonic assembly
  4293. language and installed floating point in mine.)  If you want a
  4294. compiler with source code available, it's the one to have.
  4295. Otherwise, there are others which are probably better.  Many
  4296. of them are extensively modified versions of Small C.  In
  4297. particular, I've heard good things about C/80.  I believe it's
  4298. only about $50.  I'm about to  get a Z100, and plan to run
  4299. DeSmet C on it.  
  4300.      "Any C is better than no C at all."
  4301.                          - Jim Van Zandt  (jrv at mitre-bedford)
  4302. 16-May-84 10:10:41-MDT,577;000000000000
  4303. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4304. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 16 May 84 10:09:58-MDT
  4305. Received: From brl.arpa.ARPA by AMSAA via smtp;  16 May 84 0:07 EDT
  4306. Received: From mitre-bedford.arpa.ARPA by BRL-AOS via smtp;  16 May 84 0:03 EDT
  4307. Date: Tuesday, 15 May 1984 21:52-EDT
  4308. From: jrv@Mitre-Bedford.ARPA
  4309. To: keenan@Usc-Isi.ARPA
  4310. Cc: info-cpm@Brl-Aos.ARPA
  4311. Subject: c compilers
  4312.  
  4313. I just got my name on the CPM mailing list and got your
  4314. message about C compilers. If you get a reply to your request,
  4315. could you forward a copy to me?
  4316. l
  4317. .
  4318. l
  4319. 16-May-84 10:11:07-MDT,1217;000000000000
  4320. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4321. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 16 May 84 10:10:11-MDT
  4322. Received: From brl.arpa.ARPA by AMSAA via smtp;  16 May 84 0:48 EDT
  4323. Received: From uw-vlsi-gw.ARPA by BRL-AOS via smtp;  16 May 84 0:42 EDT
  4324. Date: 15 May 1984 18:07:52-PDT
  4325. From: Ed Mills <capn@Uw-Vlsi.ARPA>
  4326. To: info-cpm@Brl-Aos.ARPA
  4327. Subject: Machines and DBMS's
  4328.  
  4329. Netlanders,
  4330.     A non-profit organization I work with is looking for a multiuser
  4331. system to run word processing, accounting and a good size DBMS. They have
  4332. about $20K to spend.
  4333.  
  4334. Questions:
  4335.  
  4336.     I heard that there was just the cat's meow of DBMS's from someone
  4337. for about $2500 dollars. (Net or BYTE?). Do you know which?
  4338.  
  4339.     Are there any good multiuser systems? I heard that MP/M-86 was
  4340. slow. MS-DOS 4.0 isn't out yet. I don't know if these sorts of applications
  4341. are available under Unix/Xenix. Is the Compupro box a good performer? I
  4342. like other products of theirs. Any suggestions?
  4343.  
  4344.     They are currently looking at the Altos 586. (Xenix) Any comments?
  4345.  
  4346.     They are also considering the ATT box. (Soon to be available says
  4347. their salesperson). Again, any comments?
  4348.  
  4349.                         Thanks,
  4350.  
  4351.                         Ed Mills
  4352.                         capn@uw-vlsi
  4353.  
  4354. 16-May-84 10:11:26-MDT,937;000000000000
  4355. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4356. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 16 May 84 10:10:41-MDT
  4357. Received: From ucb-vax.arpa.ARPA by AMSAA via smtp;  16 May 84 1:11 EDT
  4358. Received: from ucbjade.CC.Berkeley.ARPA (ucbjade.ARPA) by UCB-VAX.ARPA (4.24/4.27)
  4359.     id AA05736; Tue, 15 May 84 22:14:18 pdt
  4360. Received: from ucbopal.CC.Berkeley.ARPA by ucbjade.CC.Berkeley.ARPA
  4361.     (4.14.3/4.16) id AA04851; Tue, 15 May 84 22:13:24 pdt
  4362. Received: by ucbopal.CC.Berkeley.ARPA
  4363.     (4.14/4.16) id AA00945; Tue, 15 May 84 22:14:04 pdt
  4364. Date: Tue, 15 May 84 22:14:04 pdt
  4365. From: William C. Wells <wcwells%ucbopal.CC@Ucb-Vax.ARPA>
  4366. Message-Id: <8405160514.AA00945@ucbopal.CC.Berkeley.ARPA>
  4367. To: info-cpm@amsaa.ARPA
  4368. Subject: PMC Micromate Bugs & Fixes
  4369.  
  4370. I am collecting bugs and fixes for the PMC Micromate (Model 101) for the
  4371. East Bay Micromate Users Group, Oakland CA. Anybody have any?
  4372.  
  4373. Bill
  4374. wcwells@Berkeley.ARPA
  4375. ucbvax!wcwells
  4376. 16-May-84 10:11:59-MDT,1277;000000000000
  4377. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4378. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 16 May 84 10:11:06-MDT
  4379. Received: From brl.arpa.ARPA by AMSAA via smtp;  16 May 84 1:48 EDT
  4380. Received: From su-score.arpa.ARPA by BRL-AOS via smtp;  16 May 84 1:49 EDT
  4381. Date: Tue 15 May 84 22:46:24-PDT
  4382. From: Sam Hahn <Samuel@SU-SCORE.ARPA>
  4383. Subject: Re: Machines and DBMS's
  4384. To: capn@UW-VLSI.ARPA
  4385. cc: info-cpm@BRL-AOS.ARPA
  4386. In-Reply-To: Message from "Ed Mills <capn@Uw-Vlsi.ARPA>" of Tue 15 May 84 18:07:52-PDT
  4387.  
  4388. If your group is looking at an Altos 586, I suggest another look at
  4389. either the Compupro 10 with HD, or one of their 816 systems.  You'll
  4390. get more for your money, plus expandability.
  4391.  
  4392. The dbms probably referred to is MDBSIII, which is a network-model
  4393. database system, multi-user, and reputed to be highly portable.
  4394. [it runs on cpm machines on up to pdp-11's, and other mini's]
  4395.  
  4396. You might also look at Charles River for a small-sized unix micro.
  4397. I for one would be very wary about being a guinea pig for a new
  4398. product.  Callan Data Systems is also another in this price range,
  4399. with unix.  Look also at the Consultant, from Elite Corporation,
  4400. for a 16000-based micro.  This range actually encompasses quite
  4401. a few candidates...
  4402.                     -- sam hahn
  4403. -------
  4404. 16-May-84 10:12:09-MDT,673;000000000000
  4405. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4406. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 16 May 84 10:11:30-MDT
  4407. Received: From brl.arpa.ARPA by AMSAA via smtp;  16 May 84 7:25 EDT
  4408. Received: From mit-mc.arpa.ARPA by BRL-AOS via smtp;  16 May 84 7:17 EDT
  4409. Date: 16 May 1984 07:16-EDT
  4410. From: Jerry E. Pournelle <POURNE@Mit-Mc.ARPA>
  4411. Subject:  CompuPro Boards
  4412. To: ABN.ISCAMS@Usc-Isid.ARPA
  4413. cc: INFO-CPM@Brl-Aos.ARPA
  4414. In-reply-to: Msg of 15 May 1984 21:44-EDT from ABN.ISCAMS at Usc-Isid.ARPA
  4415.  
  4416. if what you have is indeed IEEE 696 standard, then all CompuPro
  4417. boards will work with what you have.  However, be warnied: much
  4418. that claims t be ieee 696 is not.
  4419. jep
  4420.  
  4421. 16-May-84 10:12:12-MDT,1437;000000000000
  4422. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4423. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 16 May 84 10:11:49-MDT
  4424. Received: From brl.arpa.ARPA by AMSAA via smtp;  16 May 84 8:07 EDT
  4425. Received: From mitre-gateway.arpa.ARPA by BRL-AOS via smtp;  16 May 84 8:05 EDT
  4426. Date: 16 May 1984  8:02:24 EDT (Wednesday)
  4427. From: Tom Reid <treid@Mitre-Gateway.ARPA>
  4428. Subject: JRT Pascal
  4429. To: info-cpm@Brl-Aos.ARPA
  4430.  
  4431.  
  4432. The newest issue of the Journal of Pascal, Ada & Modula-2 (May/June 1984,
  4433. Vol. 3, No. 3) states that the newly announced JRT Systems Modula-2
  4434. compiler, Version 1.0 does not, repeat does not, include (1) the cardinal
  4435. data type, (2) opaque types, (3) procedure variables, (4) multiprocessing,
  4436. (5) local variables, (6) WITH statement, (7) ELSEIF statement, and (8)
  4437. open array parameters.
  4438.  
  4439. They say that the above will be corrected in Version 1.1 with "free"
  4440. updates.  I am still leery of JRT until I read a "real" review which
  4441. includes assurances that their version is a faithful reproduction of 
  4442. "TRUE" Modula-2 and is portable to other implementations.
  4443.  
  4444. I would like to hear from anyone who is freer with their $99 than I can be.
  4445. I will summarize those responses that are not also cc'ed to the net.
  4446. Maybe if 20 of us could syndicate $5 each for someone to review it?
  4447.  
  4448. For those who really trip the light fantastic, JRT is coming out with Ada
  4449. for IBM, CP/M, and 68000 already.  Now we can sleep well at night.
  4450.  
  4451. 16-May-84 10:12:16-MDT,1407;000000000000
  4452. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4453. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 16 May 84 10:12:04-MDT
  4454. Received: From brl.arpa.ARPA by AMSAA via smtp;  16 May 84 9:29 EDT
  4455. Received: From cisl-service-multics.arpa.ARPA by BRL-AOS via smtp; 
  4456.           16 May 84 9:28 EDT
  4457. Received: from HIS-PHOENIX-MULTICS.ARPA by CISL-SERVICE-MULTICS.ARPA dial; 16-May-1984 08:51:57-edt
  4458. Acknowledge-To:  "Kevin P. Fleming" <KFleming@HIS-PHOENIX-MULTICS.ARPA>
  4459. Date:  Tue, 15 May 84 20:06 MST
  4460. From:  "Kevin P. Fleming" <KFleming@his-phoenix-multics.arpa>
  4461. Subject:  Manual/Standard Request
  4462. To:  Dickson@his-phoenix-multics.arpa
  4463. Message-ID:  <840516030654.959801@HIS-PHOENIX-MULTICS.ARPA>
  4464. Resent-Date:  15 May 84 20:12 MST
  4465. Resent-From:  Dickson@his-phoenix-multics.arpa
  4466. Resent-To:  Info-CPM@BRL.ARPA, Info-Micro@BRL.ARPA
  4467. Resent-Message-ID:  <840516031200.163330@HIS-PHOENIX-MULTICS.ARPA>
  4468.  
  4469. Does anyone  know where I can get copies of the following
  4470. manuals/standards?
  4471.  
  4472. Device              Description
  4473. ------              ---------------
  4474. ST506               Seagate 5 1/4" Winchester
  4475. SA1000              Shugart (5 1/4"?) Winchester
  4476. Xebec 1410          Winchester controller
  4477. SASI                Interface standard
  4478. SA300               Shugart 3 1/2" floppy
  4479.  
  4480. Reply by direct mail or to the whole list, whichever you prefer. Thanks.
  4481.  
  4482.                     -Kevin
  4483. ARPA:     KFleming%pco@cisl
  4484. 16-May-84 10:12:35-MDT,1253;000000000000
  4485. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4486. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 16 May 84 10:12:27-MDT
  4487. Received: From brl.arpa.ARPA by AMSAA via smtp;  16 May 84 10:22 EDT
  4488. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  16 May 84 10:14 EDT
  4489. Received: from Usenet.uucp by sri-unix.uucp with rs232; 16 May 84 7:06-PDT
  4490. Date: 14 May 84 14:28:49-PDT (Mon)
  4491. To: info-cpm@Brl-Aos.ARPA
  4492. From: hplabs!intelca!cem@Ucb-Vax.ARPA
  4493. Subject: BIOS Techniques - The Answers
  4494. Article-I.D.: intelca.260
  4495.  
  4496. Thank you all that replied to my original question on implementing multiple
  4497. formats on 8" disks under CP/M. There are it seems two major ways in which
  4498. to do this. The first being to place a label at some known location on the
  4499. disk (i.e. The last n Bytes in Sector 0, Track 0) which contains either the
  4500. floppy format or the actual DPB and DPH to use. I am going this route since
  4501. Cromemco also uses it and I may wish to read CDOS disks on my system. The
  4502. second somewhat easier method is to define the same physical drive multiple
  4503. times with various formats. For instance A: is SSSD but E: is physically
  4504. the A drive but accessed as DSDD. Thanks also for the note about when to
  4505. flush multisector buffers out to disk. 
  4506.  
  4507.                 --Chuck
  4508. 16-May-84 10:29:24-MDT,619;000000000000
  4509. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4510. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 16 May 84 10:29:19-MDT
  4511. Received: From brl.arpa.ARPA by AMSAA via smtp;  16 May 84 12:01 EDT
  4512. Received: From brl-tgr.arpa.ARPA by BRL-AOS via smtp;  16 May 84 12:01 EDT
  4513. Date:     Wed, 16 May 84 9:43:55 EDT
  4514. From:     Ron Natalie <ron@BRL-TGR.ARPA>
  4515. To:       WAGREICH@BBNA.ARPA
  4516. cc:       info-micro@BRL-AOS.ARPA, info-cpm@BRL-AOS.ARPA
  4517. Subject:  Re:  ARPAnet distribution lists
  4518.  
  4519. There is a file maintained by Zellich@NIC that is available by
  4520. anonymous FTP on that machine called <NETINFO>INTEREST-GROUPS.TXT.
  4521.  
  4522. -Ron
  4523. 16-May-84 10:37:03-MDT,1534;000000000000
  4524. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4525. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 16 May 84 10:36:56-MDT
  4526. Received: From brl.arpa.ARPA by AMSAA via smtp;  16 May 84 12:11 EDT
  4527. Received: From bbn-unix.arpa.ARPA by BRL-AOS via smtp;  16 May 84 12:08 EDT
  4528. Received: from BBNCCF.ARPA by BBN-UNIX ; 16 May 84 11:38:36 EDT
  4529. Date: 16 May 1984 11:30:39 EDT (Wednesday)
  4530. From: Mike Simpson <msimpson@BBN-UNIX.ARPA>
  4531. Subject: ARPAnet distribution lists
  4532. To: wagreich@bbna.arpa
  4533. Cc: info-micro@brl-aos.arpa, info-cpm@brl-aos.arpa
  4534.  
  4535.  
  4536. ----BEGINNING OF FORWARDED MESSAGES----
  4537. Received: from BRL-VGR.ARPA by BBN-UNIX ; 16 May 84 03:52:14 EDT
  4538. Received: from brl.arpa by BRL-VGR.ARPA id a003351; 15 May 84 18:25 EDT
  4539. Received: From bbna.arpa.ARPA by BRL-AOS via smtp;  15 May 84 18:15 EDT
  4540. Date: 15 May 1984 18:14-EDT
  4541. Sender: WAGREICH@bbna.arpa
  4542. Subject: ARPAnet distribution lists
  4543. From: WAGREICH@bbna.arpa
  4544. To: info-micro@brl-aos.arpa, info-cpm@brl-aos.arpa
  4545. Message-ID: <[BBNA]15-May-84 18:14:36.WAGREICH>
  4546.  
  4547.  
  4548. How  does  one  find  out the distribution lists available on the
  4549. ARPAnet (like info-micro, info-cpm, info-apple, etc.)?  Is  there
  4550. an on-line database of such lists somewhere on some ARPAnet host?
  4551.  
  4552.  
  4553. ----END OF FORWARDED MESSAGES----
  4554.  
  4555. There is such a list maintained on SRI-NIC, called 
  4556.  
  4557.     <netinfo>interest-groups.txt.
  4558.  
  4559. It's about 60,000 characters in size or so.
  4560. You can probably get it via anonymous FTP.
  4561.  
  4562.     -- Mike Simpson
  4563.         msimpson@bbnccf(arpa)
  4564.         {decvax,linus,ima,wjh12}!bbncca!msimpson (uucp)
  4565.  
  4566. 16-May-84 10:53:50-MDT,719;000000000000
  4567. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4568. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 16 May 84 10:53:43-MDT
  4569. Received: From brl.arpa.ARPA by AMSAA via smtp;  16 May 84 12:24 EDT
  4570. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  16 May 84 12:24 EDT
  4571. Date: Wed 16 May 84 07:47:11-MDT
  4572. From: Roger Sellers <RSELLERS@SIMTEL20.ARPA>
  4573. Subject: Small C
  4574. To: info-cpm@BRL.ARPA
  4575. cc: rsellers@SIMTEL20.ARPA
  4576.  
  4577. In <cpm.v2cmac> on SIMTEL20 THERE APPEARS TO BE WHAT ONE NEEDS
  4578. TO DEVELOP ATLEAST A LEARNING TOOL. HOWEVER, THERE ARE NO
  4579. INSTRUCTIONS. WHAT IS REUIRED TO PUT THESE FILES INTO USABLE FORM AND WHAT FILES/TITLES SHOULD ONE END UP WITH ?
  4580. ANYONE HAVE A SIMPLE ! INSTRUCTION SET ?
  4581. THANKS
  4582. ROG
  4583. -------
  4584. 16-May-84 12:11:39-MDT,1112;000000000000
  4585. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4586. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 16 May 84 12:11:32-MDT
  4587. Received: From brl.arpa.ARPA by AMSAA via smtp;  16 May 84 13:41 EDT
  4588. Received: From mit-multics.arpa.ARPA by BRL-AOS via smtp;  16 May 84 13:40 EDT
  4589. Posted-Date:  16 May 84 09:44 EDT
  4590. Date:  Wed, 16 May 84 09:41 EDT
  4591. From:  "Paul E. Woodie" <Woodie@MIT-MULTICS.ARPA>
  4592. Subject:  JRT Pascal
  4593. To:  info-cpm@BRL-AOS.ARPA
  4594. Message-ID:  <840516134107.330761@MIT-MULTICS.ARPA>
  4595.  
  4596.           For whatever it's worth, I just finished a (rather painful)
  4597. session trying to assemble an external procedure written in assy lang
  4598. for my JRT Pascal.  The diagnostics are rather cryptic, but mostly
  4599. there.  However, it is not stated anywhere, to my knowledge, that an
  4600. assy lang external procedure must end with a final <cr><lf>.  I kept
  4601. getting strange diagnostics messages until I put the
  4602.  <cr><lf> at the end of my assy lang source files.
  4603.           Also, beware that the diagnostic messages do not, in all
  4604. cases, appear with the source of the problem, but may appear at
  4605. seemingly unrelated places.
  4606. 16-May-84 12:11:46-MDT,1012;000000000000
  4607. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4608. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 16 May 84 12:11:41-MDT
  4609. Received: From brl.arpa.ARPA by AMSAA via smtp;  16 May 84 13:40 EDT
  4610. Received: From xerox.arpa.ARPA by BRL-AOS via smtp;  16 May 84 13:33 EDT
  4611. Received: from Mission.ms by ArpaGateway.ms ; 16 MAY 84 10:31:55 PDT
  4612. Date: 16 May 84 10:31:44 PDT (Wednesday)
  4613. From: Bicer.ES@XEROX.ARPA
  4614. Subject: Re: Machines and DBMS's
  4615. In-reply-to: capn's message of 15 May 84 18:07:52 PDT
  4616. To: Ed Mills <capn@UW-VLSI.ARPA>
  4617. cc: info-cpm@BRL-AOS.ARPA
  4618.  
  4619. How about a Compupro 816D, with lots of MDrive/H. This is 
  4620. one of the fastest systems available today. MP/M86, I think,
  4621. should be faster than Unix on similar machines. What will tie
  4622. you down is the speed of the hard disk. If you get a fast
  4623. one (average access time less then 35 msec), you should be
  4624. fine. Now, for programs that require overlays and fast response
  4625. (like WordStar), there is nothing better than a RAM drive (MDrive/H).
  4626.  
  4627. -- Jack Bicer
  4628. 17-May-84 04:47:57-MDT,1733;000000000000
  4629. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4630. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 17 May 84 04:47:51-MDT
  4631. Received: From brl.arpa.ARPA by AMSAA via smtp;  17 May 84 6:27 EDT
  4632. Received: From bnl.arpa.ARPA by BRL-AOS via smtp;  16 May 84 18:32 EDT
  4633. Date: 16-May-84 18:31:28-EDT
  4634. From: jalbers@Bnl.ARPA
  4635. Subject: USR Password modem
  4636. To: info-cpm@Brl-Aos.ARPA
  4637.  
  4638.  
  4639.     I have had the USR Password for about a year, and I think that it is the
  4640. best 300/1200 baud SmartModem compatable modem on the market today.  It has all
  4641. the commands of the SmartModem (execept some self-tests and things like number
  4642. of rings to answer on, etc), and it does have a speaker, but no volume control
  4643. (unfortunatly).  I have used it on 2 different machines (Osborne 1 and Osborne
  4644. Executive), and which had 2 different types of RS232 ports (pins 2 and 3 were
  4645. reverse on the Ozzie 1 of the Executive's port), and there are 2 jumpers that
  4646. can be moved to compensate for this, so I can use it interchangeably on my
  4647. machines.  The controls on the outside (or accessable from) are (from left to
  4648. right) power jack, phone cord jack, RS232 cable, and a 4-switch-DIP switch.  The
  4649. DIP switches are as followes: RNG:  Makes the modem pick up the phone and emmits
  4650. an answer tone:  8HI: clamps pin 8 high (needed for some computers,terminals):
  4651. BAL:  A line balencer (so you can hook 2 modems together back-to-back): and
  4652. DTR:, which causes the modem to ignore DTR when depressed.
  4653.     All in all, I think my money was worth it, since at the time, the
  4654. SmartModem went for $700+, and I paid $410 for the Password.  (Now you can find
  4655. it for ~$325, from some mail order houses).
  4656.  
  4657.                         Good luck and have fun!
  4658.  
  4659.                             Jon Albers
  4660.                             jalbers@bnl
  4661. 17-May-84 04:48:21-MDT,1390;000000000000
  4662. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4663. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 17 May 84 04:48:16-MDT
  4664. Received: From brl.arpa.ARPA by AMSAA via smtp;  17 May 84 6:27 EDT
  4665. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  16 May 84 18:48 EDT
  4666. Date: Wed 16 May 84 16:48:58-MDT
  4667. From: Ron Fowler <RFOWLER@SIMTEL20.ARPA>
  4668. Subject: help with ACT assembler
  4669. To: info-cpm@BRL.ARPA
  4670.  
  4671. My employer has given me the task of extracting disk drivers from
  4672. our newly-purchased CompuPro 8-bit system (for use with another application);
  4673. since I have to make a lot of changes anyway, we decided to convert the
  4674. supplied BIOS source from the ACT assembler format to TDL (I *don't*
  4675. like the ACT assembler, and sure couldn't see wasting $175 for it when
  4676. we could get 3 copies of Turbo-Pascal for the same price!).  I've finished
  4677. most of the code conversion now, except for one statement type I can't
  4678. figure out: VFD.  The statements in question (there are three) look like
  4679. this:        VFD 4\SRT,4\HUT.   Anybody know what this gobblygook
  4680. actually means?  (I suppose I could poke around in my system image and
  4681. see exactly what kind of code the statement generated, but there's a good
  4682. possibility I'd miss the meaning, since there are about 12 different
  4683. executable system images provided with the system).  TIA for any help
  4684. provided.            --Ron Fowler   (RFOWLER @SIMTEL20)
  4685. -------
  4686. 17-May-84 05:01:55-MDT,678;000000000000
  4687. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4688. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 17 May 84 05:01:51-MDT
  4689. Received: From brl.arpa.ARPA by AMSAA via smtp;  17 May 84 6:27 EDT
  4690. Received: From usc-isi.arpa.ARPA by BRL-AOS via smtp;  16 May 84 21:09 EDT
  4691. Date: 16 May 1984 18:15-EDT
  4692. Sender: SCHNUR@Usc-Isi.ARPA
  4693. Subject: modem for cypher 855
  4694. From: SCHNUR@Usc-Isi.ARPA
  4695. To: info-cpm@Brl-Aos.ARPA
  4696. Cc: info-micro@Brl-Aos.ARPA
  4697. Message-ID: <[USC-ISI]16-May-84 18:15:18.SCHNUR>
  4698.  
  4699. I need to install an xmodem program on a cypher 855 (or835)
  4700. running nos-be.  Can any one help me or point me to a version
  4701. that might run on it.
  4702.  
  4703.                 Joel Schnur (NRL-6510)
  4704. 17-May-84 05:26:34-MDT,773;000000000000
  4705. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4706. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 17 May 84 05:26:30-MDT
  4707. Received: From brl.arpa.ARPA by AMSAA via smtp;  17 May 84 6:38 EDT
  4708. Received: From csnet-pdn-gw.ARPA by BRL-AOS via smtp;  17 May 84 1:19 EDT
  4709. Received: From umass-cs.csnet by csnet-relay;  17 May 84 0:37 EDT
  4710. Date:     Wed, 16 May 84 14:30 EST
  4711. From:     Robert (LISPer 68K)Heller <heller%umass-cs.csnet@csnet-relay.arpa>
  4712. To:       Info-CPM@brl.arpa
  4713. Subject:  KERMIT-68K Query
  4714.  
  4715. I am looking for a version of KERMIT that runs under CP/M-68K.  If
  4716. anyone knows of such a beast send mail to Heller%UMass-CS@CSNet-Relay
  4717. (ARPANet).  I am particularly interested in a version for the SAGE.
  4718. Thanks.
  4719.                 Robert Heller
  4720.                 Heller%UMass-CS@CSNet-Relay
  4721. 17-May-84 05:26:49-MDT,994;000000000000
  4722. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4723. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 17 May 84 05:26:44-MDT
  4724. Received: From brl.arpa.ARPA by AMSAA via smtp;  17 May 84 6:50 EDT
  4725. Received: From mit-mc.arpa.ARPA by BRL-AOS via smtp;  17 May 84 1:44 EDT
  4726. Date: 17 May 1984 01:44-EDT
  4727. From: Jerry E. Pournelle <POURNE@Mit-Mc.ARPA>
  4728. Subject:  JRT Pascal
  4729. To: treid@Mitre-Gateway.ARPA
  4730. cc: info-cpm@Brl-Aos.ARPA
  4731. In-reply-to: Msg of 16 May 1984  8:02:24 EDT () from Tom Reid <treid at Mitre-Gateway.ARPA>
  4732.  
  4733. 1. Anything claiming to be Modula-2 without opaque types and
  4734. procedure variables ISN'T.
  4735.  
  4736. 2. The JRT ad quotes ME on modula-2, but does it in such a way
  4737. that you could thnk I was talking about HIS Modula-2.
  4738.  
  4739. 3. Borland will have a REAL Modula-2 before the end of the year.
  4740. Probably for 8088 only (ie no Z-80) but that is not certain.
  4741. Borland ships same day.  Has anyone actually seen the JRT
  4742. Modula??  I have not met anyone who has one.  I'll have an agent
  4743. order it...
  4744.  
  4745. 17-May-84 05:32:02-MDT,1443;000000000000
  4746. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4747. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 17 May 84 05:31:55-MDT
  4748. Received: From brl.arpa.ARPA by AMSAA via smtp;  17 May 84 6:51 EDT
  4749. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  17 May 84 1:48 EDT
  4750. Received: from Usenet.uucp by sri-unix.uucp with rs232; 16 May 84 22:43-PDT
  4751. Date: 10 May 84 9:24:40-PDT (Thu)
  4752. To: info-cpm@Brl-Aos.ARPA
  4753. From: teklabs!carlc@Ucb-Vax.ARPA
  4754. Subject: kaypro termcap or video fix wanted
  4755. Article-I.D.: teklabs.2848
  4756.  
  4757. (I know that line-eating creep will get me sometime.)
  4758.  
  4759. Does anyone have a termcap for the Kaypro II that works with 'vi' on
  4760. UNIX?  It's supposed to emulate the adm3a but I find that with 'vi'
  4761. leading white space is sometimes stripped, wreaking havoc upon the
  4762. cursor position.  I got my Kaypro in Dec. 1982, and Kaypro may have
  4763. fixed this since then, so if there's a replacement ROM or a BIOS patch
  4764. that takes care of this problem, I'd appreciate knowing about that,
  4765. too.
  4766.  
  4767. This occurs even at 300 baud, so it doesn't seem to be any kind of
  4768. speed related problem.  If I'm wrong, I'd appreciate a correction.
  4769. If more than a few of my fellow Kaypro owners tell me they'd like
  4770. this fix, I'll post it if I get one.
  4771.  
  4772. Many thanks              -- Carl  (tektronix!teklabs!carlc)
  4773.                                   (and don't ask me how to get to
  4774.                                    tektronix, I haven't the foggiest idea!)
  4775. 17-May-84 05:53:47-MDT,1462;000000000000
  4776. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4777. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 17 May 84 05:53:42-MDT
  4778. Received: From brl.arpa.ARPA by AMSAA via smtp;  17 May 84 6:51 EDT
  4779. Received: From mit-mc.arpa.ARPA by BRL-AOS via smtp;  17 May 84 2:10 EDT
  4780. Date: 17 May 1984 02:09-EDT
  4781. From: Jerry E. Pournelle <POURNE@Mit-Mc.ARPA>
  4782. Subject:  New CompuPro products
  4783. To: MMoon.es@Xerox.ARPA
  4784. cc: Samuel@Su-Score.ARPA, INFO-CPM@Brl-Aos.ARPA, strom@Brl-Bmd.ARPA
  4785. In-reply-to: Msg of Tue 15 May 84 15:13 PDT from MMoon.es at XEROX.ARPA
  4786.  
  4787. First reason for delay: COMDEX.
  4788. Second reason for delay: COMDEX.
  4789. Third reason for delay: Digital Research.
  4790.     The BIG PUSH in Hayward right now is to get the new PC
  4791. compatible video board running  (wth Flight Simulator, yet) and
  4792. with a iapx-286 CPU.  Hypersonic flight, yet...
  4793.     There is strong committment to Concurrent at CompuPro.
  4794. I do not know the reasons for the delay in the Disk 1A; I do not
  4795. have mine yet, so they do not have testable versions, at least
  4796. not to go outside; but as I said, almost all the talent, and
  4797. lite night oil, is going into getting ready for COMDEX and
  4798. having that video board on display.
  4799.     I usually discount these edge of technology
  4800. announcements by a couple months.  on the other hand, I don't
  4801. know nobody who's got further out stuff you can really get at
  4802. prices you can afford.  Uncle billy may be a bit slower than
  4803. he'd like to be, but it's still out at the edge...
  4804.     jep
  4805.  
  4806. 17-May-84 05:57:47-MDT,806;000000000000
  4807. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4808. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 17 May 84 05:57:43-MDT
  4809. Received: From brl.arpa.ARPA by AMSAA via smtp;  17 May 84 6:51 EDT
  4810. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  17 May 84 2:45 EDT
  4811. Date: Thu 17 May 84 00:45:03-MDT
  4812. From: Ron Fowler <RFOWLER@SIMTEL20.ARPA>
  4813. Subject: More MEX overlays
  4814. To: info-cpm@BRL.ARPA
  4815.  
  4816.  
  4817. The following overlays are present on SIMTEL20:
  4818.  
  4819. In <CPM.MODEM7>:
  4820. M7OS-2.ASM: for the Osborne-1, this update fixes the problem
  4821. preventing CLONE from working (since I didn't MEXify the overlay,
  4822. I retained the MDM7 naming scheme).
  4823. In <CPM.MEX>:
  4824. MXO-MD10.ASM: Sandy Berger's MEXification of the old Micro-Decision
  4825. overlay; this one corrects some problems when used with MEX.
  4826.  
  4827.                 --Ron Fowler
  4828. -------
  4829. 17-May-84 06:24:44-MDT,708;000000000000
  4830. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4831. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 17 May 84 06:24:40-MDT
  4832. Received: From xerox.arpa.ARPA by AMSAA via smtp;  17 May 84 7:53 EDT
  4833. Received: from Chelois.ms by ArpaGateway.ms ; 17 MAY 84 04:56:55 PDT
  4834. Date: 17 May 84 12:45:29+0100 (Thursday)
  4835. From: Hirst.rx@XEROX.ARPA
  4836. Subject: DRI Software Support Services
  4837. To: XeroxInfo-CPM^.wbst@XEROX.ARPA
  4838. cc: Info-Cpm@AMSAA.ARPA
  4839. Reply-To: Hirst.rx@XEROX.ARPA
  4840.  
  4841. Has anyone had any experience of using the Software Support Service Agreement
  4842. from Digital Research covering all of their current products???
  4843.  
  4844. I understand that it was introduced six months ago.
  4845.  
  4846. Any comments gratefully received..
  4847.  
  4848. Ken
  4849. 17-May-84 07:59:52-MDT,1055;000000000000
  4850. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4851. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 17 May 84 07:59:48-MDT
  4852. Received: From brl.arpa.ARPA by AMSAA via smtp;  17 May 84 9:34 EDT
  4853. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  17 May 84 9:26 EDT
  4854. Received: from Usenet.uucp by sri-unix.uucp with rs232; 17 May 84 6:25-PDT
  4855. Date: 14 May 84 15:48:12-PDT (Mon)
  4856. To: info-cpm@Brl-Aos.ARPA
  4857. From: hplabs!hao!seismo!rlgvax!cvl!umcp-cs!aplvax!cp1!hart@Ucb-Vax.ARPA
  4858. Subject: Re: Announcing a new modem program ...
  4859. Article-I.D.: cp1.670
  4860. In-Reply-To: Article <687@sri-arpa.UUCP>
  4861.  
  4862. I don't understand the problem. The package
  4863. was quite a bit easier to get up than most of
  4864. the other versions of modem. 
  4865.  
  4866. -- 
  4867.  
  4868.  
  4869. ======================================================================
  4870. signed: Rod Hart (wa3mez) 
  4871.         Chesapeake & Potomac Tel. Co.
  4872.         Bell Atlantic Inc.
  4873.         Silver Spring, Md.
  4874.         gamma!cp1!hart - umcp-cs!cp1!hart - aplvax!cp1!hart
  4875. ======================================================================
  4876. 17-May-84 08:00:16-MDT,1263;000000000000
  4877. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4878. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 17 May 84 08:00:09-MDT
  4879. Date:     Thu, 17 May 84 9:32:18 EDT
  4880. From:     Dave Towson (info-cpm) <cpmlist@Amsaa.ARPA>
  4881. To:       info-cpm@Amsaa.ARPA
  4882. Subject:  [garey:  Re: 1200 baud modems]
  4883.  
  4884. Forwarded message:
  4885.  
  4886.  
  4887. Dave
  4888.  
  4889.  
  4890. ----- Forwarded message # 1:
  4891.  
  4892. Received: From ut-ngp.arpa.ARPA by AMSAA via smtp;  16 May 84 1:42 EDT
  4893. Date: Wed, 16 May 84 00:46:48 cdt
  4894. From: garey@ut-ngp.ARPA
  4895. Posted-Date: Wed, 16 May 84 00:46:48 cdt
  4896. Message-Id: <8405160546.AA27123@ut-ngp.ARPA>
  4897. Received: by ut-ngp.ARPA (4.22/4.22)
  4898.     id AA27123; Wed, 16 May 84 00:46:48 cdt
  4899. To: info-cpm-request@AMSAA.ARPA
  4900. Subject: Re:  1200 baud modems
  4901.  
  4902.     I purchased an Anchor Signalman Mark XII for $239.95 last week
  4903. and also find that it has problems detecting the carrier when using
  4904. the autodial feature.  However, I have transfered at least a megabyte of
  4905. files (ASCII and binary using xmodem and kermit from UNIX Vax and Dec-20)
  4906. with no retries.  For the price I'm willing to dial manually, but its the
  4907. first intelligent type modem I've used so I don't have much to compare to.  
  4908.     Anyone else have problems such as this?
  4909.  
  4910.         Jim Garey  garey@ut-ngp
  4911.  
  4912. ----- End of forwarded messages
  4913. 17-May-84 15:44:38-MDT,1154;000000000000
  4914. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4915. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 17 May 84 15:44:32-MDT
  4916. Received: From brl.arpa.ARPA by AMSAA via smtp;  17 May 84 16:56 EDT
  4917. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  17 May 84 16:52 EDT
  4918. Date: 17 May 1984  14:53 MDT (Thu)
  4919. Message-ID: <RFOWLER.12016122675.BABYL@SIMTEL20>
  4920. From: Ron Fowler <RFOWLER@Simtel20.ARPA>
  4921. To:   info-cpm@Brl-Aos.ARPA
  4922. Subject: [bridger: mdm7/mex overlay for apple II w. applicard & Hayes MicromodemII]
  4923.  
  4924.  
  4925. Date: Thursday, 17 May 1984  11:12-MDT
  4926. From: bridger at Rand-Unix
  4927. To:   Ron Fowler <RFOWLER at SIMTEL20.ARPA>
  4928. cc:   randvax!bridger at Rand-Unix
  4929. Re:   mdm7/mex overlay for apple II w. applicard & Hayes MicromodemII
  4930.  
  4931. Ron--
  4932. I tried to send this to info-cpm-request, but don't have a correct address.
  4933.  
  4934. My query is:
  4935.  mdm7/mex overlay for apple II w. applicard & Hayes MicromodemII --
  4936.  
  4937.      Is there one on simtel20?  What's the filename?
  4938.  
  4939. I have a Kaypro 2/4/10 mex overlay running & will send it to you
  4940. as soon as I can add a SET PORT option to cover the new (-84) versions
  4941. with on-board 300 baud modems.
  4942.  
  4943. Thanks.
  4944. --bridger
  4945. 17-May-84 16:36:38-MDT,926;000000000000
  4946. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4947. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 17 May 84 16:36:33-MDT
  4948. Received: From brl.arpa.ARPA by AMSAA via smtp;  17 May 84 18:05 EDT
  4949. Received: From isi-uci-gw.ARPA by BRL-AOS via smtp;  17 May 84 18:06 EDT
  4950. Date: 17 May 84 14:53:35 PDT (Thu)
  4951. To: teklabs!carlc@Ucb-Vax.ARPA
  4952. cc: info-cpm@Brl-Aos.ARPA, young@Uci-750a.ARPA
  4953. Subject: Re: kaypro termcap or video fix wanted
  4954. In-reply-to: Your message of 10 May 84 9:24:40-PDT (Thu).
  4955. From: Michal Young <young@Uci-750a.ARPA>
  4956.  
  4957. Here is the termcap I use for my Kaypro, which was also bought December '82. 
  4958. I don't use vi often, so I can't guarantee it will solve your problem.
  4959.  
  4960. kp|kaypro|kaypro2|kaypro 2:\
  4961.     :am:bs:li#24:co#80:\
  4962.     :cm=\E=%+ %+ :\
  4963.     :ho=^^:cl=1^Z:\
  4964.     :nd=^L:up=^K:do=^J:\
  4965.     :ce=^X:cd=^W:\
  4966.     :al=\EE:dl=\ER:
  4967.  
  4968.  
  4969. --Michal Young, UC Irvine
  4970.   young@uci-750a
  4971.   ....ucbvax!ucivax!young
  4972. 17-May-84 17:47:11-MDT,1051;000000000000
  4973. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4974. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 17 May 84 17:47:06-MDT
  4975. Received: From brl.arpa.ARPA by AMSAA via smtp;  17 May 84 19:19 EDT
  4976. Received: From sumex-aim.arpa.ARPA by BRL-AOS via smtp;  17 May 84 19:12 EDT
  4977. Date: Thu 17 May 84 16:06:24-PDT
  4978. From: Sam Hahn <SHahn@SUMEX-AIM.ARPA>
  4979. Subject: Re: New CompuPro products
  4980. To: POURNE@MIT-MC.ARPA
  4981. cc: MMoon.es@XEROX.ARPA, INFO-CPM@BRL-AOS.ARPA, strom@BRL-BMD.ARPA
  4982. In-Reply-To: Message from "Jerry E. Pournelle <POURNE@Mit-Mc.ARPA>" of Wed 16 May 84 23:09:00-PDT
  4983.  
  4984. What does "big commitment" mean?  Is the same thing that happened with
  4985. mp/m816 and g&g going to happen again with concurrent? ie the real stuff
  4986. comes from g&g?  [not a gripe, just need to know what my plans should be...]
  4987.  
  4988.                 -- sam
  4989.  
  4990. P.S.  Will concurrent be upwardly compatible (whatever that means) with
  4991. mp/m816?  Would make sense, right?  What happens to the price of both?
  4992. esp in view of the ibmpc versions?  What happens to previous mp/m816
  4993. license owners?
  4994. -------
  4995. 17-May-84 19:02:59-MDT,387;000000000000
  4996. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4997. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 17 May 84 19:02:54-MDT
  4998. Received: From brl.arpa.ARPA by AMSAA via smtp;  17 May 84 20:31 EDT
  4999. Received: From mit-mc.arpa.ARPA by BRL-AOS via smtp;  17 May 84 20:31 EDT
  5000. Date: 17 May 1984 20:31-EDT
  5001. From: Eric Stork <STORK@Mit-Mc.ARPA>
  5002. To: info-cpm@Brl-Aos.ARPA
  5003. cc: RCONN@Brl-Aos.ARPA
  5004.  
  5005.  
  5006. 17-May-84 19:04:29-MDT,1901;000000000000
  5007. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5008. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 17 May 84 19:04:21-MDT
  5009. Received: From brl.arpa.ARPA by AMSAA via smtp;  17 May 84 20:32 EDT
  5010. Received: From mit-mc.arpa.ARPA by BRL-AOS via smtp;  17 May 84 20:34 EDT
  5011. Date: 17 May 1984 20:33-EDT
  5012. From: Eric Stork <STORK@Mit-Mc.ARPA>
  5013. Subject: DU2 & KAYPRO
  5014. To: info-cpm@Brl-Aos.ARPA
  5015. cc: STORK@Mit-Mc.ARPA, rconn@Brl-Aos.ARPA
  5016.  
  5017.  
  5018. DU2, Rick Conn's adaptation of the old standby DU to
  5019. the ZCPR2 system, has never worked right on our KAYPROs.
  5020. In response to the '?' command that should put the
  5021. Command Summary on the screen, the KAYPRO goes into
  5022. an endless loop and must be exited with a Cold Boot.
  5023. Except for that, DU2 worked fine on the KAYPROs.
  5024.  
  5025. To support my son's and son-in-law's KP-2 and KP-10,
  5026. I dug into the problem this week.  I found out WHAT
  5027. the problem is and how to fix it, but do not yet
  5028. understand WHY it occurs on the KAYPRO and not on
  5029. other systems.
  5030.  
  5031. The problem occurs when TAB (09h) is sent to the
  5032. console via DU2's direct I/O routine.  The TAB initiates
  5033. the endless loop -- I do not know why.
  5034.  
  5035. The fix was simple: I ran DU2.ASM through PIP with
  5036. the [t8] option to expand all tabs to spaces.  That
  5037. increased the .ASM file by 1/3, but added only 4
  5038. records to the .COM file, so it did not increase
  5039. the space the .COM file uses even in single density.
  5040. (I could have just expanded the tabs in the Command Summary
  5041. section, but that would have been more work.)
  5042.  
  5043. If there are KAYPRO users who would like to have
  5044. a copy of the resulting DU2-KP.COM file, let me know and I'll
  5045. arrange to get it uploaded to SIMTEL20.
  5046.  
  5047. And if someone can explain WHY the
  5048. KAYPRO (and not other systems) cannot accomodate TABS in
  5049. DU2's TYPE: routine, please let me hear from you -- I'll summarize
  5050. and post to net all responses that I may receive.
  5051.  
  5052. Eric Stork  (STORK at MIT-MC)
  5053.  
  5054. 18-May-84 08:25:14-MDT,1412;000000000000
  5055. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5056. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 18 May 84 08:25:06-MDT
  5057. Received: From brl.arpa.ARPA by AMSAA via smtp;  18 May 84 4:57 EDT
  5058. Received: From mit-mc.arpa.ARPA by BRL-AOS via smtp;  18 May 84 4:56 EDT
  5059. Date: 18 May 1984 04:53-EDT
  5060. From: Jerry E. Pournelle <POURNE@Mit-Mc.ARPA>
  5061. Subject:  New CompuPro products
  5062. To: SHahn@Sumex-Aim.ARPA
  5063. cc: MMoon.es@Xerox.ARPA, strom@Brl-Bmd.ARPA, INFO-CPM@Brl-Aos.ARPA
  5064. In-reply-to: Msg of Thu 17 May 84 16:06:24-PDT from Sam Hahn <SHahn at SUMEX-AIM.ARPA>
  5065.  
  5066. good questions,.  I shld know more after COMDEX (two weeks now).
  5067. I will ask Uncle Billy.
  5068.  
  5069. Best, JEP
  5070.     Date: Thu 17 May 84 16:06:24-PDT
  5071.     From: Sam Hahn <SHahn at SUMEX-AIM.ARPA>
  5072.     To:   POURNE at MIT-MC.ARPA
  5073.     cc:   MMoon.es at XEROX.ARPA, INFO-CPM at BRL-AOS.ARPA,
  5074.           strom at BRL-BMD.ARPA
  5075.     Re:   New CompuPro products
  5076.  
  5077.     What does "big commitment" mean?  Is the same thing that happened with
  5078.     mp/m816 and g&g going to happen again with concurrent? ie the real stuff
  5079.     comes from g&g?  [not a gripe, just need to know what my plans should be...]
  5080.  
  5081.                     -- sam
  5082.  
  5083.     P.S.  Will concurrent be upwardly compatible (whatever that means) with
  5084.     mp/m816?  Would make sense, right?  What happens to the price of both?
  5085.     esp in view of the ibmpc versions?  What happens to previous mp/m816
  5086.     license owners?
  5087.  
  5088. 18-May-84 08:25:43-MDT,4667;000000000000
  5089. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5090. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 18 May 84 08:25:27-MDT
  5091. Received: From brl.arpa.ARPA by AMSAA via smtp;  18 May 84 0:31 EDT
  5092. Received: From csnet-pdn-gw.ARPA by BRL-AOS via smtp;  18 May 84 0:25 EDT
  5093. Received: From umass-cs.csnet by csnet-relay;  18 May 84 0:10 EDT
  5094. Date:     Thu, 17 May 84 15:42 EST
  5095. From:     Bruce Hawkins <bhawkins%umass-cs.csnet@csnet-relay.arpa>
  5096. To:       info-micro%brl.arpa@csnet-relay.arpa
  5097. cc:       info-cpm%brl.arpa@csnet-relay.arpa
  5098. Subject:  Ribbon inker reply summary
  5099.  
  5100.     Replies to my query about ribbon re-inkers.
  5101.  
  5102. From: EB%MIT-OZ@MIT-MC.ARPA
  5103.  
  5104.     I have been using a "Mac Inker" for about nine months.  I have had
  5105. no problems with it and have been very satisfied.
  5106.  
  5107. -------------------
  5108. From: RREINER@SIMTEL20
  5109.  
  5110. Sorry I got lost inside Babyl.  The extra lubrication may have caused
  5111. my print head to fail prematurely.  The cost $100. from the factory.
  5112. -------------------
  5113. From: mknox@ut-ngp.ARPA
  5114.  
  5115. No personal experience, but read a noticeably unsatisfactory review
  5116. of the MacInker in Two/Sixteen a few months ago.  Very poor consistency
  5117. in applying the ink, and a serious tendency to jam.
  5118. -------------------
  5119. From: Jerry E. Pournelle <POURNE%mit-mc.arpa@csnet-relay.csnet>
  5120.  
  5121. I also have [MacInker] one and it is very good.  It works.
  5122. -------------------
  5123. From: KSPROUL%rutgers.arpa@csnet-relay.csnet
  5124.  
  5125. I have 3 different versions of the 'Mac-Inker' (No not because of macintosh)
  5126. from Computer Friends in Oregon (I think) or somplace out west..
  5127.  
  5128. These are very nice, and if you can split the cost between a couple of friends
  5129. they are VERY worth it...
  5130.  
  5131. One thing to be careful of!!!!
  5132.  
  5133. A lot of printer manufactures get lubrication for the print head from
  5134. a lubricant in the ink on the ribbon!!  So if you have a printer like
  5135. this (Mostly dot matrix)  make sure the ink you use has lubrication in
  5136. it... The safest way to do this is to buy the Ink straight from Computer
  5137. Friends,.   I called them and asked them directly about the lubrication,
  5138. and the guy I talked to knew exactly what I was talking about and said
  5139. that there ink has even more lubrication than what the companies that
  5140. need it required as a minimum...
  5141.  
  5142. They sell many different kinds re-inkers, so you have to get the one for
  5143. your type of ribbon....
  5144.  
  5145. Their address is:
  5146.  
  5147. Computer Friends
  5148. 6415 Southwest Canyon Court #10
  5149. Portland, Oregon  97225
  5150.  
  5151. -------
  5152. From: Richard P. Wilkes <RICK%mit-mc.arpa@csnet-relay.csnet>
  5153.  
  5154. The ribbon re-inkers are fine as long as you are using a daisy-wheel or
  5155. thimble printer.  Most people with dot matrix use the ribbons until they
  5156. are extremely faint.  At that time any of the natural oils in the ink
  5157. have been removed and the fibers weaken.  After re-inking the ribbon may
  5158. not be able to handle the additional use without fraying.  Someone in
  5159. Alexandria VA bought a re-inker.  After two re-inkings the ribbon on the
  5160. Epson printer caught one of the wires and destroyed the printhead.  No
  5161. real biggy on the Epson--$30.  But, on some others it can be quite
  5162. expensive.
  5163.  
  5164. I suggest instead that you find a wholesale ribbon house.  I know that
  5165. replacement pancakes for most printers run from $1-$2.  I use Aspen
  5166. Ribbons in Aspen, CO, but those are their dealer prices, not END-USER.
  5167. They are several places which adv. in Byte.  You might want to check
  5168. them out. -r
  5169. -----------------
  5170. From: howard@Brl-Tgr.ARPA
  5171.  
  5172.     I have an Epson MX80 printer. After about one year, printing
  5173. became very faint. A friend suggested that I pry open the ribbon
  5174. cartridge and spray the ribbon with WD40. This causes ink at the edges to
  5175. migrate to the center. The first few prints were
  5176. smudged and uneven but, after several pages, the print quality looked like
  5177. a new ribbon.
  5178.  
  5179. Howard Walter
  5180. howard@brl
  5181. !decvax!brl-bmd!howard
  5182. ---------------------------
  5183. From: abc@Brl-Tgr.ARPA
  5184.  
  5185. Gee, 
  5186. I dunno about ribbon re-inkers, but I rejuvinated mine on the Epson MX70
  5187. with WD40, the automotive solvent.  Just don't use too much.
  5188. ---------------------
  5189. From: Leah Larkey <SP.LARKEY%MIT-SPEECH@MIT-MC>
  5190.  
  5191.     I have a "Le Ribonizer" reinker.  I'm fairly happy with it.  It is a
  5192. little messy, and I have had some problems with ink bleeding on certain
  5193. kinds of paper.  From other people's comments, it sounds like it is worth it 
  5194. to pay the extra 10 or so dollars to get MacInker.
  5195.      Leah Larkey
  5196. sp.larkey@mit-speech@mit-mc
  5197. -------
  5198. From: cyb-eng!topher@ut-sally.ARPA
  5199.  
  5200. We use a local re-inker here in town and it seems to work ok.
  5201.  
  5202. Cheers,
  5203. Topher Eliot
  5204. Cyb Systems, Austin, TX
  5205. {seismo, allegra, ihnp4}!ut-sally!cyb-eng!topher
  5206.   
  5207. 18-May-84 08:25:47-MDT,684;000000000000
  5208. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5209. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 18 May 84 08:25:39-MDT
  5210. Received: From brl.arpa.ARPA by AMSAA via smtp;  18 May 84 5:27 EDT
  5211. Received: From mit-mc.arpa.ARPA by BRL-AOS via smtp;  18 May 84 5:23 EDT
  5212. Date: 18 May 1984 05:23-EDT
  5213. From: Jerry E. Pournelle <POURNE@Mit-Mc.ARPA>
  5214. Subject:  help with ACT assembler
  5215. To: RFOWLER@Simtel20.ARPA
  5216. cc: info-cpm@Brl-Aos.ARPA
  5217. In-reply-to: Msg of Wed 16 May 84 16:48:58-MDT from Ron Fowler <RFOWLER at SIMTEL20.ARPA>
  5218.  
  5219. I thought you could now get Tony Pietsch's HMX BIOS (which
  5220. assembles with RMAC) when you bought Compupro 8-bit?  I agree,
  5221. ACT is not very useful or much fun.
  5222.  
  5223. 18-May-84 09:18:00-MDT,2512;000000000000
  5224. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5225. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 18 May 84 09:17:52-MDT
  5226. Received: From brl.arpa.ARPA by AMSAA via smtp;  18 May 84 10:42 EDT
  5227. Received: From xerox.arpa.ARPA by BRL-AOS via smtp;  18 May 84 10:43 EDT
  5228. Received: from CheninBlanc.ms by ArpaGateway.ms ; 18 MAY 84 07:28:16 PDT
  5229. Date: Thu, 17 May 84 13:38 PDT
  5230. From: SSalzman.ES@XEROX.ARPA
  5231. Subject: Getting MEX running...
  5232. In-reply-to: <RG.JMTURN.12014885576.BABYL@MIT-OZ>
  5233. To: RG.JMTURN%MIT-OZ@MIT-MC.ARPA
  5234. cc: Ron Fowler <RFOWLER@SIMTEL20.ARPA>, info-cpm@BRL.ARPA
  5235.  
  5236. Hello. Before knocking the program, which in my opinion is a very fine piece of
  5237. work, the MEXNEWS.001 said that there's an error in the documentation regar-
  5238. ding the fact that MEX should come up the first time around. It won't. Your
  5239. hardware overlay must be installed first. After reading that you have an
  5240. MD-2 I realized that you have an additional problem. This is due to the
  5241. carelessness of whomever wrote the M7MD-1 overlay for MDM7xx. There
  5242. is a bunch of stuff missing that MEX looks for that I suppose MDM7xx can do
  5243. with out. I have a Xerox 820-II and my overlay has all the proper settings to
  5244. work with MEX. A good friend of mine has an MD-3 (same overlay as the
  5245. MD-2) and I helped him install it. Now for the details. 
  5246.  
  5247. The first thing to do is to add the following equates to your overaly (same
  5248. area as your ports are defined):
  5249.  
  5250. MODRCVB:    EQU    2
  5251. MODRCVR:    EQU    2
  5252. MODSNDB:    EQU    1
  5253. MODSNDR:    EQU    1
  5254.  
  5255. Next, locate the following :
  5256.  
  5257. IN$MODDATP    IN    MODDATP ! RET    ;Comments...
  5258.             DS    31
  5259.  
  5260. And replace the 'DS 31' with the following chunk of code:
  5261.  
  5262.             DS    7            ;
  5263. ANI$MODRCVB    ANI    MODRCVB ! RET    ;bit to test for recv    148h
  5264. CPI$MODRCVR    CPI    MODRCVR ! RET    ;value when ready    14bh
  5265. ANI$MODSNDB    ANI    MODSNDB ! RET    ;bit to test for send    14eh
  5266. CPI$MODSNDR    CPI    MODSNDR ! RET    ;value when ready    151h
  5267.             DS    6                        154h
  5268. OUT$MODCTL1    OUT    MODCTL1 ! RET    ;out modem ctl port    15ah
  5269. OUT$MODCTL2    OUT    MODCTL2 ! RET    ;out modem status port 15dh
  5270.  
  5271. Note the hex numbers to the right, Those are the addresses of the code added 
  5272. that takes place of the DS 31. Look at the .PRN file and make sure the addresses
  5273. match. I'm doing this pretty much from memory (though I'm pretty sure it's
  5274. correct). If you have problems, let me know and I'll check into it.
  5275.  
  5276. Overall, if you have an overaly that doesn't work, It's probably because
  5277. there is some important info missing, not because of MEX.
  5278.  
  5279.                 - Isaac Salzman
  5280.  
  5281. Ssalzman.es@Xerox
  5282.  
  5283.  
  5284.  
  5285.  
  5286.  
  5287. 18-May-84 11:32:03-MDT,963;000000000000
  5288. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5289. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 18 May 84 11:31:57-MDT
  5290. Received: From brl.arpa.ARPA by AMSAA via smtp;  18 May 84 12:53 EDT
  5291. Received: From nalcon.arpa.ARPA by BRL-AOS via smtp;  18 May 84 12:52 EDT
  5292. Received: by nalcon (4.12/4.7)
  5293.     id AA00247; Fri, 18 May 84 12:52:17 edt
  5294. Message-Id: <8405181652.AA00247@nalcon>
  5295. Date: 18 May 84 12:52 EDT
  5296. From: "I. Larry Avrunin" <avrunin@Nalcon.ARPA>
  5297. Subject: Re: modem for cypher 855
  5298. To: SCHNUR@Usc-Isi.ARPA
  5299. Cc: info-cpm@Brl-Aos.ARPA, info-micro@Brl-Aos.ARPA, tinker@Dtrc.ARPA
  5300. In-Reply-To: Your message of 16 May 1984 18:15-EDT
  5301.  
  5302. Bob Tinker of DTNSRDC (tinker@dtrc) has developed a christensen protocol
  5303. (checksum) compatible program for the CDC Cyber 176 with a 2550 front
  5304. end.  Several system type changes were required due to the CDC full line
  5305. data transmission philosophy but it does work. It is being used with
  5306. NOS/BE.
  5307.  
  5308. Larry Avrunin
  5309. -------
  5310. 18-May-84 13:03:44-MDT,563;000000000000
  5311. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5312. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 18 May 84 13:03:40-MDT
  5313. Received: From brl.arpa.ARPA by AMSAA via smtp;  18 May 84 14:25 EDT
  5314. Received: From apg-1.arpa.ARPA by BRL-AOS via smtp;  18 May 84 14:20 EDT
  5315. Date: 18 May 1984 14:12:40 EDT (Friday)
  5316. From: Earnie Boyd DRSTE-CM-F 4377 <eboyd@Apg-1.ARPA>
  5317. Subject: XMODEM
  5318. To: info-cpm@Brl-Aos.ARPA
  5319.  
  5320. Could someone please point me to a public domain XMODEM/UMODEM program for
  5321. a VAX running VMS3.5.
  5322.                                             Earnie Boyd
  5323.  
  5324. 18-May-84 17:39:32-MDT,954;000000000000
  5325. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5326. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 18 May 84 17:39:28-MDT
  5327. Received: From brl.arpa.ARPA by AMSAA via smtp;  18 May 84 19:10 EDT
  5328. Received: From mit-xx.arpa.ARPA by BRL-AOS via smtp;  18 May 84 19:03 EDT
  5329. Date: Thu 17 May 84 21:50:16-EDT
  5330. From: Bradley C. Kuszmaul <KUSZMAUL@MIT-XX.ARPA>
  5331. Subject: Re: DU2 & KAYPRO
  5332. To: STORK@MIT-MC.ARPA
  5333. cc: info-cpm@BRL-AOS.ARPA
  5334. In-Reply-To: Message from "Eric Stork <STORK@Mit-Mc.ARPA>" of Thu 17 May 84 20:33:00-EDT
  5335.  
  5336. The KAYPRO probably emulates a terminal though software and a memory
  5337. mapped (character mapped not bit mapped) screen.  By going to the
  5338. direct I/O routine you probably bipassed the tab handler, discovering
  5339. a bug in the kaypro's software.
  5340.  Other systems either have a real terminal (which understands tabs)
  5341. or (as in the case of an IBM-PC) simulate a terminal, but do it correctly.
  5342.  
  5343.  (The above is just a guess)
  5344.  --Brad
  5345. -------
  5346. 18-May-84 20:49:00-MDT,1198;000000000000
  5347. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5348. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 18 May 84 20:48:54-MDT
  5349. Received: From brl.arpa.ARPA by AMSAA via smtp;  18 May 84 22:23 EDT
  5350. Received: From usc-isid.arpa.ARPA by BRL-AOS via smtp;  18 May 84 21:18 EDT
  5351. Date: 18 May 1984 21:17-EDT
  5352. Sender: ABN.ISCAMS@Usc-Isid.ARPA
  5353. Subject: Re: [bridger: mdm7/mex overlay for apple II w. applicard & H...
  5354. From: ABN.ISCAMS@Usc-Isid.ARPA
  5355. To: RFOWLER@Simtel20.ARPA
  5356. Cc: info-cpm@Brl-Aos.ARPA
  5357. Message-ID: <[USC-ISID]18-May-84 21:17:37.ABN.ISCAMS>
  5358. In-Reply-To: <RFOWLER.12016122675.BABYL@SIMTEL20>
  5359.  
  5360. Ron,
  5361.  
  5362. I was just working with an overlay for MDM7nn from SIMTEL20 
  5363. MICRO:<CPM.MODEM7>M7AP-2B.ASM
  5364.  
  5365. I was using the Mountain CPS portions, but seems to me there was definitely
  5366. an Applicard section, and I THOUGHT your modem too!
  5367.  
  5368. Might also check out M7AP-2.ASM and M7AP-3.ASM (I think those are the
  5369. numbers); they also had other Apple overlays with various serial cards and
  5370. modems.
  5371.  
  5372. Also, looking at the SIGM directory downloaded from SIMTEL20, I see more
  5373. overlays on the SIG/M Volume 170 (MICRO:<SIGM.VOL170>, but haven't looked
  5374. at them myself.
  5375.  
  5376. Regards,
  5377. David Kirschbaum
  5378. Toad Hall
  5379. 19-May-84 11:59:47-MDT,1211;000000000000
  5380. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5381. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 19 May 84 11:59:41-MDT
  5382. Received: From brl.arpa.ARPA by AMSAA via smtp;  19 May 84 13:30 EDT
  5383. Received: From brl-bmd.arpa.ARPA by BRL-AOS via smtp;  19 May 84 9:28 EDT
  5384. Date:     Sat, 19 May 84 9:24:44 EDT
  5385. From:     Charlie Strom (NYU) <strom@Brl-Bmd.ARPA>
  5386. To:       Sam Hahn <SHahn@sumex-aim.arpa>
  5387. cc:       INFO-CPM@Brl.ARPA
  5388. Subject:  Re:  New CompuPro products
  5389.  
  5390.  
  5391. As far as Gifford goes, I don't know what their marketing plans will be
  5392. for CCPM-816 to owners of their MP/M-816. I do know that there is
  5393. considerable similarity between MP/M and CCPM; for example, Gifford's
  5394. SWITCH program that allows operation of 8 bit programs with the 8085/88
  5395. board under MP/M-816 works fine under vanilla CCPM 3.1.
  5396. Gifford is investing considerable development effort into perfecting
  5397. DR's networking and currently have all of their Compupro and IBM PC
  5398. hardware connected under networked CCPM. My impression is that they
  5399. are rewriting many of their proprietary utilities to take the networking
  5400. into account, allowing, for example, mail, real time communications,
  5401. and use of system resources across the network.
  5402. 19-May-84 12:01:18-MDT,999;000000000000
  5403. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5404. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 19 May 84 12:01:13-MDT
  5405. Received: From brl.arpa.ARPA by AMSAA via smtp;  19 May 84 13:30 EDT
  5406. Received: From darcom-hq.arpa.ARPA by BRL-AOS via smtp;  19 May 84 9:56 EDT
  5407. Date:     Sat, 19 May 84 9:46:11 EDT
  5408. From:     Richard G Turner <rturner@darcom-hq.arpa>
  5409. To:       rfowler%simtel20.arpa@darcom-hq.arpa
  5410. cc:       info-cpm%brl.arpa@darcom-hq.arpa
  5411. Subject:  MEX READ Command
  5412.  
  5413. Ron,
  5414.  
  5415. A little "point me in the right direction" music...
  5416.  
  5417. I have MEX10 running on my Kaypro II with Hayes SmartModem. The other night
  5418. I was able to transfer several files using a READ file since the receiving
  5419. machine's XMODEM didn't handle wild cards or batch file transfers.
  5420.  
  5421. I haven't been able to duplicate that with a local RCP/M (Xerox 820) or
  5422. to darcom-hq (not through TAC). Any hints on where to start making stat
  5423. changes? I tried toggling WTECHO and changing the TRIGGER character.
  5424.  
  5425. thanks,
  5426. rick
  5427. 19-May-84 21:54:21-MDT,714;000000000000
  5428. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5429. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 19 May 84 21:54:17-MDT
  5430. Received: From brl.arpa.ARPA by AMSAA via smtp;  19 May 84 23:29 EDT
  5431. Received: From brl-mis.arpa.ARPA by BRL-AOS via smtp;  19 May 84 23:26 EDT
  5432. Date:     Sat, 19 May 84 23:25:22 EDT
  5433. From:     Rick Conn <rconn@Brl-Mis.ARPA>
  5434. To:       Earnie Boyd DRSTE-CM-F 4377 <eboyd@apg-1.arpa>
  5435. cc:       info-cpm@brl-aos.arpa
  5436. Subject:  Re:  XMODEM
  5437.  
  5438. I suspect that the XMODEMs under <CPM.VAXVMS> will run fine under VMS 3.5.
  5439. I never paid attention to the version of VMS I was using, but QIO services
  5440. are used for I/O, and I don't think these are likely to change between
  5441. versions of VMS.
  5442.  
  5443.     Rick
  5444. 20-May-84 10:16:22-MDT,1907;000000000000
  5445. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5446. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 20 May 84 10:16:03-MDT
  5447. Received: From brl.arpa.ARPA by AMSAA via smtp;  20 May 84 11:49 EDT
  5448. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  20 May 84 11:47 EDT
  5449. Date: 20 May 1984  09:48 MDT (Sun)
  5450. Message-ID: <CSTROM.12016853583.BABYL@SIMTEL20>
  5451. From: CSTROM@Simtel20.ARPA
  5452. Subject: BBS Confiscation
  5453. To:   INFO-MICRO@Brl-Aos.ARPA
  5454. cc:   INFO-CPM@Brl-Aos.ARPA, CSTROM@Simtel20.ARPA
  5455.  
  5456. I think the following message retrieved from Compuserve deserves
  5457. widespread circulation; no further explanation needed:
  5458.  
  5459.  
  5460.  #: 91655      Sec. 0 - Communications
  5461. Sb: Important warning!
  5462.     20-May-84  00:48:44
  5463. Fm: - tom tcimpidis 70250,323
  5464. To: all
  5465.  
  5466. On May 16 I was served with a search warrant and my system seized because of a
  5467. message that allegedly had been left, unknown to me, on one of the public
  5468. boards. This was done by the L.A.P.D. under direction of a complaint by Pacific
  5469. telephone. All Sysop's should be warned that under present law (or at least the
  5470. present interpetation) they are now responsible for ALL information that is
  5471. left or exchanged on their system and that ANY illegal or even questionable
  5472. activities, messages or even public outpourings are their direct legal
  5473. responsibility and that they will be held directly accountable regardless of
  5474. wether or not they knew of it, used it, and regardless of any other
  5475. circumstances! Yes, it is unjust. Yes, it is legally questionable. But it, for
  5476. the moment, seems to be enforcable and is being "actively pursued" as a felony.
  5477. Tom Tcimpidis - Sysop of The MOG-UR's HBBS (366-1238).  Mailing: P.O. Box 5236,
  5478. Mission Hills, CA 91345.
  5479.    .
  5480.         I would appreciate it if this message was spread to as many systems as
  5481. possible so that the word may be spread to the greatest number of Sysops.  1984
  5482. may, indeed, be here...
  5483.  
  5484. (eof)
  5485. 20-May-84 14:56:20-MDT,976;000000000000
  5486. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5487. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 20 May 84 14:56:16-MDT
  5488. Received: From ur-cs-gw.ARPA by AMSAA via smtp;  20 May 84 16:30 EDT
  5489. Received: from ur-seneca.rochester.arpa (ur-seneca) by cayuga.rochester.arpa id AA01555 (4.12d); Sun, 20 May 84 16:34:57 edt
  5490. Received: by ur-seneca.rochester.arpa id AA16701 (3.327.5d); 20 May 84 16:34:25 EDT (Sun)
  5491. Message-Id: <8405202034.16701@ur-seneca.rochester.arpa>
  5492. Date: 20 May 84 16:34:25 EDT (Sun)
  5493. From: Mike Ciaraldi <ciaraldi@rochester.arpa>
  5494. Subject: Re:  BYE on Z-100
  5495. To: info-hz100@radc-tops20.arpa, info-cpm@amsaa.arpa, 
  5496.     Mike Ciaraldi <ciaraldi@rochester.arpa>
  5497.  
  5498. Well, we finally got BYE working.
  5499. It seems that Mike's PMMI modem has RING DETECT as
  5500. bit 1 instead of bit 2.
  5501. The documentation says 2, and the standard BYE says 2, but
  5502. changing the program to look for 1 works!
  5503.  
  5504. Thanks to the people who sent suggestions.
  5505.  
  5506. Mike Ciaraldi
  5507. ciaraldi@rochester
  5508. 20-May-84 15:33:16-MDT,1882;000000000000
  5509. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5510. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 20 May 84 15:33:10-MDT
  5511. Received: From brl.arpa.ARPA by AMSAA via smtp;  20 May 84 17:10 EDT
  5512. Received: From ucla-locus.arpa.ARPA by BRL-AOS via smtp;  20 May 84 17:08 EDT
  5513. Date: Sun, 20 May 84 13:35:11 PDT
  5514. From: Matthew J. Weinstein <matt@UCLA-LOCUS.ARPA>
  5515. Subject: BBS Confiscation
  5516. To:   INFO-MICRO@Brl-Aos.ARPA
  5517. cc:   INFO-CPM@Brl-Aos.ARPA, CSTROM@Simtel20.ARPA
  5518.  
  5519. I think the following message retrieved from Compuserve deserves
  5520. widespread circulation; no further explanation needed:
  5521.  
  5522.  #: 91655      Sec. 0 - Communications
  5523. Sb: Important warning!
  5524.     20-May-84  00:48:44
  5525. Fm: - tom tcimpidis 70250,323
  5526. To: all
  5527.  
  5528. On May 16 I was served with a search warrant and my system seized because of a
  5529. message that allegedly had been left, unknown to me, on one of the public
  5530. boards. This was done by the L.A.P.D. under direction of a complaint by Pacific
  5531. telephone. All Sysop's should be warned that under present law (or at least the
  5532. present interpetation) they are now responsible for ALL information that is
  5533. left or exchanged on their system and that ANY illegal or even questionable
  5534. activities, messages or even public outpourings are their direct legal
  5535. responsibility and that they will be held directly accountable regardless of
  5536. wether or not they knew of it, used it, and regardless of any other
  5537. circumstances! Yes, it is unjust. Yes, it is legally questionable. But it, for
  5538. the moment, seems to be enforcable and is being "actively pursued" as a felony.
  5539. Tom Tcimpidis - Sysop of The MOG-UR's HBBS (366-1238).  Mailing: P.O. Box 5236,
  5540. Mission Hills, CA 91345.
  5541.    .
  5542.         I would appreciate it if this message was spread to as many systems as
  5543. possible so that the word may be spread to the greatest number of Sysops.  1984
  5544. may, indeed, be here...
  5545.  
  5546. (eof)
  5547.  
  5548. 20-May-84 16:59:00-MDT,608;000000000000
  5549. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5550. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 20 May 84 16:58:56-MDT
  5551. Received: From brl.arpa.ARPA by AMSAA via smtp;  20 May 84 18:36 EDT
  5552. Received: From ucla-locus.arpa.ARPA by BRL-AOS via smtp;  20 May 84 18:34 EDT
  5553. Date:           Sun, 20 May 84 15:04:50 PDT
  5554. From:           Matthew J. Weinstein <matt@UCLA-LOCUS.ARPA>
  5555. To:             info-micro@Brl-Aos.ARPA, info-cpm@Brl-Aos.ARPA, cstrom@Simtel20.ARPA
  5556. Subject:        Mailer bug
  5557.  
  5558. Apparently our mailer has a bug when forwarding mail.  This will
  5559. be dealt with.  Please ignore the resubmission.
  5560.  
  5561. 20-May-84 17:34:27-MDT,710;000000000000
  5562. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5563. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 20 May 84 17:34:22-MDT
  5564. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  20 May 84 19:03 EDT
  5565. Date: 20 May 1984  17:07 MDT (Sun)
  5566. Message-ID: <KPETERSEN.12016933536.BABYL@SIMTEL20>
  5567. Sender: KPETERSEN@Simtel20.ARPA
  5568. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  5569. To:   Mike Ciaraldi <ciaraldi@rochester.arpa>
  5570. Cc:   Info-Cpm@Amsaa.ARPA
  5571. Subject: BYE on Z-100/PMMI modem fixed
  5572. In-reply-to: Msg of 20 May 1984  14:34-MDT from Mike Ciaraldi <ciaraldi at rochester.arpa>
  5573.  
  5574. Which BYE has the incorrect equate for PMMI ring detect?  PMMIBYE2
  5575. is in current operation on RCPM Royal Oak - has been for YEARS!
  5576. --Keith
  5577. 20-May-84 23:42:51-MDT,12040;000000000000
  5578. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5579. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 20 May 84 23:42:22-MDT
  5580. Received: From brl.arpa.ARPA by AMSAA via smtp;  21 May 84 1:06 EDT
  5581. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  21 May 84 1:04 EDT
  5582. Received: from Usenet.uucp by sri-unix.uucp with rs232; 20 May 84 21:48-PDT
  5583. Date: 16 May 84 17:50:47-PDT (Wed)
  5584. To: info-cpm@Brl-Aos.ARPA
  5585. From: harpo!seismo!hao!kpno!terak!jb@Ucb-Vax.ARPA
  5586. Subject: Download Bootstrap
  5587. Article-I.D.: terak.110
  5588.  
  5589. I doubt that this is the program referred to, but
  5590. will make it available as one solution to this
  5591. Catch-22 problem...
  5592.  
  5593.  
  5594. ;         Copyright 1984 by John M. Blalock
  5595.  
  5596. ;       ####################################
  5597. ;       ##                                ##
  5598. ;       ##         GETIT.ASM              ##
  5599. ;       ##                                ##
  5600. ;       ##      Written by:               ##
  5601. ;       ##                                ##
  5602. ;       ##          John M. Blalock       ##
  5603. ;       ##          March 24, 1984        ##
  5604. ;       ##                                ##
  5605. ;       ####################################
  5606.  
  5607. ;          Last updated May 15, 1984, JMB
  5608.  
  5609. ; This  program  is a very simple CP/M terminal  and  ASCII 
  5610. ; text   capture   program.    Once  customized  for   your 
  5611. ; particular computer, it will enable you to communicate to 
  5612. ; another computer via a serial port.   It is expected that 
  5613. ; the serial port will be connected to a modem.  GETIT will 
  5614. ; allow  you  to  transfer  ASCII  files  from  the  remote 
  5615. ; computer  to  yours  and save them on disk as long as the 
  5616. ; files  are no larger than the available  capture  buffer.  
  5617. ; Longer  files  will  have to be broken  up  into  smaller 
  5618. ; segments and recombined on your computer with PIP.
  5619.  
  5620. ; Once you have established communications with the  remote 
  5621. ; computer,  entering  Ctl-Y  from your console will  cause 
  5622. ; GETIT  to start saving text sent from the remote computer 
  5623. ; into  a RAM buffer that starts at  0100H.   This  capture 
  5624. ; function can be toggled on and/or off by subsequent entry 
  5625. ; of another Ctl-Y.  An ASCII BELL character is sent to the 
  5626. ; console  when capture is toggled on,  and nothing is sent 
  5627. ; when it is toggled off.
  5628.  
  5629. ; Entering  Ctl-E  will cause GETIT to exit to  CP/M  after 
  5630. ; first  telling  you the decimal number of  pages  in  the 
  5631. ; capture buffer.   GETIT will also exit when the buffer is 
  5632. ; filled.  An  X-OFF  (Ctl-S) is first sent to  the  remote 
  5633. ; computer  that will stop further output by it as long  as 
  5634. ; it supports the X-ON/X-OFF protocol.   The captured  data 
  5635. ; will be in your RAM starting at 0100H and can be saved to 
  5636. ; disk  by  entering SAVE nn FILENAME.EXT where nn  is  the 
  5637. ; number of pages GETIT told you to SAVE.
  5638.  
  5639. ; GETIT  is  purposefully  short and simple  to  facilitate 
  5640. ; entry  of its source code from the keyboard.   Leave  out 
  5641. ; the comments - you have them here.   Probably  the  first 
  5642. ; thing for which you will want to use it (and perhaps  its 
  5643. ; only  use)  is  to  download  a  better,   more   capable 
  5644. ; communications  program.   But it does solve the Catch-22 
  5645. ; problem of not being able to download any  communications 
  5646. ; program  because  you don't have any to start  with.   If 
  5647. ; MDM730.HEX is available on the remote  computer,  capture 
  5648. ; it  with  GETIT,  LOAD  it,  and  now  you  have  a  good 
  5649. ; communications program.
  5650.  
  5651. ; GETIT  is released for use in the public domain for  non-
  5652. ; profit usage only.   If it helps you sell your product, I 
  5653. ; would like to share in the profits.  If you sell GETIT, I 
  5654. ; want all the profits.   Any questions should be addressed 
  5655. ; to John Blalock,  Blalock and Associates,  PO Box  39356, 
  5656. ; Phoenix, AZ 85069.  Include an SASE if you want a reply.
  5657.  
  5658. ; MODEM CONSTANTS - You will need to change these to  match
  5659. ; your particular UART.  If your UART transmit buffer empty
  5660. ; and/or receive data available bits are low  true,  you'll
  5661. ; have to change the conditional jumps that test these bits
  5662. ; from JNZ to JZ  and  from  JZ to JNZ.  The affected lines 
  5663. ; are marked with an asterick (*) in the comments below.
  5664.  
  5665. MDATA   EQU     080H            ;MODEM DATA PORT
  5666. MSTAT   EQU     081H            ;MODEM STATUS PORT
  5667. TXRDY   EQU     001H            ;TX BUFFER EMPTY BIT
  5668. RXRDY   EQU     002H            ;RX DATA AVAILABLE BIT
  5669.  
  5670. ; Equate DEST to 0100H bytes or more below  the CCP in your
  5671. ; version of CP/M.   The  higher  it  is,  the  larger  the 
  5672. ; capture buffer will be.  I have 52.5K bytes  available in
  5673. ; the capture buffer  with  my  version  of  CP/M  and  the
  5674. ; following DEST value.
  5675.  
  5676. DEST    EQU     0D300H          ;PROGRAM IS RELOCATED TO HERE
  5677.  
  5678. ; The following equates shouldn't require any changes for a
  5679. ; standard CP/M system.
  5680.  
  5681. BASE    EQU     0000H           ;CP/M BASE ADDRESS
  5682. BUFF    EQU     BASE+0100H      ;CAPTURE BUFFER START ADDRESS
  5683. BDOS    EQU     0005H           ;BDOS ENTRY ADDRESS
  5684. STACK    EQU    DEST+100H    ;GETIT TOP OF STACK
  5685. CAPT    EQU     'Y'-40H         ;CTL-Y = START/STOP CAPTURE
  5686. EXIT    EQU     'E'-40H         ;CTL-E = STOP, EXIT TO CP/M
  5687. BELL    EQU     07H             ;BEEP THE CONSOLE
  5688. CR      EQU     0DH             ;ASCII CARRIAGE RETURN
  5689. LF      EQU     0AH             ;ASCII LINE FEED
  5690.  
  5691.         ORG     BUFF            ;PROGRAM STARTS HERE
  5692.  
  5693. BEGIN   LDA     BASE+2          ;GET BIOS PAGE NUMBER AND
  5694.         STA     PCONST+2        ; PATCH PROGRAM WITH YOUR
  5695.         STA     PCONIN+2        ; BIOS ENTRY ADDRESSES
  5696.         STA     PCONOUT+2
  5697.         LXI    H,0000        ;CLEAR HL
  5698.         DAD    SP        ;ORIG SP TO HL
  5699.         SHLD    SPSAVE        ;SAVE FOR LATER
  5700.         LXI    SP,STACK    ;INIT STACK POINTER
  5701.  
  5702. INIT    ;Insert here any code required to initialize your
  5703.         ;UART if it is not already initialized by some 
  5704.         ;other program or your CP/M cold boot routine.
  5705.  
  5706. BMOVE   LXI     D,DEST          ;BLOCK MOVE DESTINATION
  5707.         LXI     H,START         ;FIRST ADDRESS TO MOVE
  5708.         MVI     C,PEND-START    ;NUMBER OF BYTES TO MOVE
  5709. MVLOOP  MOV     A,M             ;GET A BYTE
  5710.         STAX    D               ;MOVE IT
  5711.         INX     H               ;BUMP POINTERS
  5712.         INX     D
  5713.         DCR     C               ;COUNT THE BYTE
  5714.         JNZ     MVLOOP          ;LOOP 'TIL DONE
  5715.         JMP     GETIT           ;NOW GO RUN THE PROGRAM
  5716.  
  5717. START   EQU     $               ;START OF RELOCATED CODE
  5718. OFFSET  EQU     DEST-START      ;PROGRAM OFFSET AMOUNT
  5719.  
  5720. GETIT   EQU     $+OFFSET        ;PROGRAM START IN HI MEMORY
  5721.         LXI     H,BUFF          ;INITIALIZE BUFFER POINTER
  5722. GETLP   EQU     $+OFFSET        ;MAIN PROGRAM LOOP
  5723.         IN      MSTAT           ;GET MODEM STATUS
  5724.         ANI     RXRDY           ;DATA AVAILABLE ?
  5725.         JNZ     RXDRDY          ;YES, THEN JUMP            *
  5726.         CALL    CONST           ;NO, CHECK KEYBOARD
  5727.         ORA     A               ;ANYTHING TYPED ?
  5728.         JZ      GETLP           ;NO, THEN LOOP FOREVER
  5729.         CALL    CONIN           ;YES, GET IT
  5730.         CPI     CAPT            ;CTL-Y ?
  5731.         JZ      TOGCAPT         ;YES, TOGGLE CAPTURE FLAG
  5732.         CPI     EXIT            ;CTL-E ?
  5733.         JZ      ENDIT1          ;YES, WE'RE DONE FOR NOW
  5734.         MOV     C,A             ;NO, MOVE CHARACTER TO C
  5735.         CALL    SENDIT          ;SEND THE CHARACTER
  5736.         JMP     GETLP           ;LOOP FOREVER
  5737.  
  5738. SENDIT  EQU     $+OFFSET        ;SEND (C) TO MODEM
  5739.         IN      MSTAT           ;GET MODEM STATUS
  5740.         ANI     TXRDY           ;TX BUFFER EMPTY ?
  5741.         JZ      SENDIT          ;NO, LOOP UNTIL EMPTY      *  
  5742.         MOV     A,C             ;CHAR TO REG A
  5743.         OUT     MDATA           ;SEND TO MODEM
  5744.         RET
  5745.  
  5746. RXDRDY  EQU     $+OFFSET        ;RX DATA IS AVAILABLE
  5747.         IN      MDATA           ;GET MODEM CHARACTER
  5748.         ANI     7FH             ;CLEAR PARITY BIT
  5749.         MOV     C,A             ;PUT IN REG C
  5750.         LDA     CAPTFG          ;GET CAPTURE FLAG
  5751.         ORA     A               ;WANT TO SAVE IT ?
  5752.         JZ      NOSAVE          ;NO, THEN DON'T SAVE
  5753.         MOV     M,C             ;YES, PUT CHAR IN MEMORY
  5754.         INX     H               ;INCREMENT POINTER
  5755.         MOV     A,H             ;CHECK FOR TOO FAR
  5756.         CPI     DEST SHR 8      ;CAN'T SAVE THIS MUCH
  5757.         JZ      ENDIT           ;EXIT IF BUFFER IS FULL
  5758.  
  5759.     ;Insert "JMP  GETLP" here if you miss characters
  5760.     ;due to the delay caused by your CONOUT routine.
  5761.     ;This should only be necessary if your console is
  5762.     ;not much faster than the incoming data rate.
  5763.     ;You'll have to figure out some way to determine
  5764.     ;when the data has been captured, however.
  5765.        
  5766. NOSAVE  EQU     $+OFFSET        ;NOT SAVING OR NOT FULL
  5767.         CALL    CONOUT          ;DISPLAY RECEIVED CHAR
  5768.         JMP     GETLP           ;AND LOOP SOME MORE
  5769.  
  5770. TOGCAPT EQU     $+OFFSET        ;TOGGLE CAPTURE FLAG
  5771.         LDA     CAPTFG          ;GET IT
  5772.         CMA                     ;COMPLEMENT IT
  5773.         STA     CAPTFG          ;RESTORE FLAG
  5774.         ORA     A               ;CAPTURE NOW ON ?
  5775.         JZ      GETLP           ;NO, BACK TO LOOPING
  5776.         MVI     C,BELL          ;YES, TELL USER CAPTURE
  5777.         CALL    CONOUT          ; HAS BEEN TOGGLED ON
  5778.         JMP     GETLP           ;BACK TO LOOPING
  5779.  
  5780. ENDIT   EQU     $+OFFSET        ;BUFFER FULL, GO TO CP/M
  5781.         MVI     C,'S'-40H       ;STOP OUTPUT IF POSSIBLE
  5782.         CALL    SENDIT          ; WITH A CTL-S
  5783. ENDIT1  EQU     $+OFFSET        ;ENTER HERE TO EXIT W/O ^S
  5784.         MVI     A,'Z'-40H       ;END OF FILE FLAG
  5785.         MOV     M,A             ;SAVE IN BUFFER
  5786.         MOV     A,H             ;GET NUM OF PAGES TO SAVE
  5787.         PUSH    PSW             ;SAVE ON STACK
  5788.         LXI     D,SAVE          ;POINT DE TO "SAVE" MESSAGE
  5789.         MVI     C,9             ;PRINT STRING FUNCTION
  5790.         CALL    BDOS            ;PRINT EXITING MESSAGE
  5791.         POP     PSW             ;RESTORE NUMBER OF PAGES
  5792.         MVI     C,'0'           ;INIT HUNDREDS DIGIT
  5793. HUND    EQU     $+OFFSET        ;LOOP HERE 'TIL < 100
  5794.         SUI     100             ;ANY HUNDREDS DIGITS?
  5795.         JC      TENS            ;NO, CHECK TENS
  5796.         INR     C               ;YES, BUMP HUNDREDS DIGIT
  5797.         JMP     HUND            ;ANY MORE HUNDREDS ?
  5798. TENS    EQU     $+OFFSET        ;NO MORE HUNDREDS
  5799.         ADI     100             ;PUT BACK 100
  5800.         PUSH    PSW             ;SAVE COUNT
  5801.         CALL    CONOUT          ;PRINT HUNDREDS DIGIT
  5802.         POP     PSW             ;RESTORE COUNT
  5803.         MVI     C,'0'           ;INIT TENS DIGIT
  5804. TEN1    EQU     $+OFFSET        ;LOOP HERE 'TIL < 10
  5805.         SUI     10              ;ANY TENS DIGITS?
  5806.         JC      ONES            ;NO, CHECK ONES
  5807.         INR     C               ;YES, BUMP TENS DIGIT
  5808.         JMP     TEN1            ;ANY MORE TENS?
  5809. ONES    EQU     $+OFFSET        ;NO MORE TENS
  5810.         ADI     10+'0'          ;PUT BACK 10, ADD ASCII BIAS
  5811.         PUSH    PSW             ;SAVE NUMBER
  5812.         CALL    CONOUT          ;PRINT TENS DIGIT
  5813.         POP     PSW             ;RESTORE ONES DIGIT
  5814.         MOV     C,A             ;PASS TO CONOUT IN REG C
  5815.     CALL    CONOUT          ;PRINT ONES DIGIT
  5816.         LHLD    SPSAVE        ;GET OLD STACK POINTER
  5817.         SPHL            ;PUT IN SP
  5818.     RET                     ;BACK TO CP/M
  5819.  
  5820. CONST   EQU     $+OFFSET        ;PATCHED BY PROGRAM TO
  5821. PCONST  JMP     BASE+6H         ; YOUR BIOS CONST ADDRESS
  5822. CONIN   EQU     $+OFFSET        ;PATCHED BY PROGRAM TO
  5823. PCONIN  JMP     BASE+9H         ; YOUR BIOS CONIN ADDRESS
  5824. CONOUT  EQU     $+OFFSET        ;PATCHED BY PROGRAM TO
  5825. PCONOUT JMP     BASE+0CH        ; YOUR BIOS CONOUT ADDRESS
  5826. SAVE    EQU     $+OFFSET        ;EXITING MESSAGE
  5827.         DB      BELL,CR,LF,LF,'GETIT exiting, SAVE $'
  5828. CAPTFG  EQU     $+OFFSET        ;CAPTURE FLAG
  5829.         DB      0               ;00 = NO CAPTURE, DEFAULT
  5830.  
  5831. PEND    EQU     $               ;END OF RELOCATED PROGRAM
  5832.  
  5833. SPSAVE    EQU    $+OFFSET    ;ORIG SP SAVED HERE
  5834.         DS    2        ;DON'T INCLUDE IN BLOCK MOVE
  5835.  
  5836.         END
  5837. 21-May-84 05:23:46-MDT,877;000000000000
  5838. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5839. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 21 May 84 05:23:42-MDT
  5840. Received: From brl.arpa.ARPA by AMSAA via smtp;  21 May 84 6:58 EDT
  5841. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  21 May 84 6:54 EDT
  5842. Received: from Usenet.uucp by sri-unix.uucp with rs232; 21 May 84 3:49-PDT
  5843. Date: 15 May 84 22:45:09-PDT (Tue)
  5844. To: info-cpm@Brl-Aos.ARPA
  5845. From: hplabs!tektronix!ogcvax!fosterm@Ucb-Vax.ARPA
  5846. Subject: Re: USR AutoDial 212A & PASSWORD
  5847. Article-I.D.: ogcvax.387
  5848. In-Reply-To: Article <705@sri-arpa.UUCP>
  5849.  
  5850. <>
  5851. I recently purchased a USR Password for 315 (not best price, but
  5852. a good deal).  I have been very happy with it so far.  It does
  5853. seem to run pretty warm sometimes.  I have noticed a small amount
  5854. of garbage, but can attribute it mostly to noisy phone lines...
  5855.  
  5856. -- Mark Foster, Oregon Graduate Center
  5857. 21-May-84 22:34:51-MDT,967;000000000000
  5858. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5859. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 21 May 84 22:34:47-MDT
  5860. Received: From brl.arpa.ARPA by AMSAA via smtp;  22 May 84 0:06 EDT
  5861. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  22 May 84 0:03 EDT
  5862. Received: from Usenet.uucp by sri-unix.uucp with rs232; 21 May 84 20:57-PDT
  5863. Date: 8 May 84 16:11:47-PDT (Tue)
  5864. To: info-cpm@Brl-Aos.ARPA
  5865. From: hplabs!hao!seismo!cmcl2!philabs!micomvax!lamarche@Ucb-Vax.ARPA
  5866. Subject: setjmp/longjmp for AZTEC CII compiler
  5867. Article-I.D.: micomvax.294
  5868.  
  5869. []
  5870. I have a CP/M 2.2 system with the AZTEC CII compiler.
  5871. I need to add to it the setjmp/longjmp capabilities.
  5872. If anybody has already done so, I would like to know how
  5873. you solved this problem.  I could probably figure it out
  5874. myself but I need it like yesterday as usual.
  5875. Thanks for the help
  5876.  
  5877. Michel Lamarche   UUCP:philabs!micomvax!lamarche
  5878. MICOM
  5879. 5250 Ferrier Street
  5880. Montreal, P. Quebec
  5881. CANADA  H4P 1L4
  5882. 22-May-84 02:23:55-MDT,665;000000000000
  5883. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5884. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 22 May 84 02:23:52-MDT
  5885. Received: From brl.arpa.ARPA by AMSAA via smtp;  22 May 84 3:52 EDT
  5886. Received: From xerox.arpa.ARPA by BRL-AOS via smtp;  22 May 84 3:50 EDT
  5887. Received: from Chelois.ms by ArpaGateway.ms ; 22 MAY 84 00:50:18 PDT
  5888. From: kyle.wbst@XEROX.ARPA
  5889. Date: 22 May 84 3:50:04 EDT
  5890. Subject: Re: BBS Confiscation
  5891. In-reply-to: CSTROM@SIMTEL20.ARPA's message of 20 May 84 09:48 MDT
  5892.  (Sun), <CSTROM.12016853583.BABYL@SIMTEL20>
  5893. To: CSTROM@SIMTEL20.ARPA
  5894. cc: INFO-MICRO@BRL-AOS.ARPA, INFO-CPM@BRL-AOS.ARPA
  5895.  
  5896. What was the message that caused all this trouble?
  5897. 22-May-84 04:19:41-MDT,853;000000000000
  5898. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5899. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 22 May 84 04:19:38-MDT
  5900. Received: From brl.arpa.ARPA by AMSAA via smtp;  22 May 84 5:54 EDT
  5901. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  22 May 84 5:56 EDT
  5902. Date: 22 May 1984  03:56 MDT (Tue)
  5903. Message-ID: <CSTROM.12017313867.BABYL@SIMTEL20>
  5904. From: CSTROM@Simtel20.ARPA
  5905. To:   kyle.wbst@XEROX.ARPA
  5906. Cc:   Info-CPM@Brl-Aos.ARPA, Info-Micro@Brl-Aos.ARPA
  5907. Subject: BBS Confiscation
  5908. In-reply-to: Msg of 22 May 1984  01:50-MDT from kyle.wbst at XEROX.ARPA
  5909.  
  5910. Interesting that the originator of the message neglected to mention
  5911. the nature of the message or messages that caused such a reaction from
  5912. the {_California authorities. Needless to say, a lot of people are
  5913. asking this question and I am trying to determine same with no
  5914. response as yet.
  5915. 22-May-84 06:36:50-MDT,739;000000000000
  5916. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5917. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 22 May 84 06:36:45-MDT
  5918. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  22 May 84 8:07 EDT
  5919. Date: 22 May 1984  06:10 MDT (Tue)
  5920. Message-ID: <KPETERSEN.12017338274.BABYL@SIMTEL20>
  5921. Sender: KPETERSEN@Simtel20.ARPA
  5922. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  5923. To:   Info-Cpm@Amsaa.ARPA
  5924. Subject: MEX and MDM7 bug reports and discussions
  5925.  
  5926. MEX and MDM7 users who have bug reports and/or suggestions for
  5927. improvements/updates can address netmail to INFO-MODEM7@SIMTEL20.
  5928.  
  5929. Usenet/uucp readers can now reach that list by sending netmail to
  5930. ...!brl-bmd!info-modem7   (brl-bmd is known to unc, duke, decvax,
  5931. aplvax, and others).
  5932.  
  5933. --Keith
  5934. 22-May-84 08:12:00-MDT,984;000000000000
  5935. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5936. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 22 May 84 08:11:54-MDT
  5937. Received: From brl.arpa.ARPA by AMSAA via smtp;  22 May 84 9:43 EDT
  5938. Received: From usc-isid.arpa.ARPA by BRL-AOS via smtp;  22 May 84 9:42 EDT
  5939. Date: 22 May 1984 09:41-EDT
  5940. Sender: ABN.ISCAMS@Usc-Isid.ARPA
  5941. Subject: Re: BBS Confiscation
  5942. From: ABN.ISCAMS@Usc-Isid.ARPA
  5943. To: kyle.wbst@Xerox.ARPA
  5944. Cc: CSTROM@Simtel20.ARPA, INFO-MICRO@Brl-Aos.ARPA
  5945. Cc: INFO-CPM@Brl-Aos.ARPA
  5946. Message-ID: <[USC-ISID]22-May-84 09:41:39.ABN.ISCAMS>
  5947. In-Reply-To: The message of 22 May 84 3:50:04 EDT from kyle.wbst@XEROX.ARPA
  5948.  
  5949. Good grief!
  5950.  
  5951. Don't put that message on this net!  I don't want the local
  5952. Ersatz Gestapo crashing in here and confiscating my terminal!
  5953.  
  5954. (Not to mention them trying to haul away your lovely DEC-20!!)
  5955.  
  5956. (Now if you'd like to slip me a bootleg copy -- assuming we don't run
  5957. afoul of Federal Interstate Traffic laws...)
  5958.  
  5959. David Kirschbaum
  5960. Toad Hall
  5961. 22-May-84 11:07:22-MDT,1172;000000000000
  5962. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5963. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 22 May 84 11:07:17-MDT
  5964. Received: From brl-vgr.arpa.ARPA by AMSAA via smtp;  22 May 84 12:36 EDT
  5965. Received: from usc-isid.arpa by BRL-VGR.ARPA id a002690; 22 May 84 12:36 EDT
  5966. Date: 22 May 1984 12:33-EDT
  5967. Sender: ABN.ISCAMS@usc-isid.ARPA
  5968. Subject: Decision I and Micronix
  5969. From: ABN.ISCAMS@usc-isid.ARPA
  5970. To: info-micro@BRL-VGR.ARPA
  5971. Cc: info-cpm@BRL-VGR.ARPA, abn.iscams@usc-isid.ARPA
  5972. Message-ID: <[USC-ISID]22-May-84 12:33:40.ABN.ISCAMS>
  5973.  
  5974. Netlandians,
  5975.  
  5976. A vendor mentioned that the multi-user Micronix OS (?) sold by Morrow
  5977. for the expanded Morrow Decision I (the multi-slot job, NOT the single-board
  5978. micro) is a real hassle, and most users/systems personnel have a hard time
  5979. installing the system.
  5980.  
  5981. Is this true?  Anyone out there have experience in this? This is only one
  5982. alternative to expanding my faithful Toad, and to date all my service
  5983. from Morrow MUST come through a vendor -- little/no contact with Morrow
  5984. itself.  (I've been waiting two months for a new disk controller EPROM.)
  5985.  
  5986. Thanks in advance,
  5987. David Kirschbaum
  5988. Toad Hall
  5989. ABN.ISCAMS@USC-ISID
  5990. 22-May-84 16:41:07-MDT,1704;000000000000
  5991. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5992. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 22 May 84 16:40:59-MDT
  5993. Received: From brl.arpa.ARPA by AMSAA via smtp;  22 May 84 14:09 EDT
  5994. Received: From isi-uci-gw.ARPA by BRL-AOS via smtp;  22 May 84 14:05 EDT
  5995. Date: 22 May 84 10:57:17 PDT (Tue)
  5996. Message-ID: <280.454096637@uci-750a>
  5997. To: ABN.ISCAMS@Usc-Isid.ARPA
  5998. cc: kyle.wbst@Xerox.ARPA, CSTROM@Simtel20.ARPA, INFO-MICRO@Brl-Aos.ARPA, 
  5999.     INFO-CPM@Brl-Aos.ARPA, jsweet@Uci-750a.ARPA
  6000. Subject: Re: BBS Confiscation
  6001. In-reply-to: Your message of 22 May 1984 09:41-EDT.
  6002.          <[USC-ISID]22-May-84 09:41:39.ABN.ISCAMS>
  6003. From: Jerry Sweet <jsweet@Uci-750a.ARPA>
  6004.  
  6005.  
  6006. Although it's probably useless to speculate on the exact nature of the
  6007. message that caused the phone company to file the complaint, one may
  6008. still make some guesses.  The telecom discussion list once had an
  6009. interesting discussion on the subject of blue boxing and the legal
  6010. implications thereof.  Someone pointed out that it was a violation
  6011. of federal law to have such a discussion (at the technical level),
  6012. and the moderator promptly suspended the discussion, with the wry
  6013. note, "let's not have any more felonies on telecom, okay?"  I trust
  6014. that I'm not doing a disservice by bringing that discussion (which was
  6015. a while ago) under public scrutiny, but it does serve to point out
  6016. that CENSORSHIP IS ALIVE AND WELL UNDER OUR DEMOCRACY!  If it
  6017. were to come to a legal test, it is quite possible that the first
  6018. amendment would win out, but one never knows.  If it's legal to
  6019. publish plans for building a thermonuclear device, I suspect that
  6020. the crime of describing the workings of a blue box pales by
  6021. comparison.
  6022.  
  6023. -jns
  6024. 22-May-84 16:42:00-MDT,688;000000000000
  6025. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6026. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 22 May 84 16:41:57-MDT
  6027. Received: From xerox.arpa.ARPA by AMSAA via smtp;  22 May 84 15:08 EDT
  6028. Received: from Flora.ms by ArpaGateway.ms ; 22 MAY 84 12:11:05 PDT
  6029. Date: Tue, 22 May 84 11:54 PDT
  6030. From: DHead.es@XEROX.ARPA
  6031. Subject: -86 Utilities
  6032. To: Info-Cpm@AMSAA.ARPA
  6033.  
  6034. Does anyone know if there are versions of VFILER and the newer SD ( ver
  6035. 81 as an example) for CPM-86? I have a version of SD, but it doesn't
  6036. allow any options other than $S. I would like to find out before I try
  6037. and convert my -80 versions. Any pointers greatly appreciated.
  6038.  
  6039. ~~Dave~~
  6040.  
  6041. (DHead.es@XEROX.ARPA)
  6042.  
  6043. 22-May-84 16:42:16-MDT,825;000000000000
  6044. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6045. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 22 May 84 16:42:12-MDT
  6046. Received: From brl-vgr.arpa.ARPA by AMSAA via smtp;  22 May 84 15:52 EDT
  6047. Received: from ut-ngp.arpa by BRL-VGR.ARPA id a004252; 22 May 84 15:49 EDT
  6048. From: vomlehn <vomlehn@UT-NGP.ARPA>
  6049. Posted-Date: Tue, 22 May 84 14:48:36 CDT
  6050. Message-Id: <8405221949.AA27345@ut-ngp.ARPA>
  6051. Received: by ut-ngp.ARPA (4.22/4.22)
  6052.     id AA27345; Tue, 22 May 84 14:49:13 cdt
  6053. Date: Tue, 22 May 84 14:48:36 CDT
  6054. To: info-cpm@BRL-VGR.ARPA
  6055. Subject: setjmp/longjmp for Aztec CII
  6056.  
  6057. Version 1.06 of the Aztec CII compiler has routines to implement
  6058. setjmp and longjmp.  I've used them a bit and they seem to work.
  6059. They are identical in use to the UNIX versions.  If I were you, I'd
  6060. spend the bucks and save myself some work.
  6061.  
  6062. 22-May-84 20:39:40-MDT,1090;000000000000
  6063. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6064. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 22 May 84 20:39:34-MDT
  6065. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  22 May 84 22:20 EDT
  6066. Date: 22 May 1984  20:19 MDT (Tue)
  6067. Message-ID: <KPETERSEN.12017492737.BABYL@SIMTEL20>
  6068. Sender: KPETERSEN@Simtel20.ARPA
  6069. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  6070. To:   Info-Modem7@Simtel20.ARPA
  6071. Cc:   Info-Cpm@Amsaa.ARPA
  6072. Subject: MEX10DOC.WQ - a WordStar formatted MEX10.DOC
  6073.  
  6074. I local user of TCBBS Dearborn contributed a nicely-reformatted DOC
  6075. file for MEX10.  I just uploaded it to SIMTEL20.  Since this file has
  6076. WordStar dot commands, soft spaces, high-order bits and such, I did
  6077. NOT unsqueeze it.  It's stored in ITS-binary "COM" file format and is
  6078. 48k.  I have made a .HEX file for those who cannot FTP binary files.
  6079.  
  6080. The files are:
  6081. MICRO:<CPM.MEX>MEX10DOC.WQ  (the squeezed file)
  6082. MICRO:<CPM.MEX>MEX10DOC.HEX  (the hexified squeezed file)
  6083.  
  6084. If you get the .HEX file, use LOAD.COM (or MLOAD.COM) to make
  6085. MEX10DOC.COM, rename it to MEX10DOC.WQ and then unsqueeze it.
  6086. --Keith
  6087. 22-May-84 21:17:42-MDT,828;000000000000
  6088. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6089. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 22 May 84 21:17:38-MDT
  6090. Received: From brl.arpa.ARPA by AMSAA via smtp;  22 May 84 22:56 EDT
  6091. Received: From mit-mc.arpa.ARPA by BRL-AOS via smtp;  22 May 84 22:57 EDT
  6092. Date: 22 May 1984 22:12-EDT
  6093. From: Allan D. Plehn <PLEHN@Mit-Mc.ARPA>
  6094. Subject: VFILER11.A86
  6095. To: Dhead.es@Xerox.ARPA
  6096. cc: INFO-CPM@Mit-Mc.ARPA, PLEHN@Mit-Mc.ARPA
  6097.  
  6098. Volume 146 of SIGM includes several source programs for CP/M86, including
  6099. VFILER11.A86 and SD-48B.A86.  Also FIND20B.A86 and PRINT10B.A86.
  6100.  
  6101. Volume 147 includes FINDBAD.A86, ERAQ.A86, and CRCK-51.A86.
  6102.  
  6103. These are available from SIMTEL20, if you can FTP from that Host.  The
  6104. VFILER11.A86 is 92K in length and the checksum is 2F 20.
  6105.  
  6106. Hope this is helpful.
  6107.  
  6108.             Al Plehn
  6109.             <PLEHN@MIT-MC>
  6110.  
  6111. 22-May-84 21:44:42-MDT,1056;000000000000
  6112. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6113. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 22 May 84 21:44:36-MDT
  6114. Received: From brl.arpa.ARPA by AMSAA via smtp;  22 May 84 23:18 EDT
  6115. Received: From utexas-20.arpa.ARPA by BRL-AOS via smtp;  22 May 84 23:19 EDT
  6116. Date: Tue 22 May 84 22:20:07-CDT
  6117. From: Aaron Temin <CS.Temin@UTEXAS-20.ARPA>
  6118. Subject: Bad review for S-100 Corp
  6119. To: info-cpm@BRL.ARPA, info-micro@BRL.ARPA
  6120.  
  6121. I recently had a bad time with S-100 Corp in Phoenix, and wanted folks
  6122. to be aware of it.  I ordered a modem from them, sending a certified
  6123. check to speed the process.  A week after that, when I should have had
  6124. the modem, I called back and was told they were out of stock but would
  6125. have them  a week later.  A week later they still didn't have them, so I
  6126. asked for a CERTIFIED check back.  A week later I get a COMPANY check.
  6127. So I am out my money for a month, with no satisfaction from the company.
  6128.  
  6129. I ended up getting the modem from Widener Consulting in Oregon.  $40
  6130. more, but I got it in 5 days.
  6131.  
  6132. aaron
  6133. -------
  6134. 23-May-84 01:53:42-MDT,2466;000000000000
  6135. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6136. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 23 May 84 01:53:33-MDT
  6137. Received: From brl.arpa.ARPA by AMSAA via smtp;  23 May 84 3:23 EDT
  6138. Received: From rice-gateway.ARPA by BRL-AOS via smtp;  23 May 84 3:17 EDT
  6139. Received: by rice.ARPA (AA10421); Wed, 23 May 84 02:06:36 CDT
  6140. Received: by RICE-JANUS (AA00103); Wed, 23 May 84 02:08:53 cdt
  6141. Date:         Wed, 23 May 84 02:00:09 CDT
  6142. From: Stan Hanks <stan@rice.ARPA>
  6143. Subject:      Re: Bad review for S-100 Corp
  6144. To: Aaron Temin <CS.Temin@UTEXAS-20.ARPA>
  6145. Cc: info-cpm@brl.ARPA
  6146. Message-Id:   <1984.05.23.02.00.09.670.00099@Rice-Janus.oberlin>
  6147. In-Reply-To: Aaron Temin's message of Tue 22 May 84 22:20:07-CDT
  6148.  
  6149. I have purchased a fairly large amount of hardware from S100 Corp
  6150. over the last year, including some hard-to-find Morrow boards. I have
  6151. been completely satisfied with my dealings with them. Additionally, a
  6152. good friend of mine who has also done a substantial amount of business
  6153. (N thousand dollars, where N is large) with them recently has no
  6154. complaints.
  6155.  
  6156. There is, however, a secret to this. I have discovered over the years
  6157. that this applies to almost *ALL* mail-order activities. Take heed,
  6158. shoppers!
  6159.  
  6160. Rule 1: if there is an 800 number, and a non-800 number listed, you
  6161.     will *ALWAYS* get better service on the non-800 number unless
  6162.     you are in the process of making a big buck order.
  6163.  
  6164. Rule 2: NEVER EVER send money in advance. You are certain to get faster
  6165.     service if you order COD as it is the company's money that is 
  6166.     being tied up. They want to deliver ASAP so as to collect in a 
  6167.     timely fashion and turn financial dead weight into a profit.
  6168.  
  6169. Rule 3: if there is a technical hotline, call them BEFORE you order.
  6170.     That way, you will have some idea as to whether or not you are
  6171.     purchasing from idiots. You may use this as a valid basis as to
  6172.     whether or not the $20 savings in dealing with the company in 
  6173.     question is worth the headache of no support.
  6174.  
  6175. That's it. I've always done this, and while I occasionally wind up
  6176. spending a bit more for the product I want, I'm always satisfied with
  6177. the results. (Well, that and making sure that I really want what I'm
  6178. ordering, but that's another set of rules.....)
  6179.  
  6180.                 Stan Hanks
  6181.                 Department of Computer Science
  6182.                 Rice University
  6183.                 Houston TX
  6184.                 
  6185.                 stan@rice.ARPA         (arpanet)
  6186.                 stan@rice              (csnet)
  6187.                 ...!lbl-csam!rice!stan (uucp)
  6188. 24-May-84 05:37:05-MDT,1331;000000000000
  6189. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6190. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 24 May 84 05:37:00-MDT
  6191. Received: From brl.arpa.ARPA by AMSAA via smtp;  23 May 84 22:32 EDT
  6192. Received: From isi-uci-gw.ARPA by BRL-AOS via smtp;  23 May 84 22:26 EDT
  6193. Date: 23 May 84 03:24:55 PDT (Wed)
  6194. Message-ID: <280.454155895@uci-750a>
  6195. To: KYLE.WBST@Xerox.ARPA
  6196. cc: Jerry Sweet <jsweet@Uci-750a.ARPA>, ABN.ISCAMS@Usc-Isid.ARPA, 
  6197.     CSTROM@Simtel20.ARPA, INFO-MICRO@Brl-Aos.ARPA, INFO-CPM@Brl-Aos.ARPA
  6198. Subject: Re: BBS Confiscation
  6199. In-reply-to: Your message of 22 May 84 23:18:49 EDT.
  6200. From: Jerry Sweet <jsweet@Uci-750a.ARPA>
  6201.  
  6202.  
  6203. Refer to the November 1979 issue of The Progressive for a description
  6204. of the construction of a thermonuclear device.  It is not actually
  6205. a "plan" per se.  However, the description is probably adequate to 
  6206. permit construction by appropriately skilled persons.  The problem
  6207. would be to obtain sufficient fissile material.  To be fair to the
  6208. phone company, the analogous components for a blue box can be bought
  6209. "off the shelf" as it were.  However, I do not agree that the phone
  6210. company (or congress, acting on its behalf) should be permitted to
  6211. abridge first amendment rights any more than The Progressive should
  6212. have been prevented from publishing its article (as it was not).
  6213.  
  6214. -jns
  6215. 24-May-84 06:03:41-MDT,1010;000000000000
  6216. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6217. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 24 May 84 06:03:34-MDT
  6218. Received: From brl.arpa.ARPA by AMSAA via smtp;  23 May 84 22:33 EDT
  6219. Received: From xerox.arpa.ARPA by BRL-AOS via smtp;  23 May 84 22:28 EDT
  6220. Received: from Chelois.ms by ArpaGateway.ms ; 22 MAY 84 20:19:01 PDT
  6221. From: KYLE.WBST@XEROX.ARPA
  6222. Date: 22 May 84 23:18:49 EDT
  6223. Subject: Re: BBS Confiscation
  6224. In-reply-to: jsweet@UCI-750A.ARPA's message of 22 May 84 10:57:17 PDT
  6225.  (Tue), <280.454096637@uci-750a>
  6226. To: Jerry Sweet <jsweet@UCI-750A.ARPA>
  6227. cc: ABN.ISCAMS@USC-ISID.ARPA, kyle.WBST@XEROX.ARPA, CSTROM@SIMTEL20.ARPA, 
  6228.     INFO-MICRO@BRL-AOS.ARPA, INFO-CPM@BRL-AOS.ARPA
  6229.  
  6230. IF WHAT YOU SAY IS TRUE, I'M ALARMED. IT SEEMS WE HAVE A PRIORITY
  6231. PROBLEM HERE. THE LOSS OF PUBLISHING BLUE BOX PLANS IS DOLLARS FROM MA
  6232. BELL (OR WHAT EVER IT'S CALLED NOW). THE LOSS IN PUBLISHING PLANS TO A
  6233. THERMONUCLEAR DEVICE IS THE WHOLE HUMAN RACE IF IT TRIGGERS WWIII.
  6234.  
  6235. YOU'VE GOT TO BE KIDDING ME!!
  6236. 24-May-84 06:25:42-MDT,1620;000000000000
  6237. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6238. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 24 May 84 06:25:34-MDT
  6239. Received: From brl.arpa.ARPA by AMSAA via smtp;  23 May 84 22:32 EDT
  6240. Received: From isi-uci-gw.ARPA by BRL-AOS via smtp;  23 May 84 22:28 EDT
  6241. Date: 23 May 84 03:43:15 PDT (Wed)
  6242. Message-ID: <280.454156995@uci-750a>
  6243. To: Earl Weaver <earl@Brl-Vat.ARPA>
  6244. cc: Jerry Sweet <jsweet@Uci-750a.ARPA>, ABN.ISCAMS@Usc-Isid.ARPA, 
  6245.     kyle.wbst@Xerox.ARPA, CSTROM@Simtel20.ARPA, INFO-MICRO@Brl-Aos.ARPA, 
  6246.     INFO-CPM@Brl-Aos.ARPA
  6247. Subject: Re: BBS Confiscation
  6248. In-reply-to: Your message of Tue, 22 May 84 16:26:11 EDT.
  6249. From: Jerry Sweet <jsweet@Uci-750a.ARPA>
  6250.  
  6251.  
  6252. While I will agree that the judicial branch has managed to reinterpret
  6253. laws so as to decrease personal freedoms, you are mistaken in pointing
  6254. the finger at the judiciary in this case.  This appears to be a law 
  6255. designed specifically to protect the phone company.
  6256. No interpretation by the judicial branch will be rendered until
  6257. law is challenged.  I'd be curious to know exactly which law was
  6258. violated in this BBS case and what steps the sysop can take to 
  6259. recover his system.  If this case were taken all the way to the
  6260. supreme court, it could be ten years before the system is returned.
  6261.  
  6262. There are still some kids here in Irvine whose systems are in the
  6263. custody of the FBI, although to my knowledge these juveniles have
  6264. yet to be formally charged with a crime--MONTHS and MONTHS after
  6265. the fact.
  6266.  
  6267. Gee, it never ceases to amaze me how easily democracy is eroded
  6268. by the forces of apathy, bureaucracy, and ignorance.
  6269.  
  6270. -jns
  6271. 24-May-84 06:30:28-MDT,660;000000000000
  6272. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6273. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 24 May 84 06:30:25-MDT
  6274. Received: From brl.arpa.ARPA by AMSAA via smtp;  23 May 84 22:34 EDT
  6275. Received: From brl-bmd.arpa.ARPA by BRL-AOS via smtp;  23 May 84 22:33 EDT
  6276. Date:     Tue, 22 May 84 20:25:43 EDT
  6277. From:     Charlie Strom (NYU) <strom@Brl-Bmd.ARPA>
  6278. To:       DHead.es@xerox.arpa
  6279. cc:       INFO-CPM@Brl.ARPA
  6280. Subject:  Re:  -86 Utilities
  6281.  
  6282. There are versions of both SD (newer than yours) and VFILER for CP/M-86
  6283. on Compuserve's CP-MIG. There is a groeing contingent of 16 bit users
  6284. there, including some of us running MPM-816 and CCPM. Do drop by.
  6285. 24-May-84 07:05:57-MDT,899;000000000000
  6286. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6287. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 24 May 84 07:05:50-MDT
  6288. Received: From brl.arpa.ARPA by AMSAA via smtp;  24 May 84 7:33 EDT
  6289. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  23 May 84 23:32 EDT
  6290. Received: from Usenet.uucp by sri-unix.uucp with rs232; 23 May 84 20:30-PDT
  6291. Date: 21 May 84 21:28:22-PDT (Mon)
  6292. To: info-cpm@Brl-Aos.ARPA
  6293. From: decvax!ittvax!dcdwest!sdcsvax!noscvax!kemp@Ucb-Vax.ARPA
  6294. Subject: Kaypro MX80 Wordstar document correction
  6295. Article-I.D.: noscvax.472
  6296.  
  6297. <a non-blank line>
  6298. My prior posting is correct, except for the portion after the
  6299. line   "A test follows"
  6300.   Disregard the test, as it describes a different installation...
  6301.       Steve Kemp
  6302.       Computer Sciences Corp.
  6303.       Naval Ocean Systems Center
  6304.       San Diego, CA
  6305.  
  6306.       kemp@nosc
  6307.         -or-
  6308.       ...ucbvax!sdcsvax!noscvax!kemp
  6309. 24-May-84 07:09:26-MDT,5263;000000000000
  6310. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6311. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 24 May 84 07:09:06-MDT
  6312. Received: From brl.arpa.ARPA by AMSAA via smtp;  24 May 84 7:33 EDT
  6313. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  23 May 84 23:33 EDT
  6314. Received: from Usenet.uucp by sri-unix.uucp with rs232; 23 May 84 20:29-PDT
  6315. Date: 21 May 84 21:03:34-PDT (Mon)
  6316. To: info-cpm@Brl-Aos.ARPA
  6317. From: decvax!ittvax!dcdwest!sdcsvax!noscvax!kemp@Ucb-Vax.ARPA
  6318. Subject: Kaypro & MX80 WordStar installation document
  6319. Article-I.D.: noscvax.471
  6320.  
  6321. -a non-blank line-
  6322.  
  6323. Comments to:
  6324.       Steve Kemp
  6325.       Computer Sciences Corp.
  6326.       Naval Ocean Systems Center
  6327.       San Diego, CA
  6328.  
  6329.       kemp@nosc
  6330.         -or-
  6331.       ...ucbvax!sdcsvax!noscvax!kemp
  6332.  
  6333.    Implementation of WordStar on the Kaypro 4 for MX80 with
  6334. Graftrax.  NB:  This  is  NOT  for the serial port,  but  for  the 
  6335. parallel port, system list device (LPT:).
  6336.  
  6337.                       HARDWARE INSTALLATION
  6338.  
  6339. The   "dip   switches"   on   the parallel board are as follows:
  6340.  
  6341.  SW1-8 ON    Comes up ON-LINE
  6342.  SW1-7 ON    Zeroes will be slashed
  6343.  SW1-6 ON    Buzzer on when paper fault occurs
  6344.  SW1-5 OFF   Emphasized print is NOT the default
  6345.  SW1-4 OFF   Italic print is NOT the default
  6346.  SW1-3 OFF   Paper fault sensor is ON.
  6347.  SW1-2 OFF   --not used--
  6348.  SW1-1 OFF   Compressed print is NOT the default
  6349.  
  6350.  SW2-4 OFF   1 inch skip over perforation is NOT selected
  6351.  SW2-3 OFF   LF must be from host (the KAYPRO)
  6352.  SW2-2 OFF   --not used--
  6353.  SW2-1 OFF   --not used--
  6354.  
  6355.                   SPECIAL PRINTER INSTALLATION
  6356.                   under GP INSTALL Release 2.00
  6357.                   .............................
  6358.  
  6359.  
  6360. PRINTER NAME        Epson MX80/100-Graftrax
  6361. INITIALIZATION      0dh
  6362.                     (empty)
  6363. OVERPRINTING        Non-backspacing standard printer
  6364. BOLDFACING          3 overstrikes
  6365. PROTOCOL            None
  6366. DRIVER              System Standard List Device (LPT:)
  6367. RIBBON SELECTION    1b34h selects alternate ribbon (italics)
  6368.                     1b35h selects normal ribbon (no italics)
  6369. VERTICAL MOTION     (this was set for non-graftrax printer
  6370.                     as released with WordStar. Maybe it's
  6371.                     unnecessary, or incorrect. I left it
  6372.                     alone, but I think it's wrong...)
  6373. HORIZONTAL MOTION   (DITTO, as above...)
  6374. PRINT MODES         1b551h selects unidirectional printing
  6375.                     1b550h de-selects unidirectional printing
  6376.                     (NB: There is a GROSS error in the
  6377.                     Epson manual, so be sure to check the
  6378.                     Appendix B "decimal" and "hex" values to 
  6379.                     be sure they AGREE arithmetically.
  6380.                     Contrary to Epson's manual,
  6381.                     85 decimal DOES NOT = 5F hex!!!)
  6382. PHANTOM CHARS.      20h (ASCII space) no phantom space
  6383.                     20h (ASCII) no phantom rubout
  6384. RETURN/LINEFEED     0d0ah is CR and LF
  6385.                     0ah is LF
  6386.                     (empty) half-linefeed not functional
  6387.                     0dh is no linefeed
  6388.  
  6389.  
  6390.  
  6391.  
  6392. USER-DEFINED
  6393. FUNCTIONS           0fh for ^PQ (function 1) is select
  6394.                         compressed mode (little characters)
  6395.                     12h for ^PW (function 2) is de-select
  6396.                         compressed mode (normal characters)
  6397.                     1b48h for ^PE (function 3)
  6398.                         cancel subcript mode (this is used
  6399.                         IN ADDITION to the ^PV and ^PT functions)
  6400.                     (empty) for ^PR (function 4)
  6401. CARRIAGE ROLL       1B530h lies to Wordstar that this is a 'roll
  6402.                     up a partial line'. Actually, this sets
  6403.                     superscript mode. NB:See function 3 above
  6404.                     which MUST be used to de-select superscript
  6405.                     mode, or else everything following will be
  6406.                     in superscripts.
  6407.                     1b531h lies to Wordstar as above, except
  6408.                     here we're selecting subscript mode. NB:It
  6409.                     also MUST be de-selected as above....
  6410. CHARACTER PITCH     1b571h selects double-width (big characters)
  6411.                     1b570h de-selects double-width 
  6412.  
  6413. A test follows:
  6414.  
  6415.  
  6416.                WORDSTAR PRINTER CONTROL SEQUENCES 
  6417.                       (file = printest.txt) 
  6418.  
  6419.                           Use in Pairs
  6420.  
  6421.                             WS        EPSON
  6422.  
  6423. Boldface        ^PB...^PB    <ESC>E...<ESC>F
  6424.  
  6425. Double Strike        ^PD...^PD    <ESC>G...<ESC>H 
  6426.  
  6427. Underline        ^PS...^PS    <ESC>-1...<ESC>-0
  6428.  
  6429. Strikeout        ^PX...^PX    
  6430.  
  6431. Asubscript        ^PV...^PV^PE    <ESC>S1...<ESC>S1<ESC>T
  6432.  
  6433. Asuperscript        ^PT...^PT^PE    <ESC>S0...<ESC>S0<ESC>T
  6434.  
  6435. Strikeover, ^ala        ...^PH...
  6436.  
  6437.  
  6438.                             Use Alone
  6439.  
  6440. Non-break space ----    ...^PO...
  6441.  
  6442. Phantom space ----    ...^PF...    (ASCII space, 20h)
  6443.  
  6444. Phantom rubout ----      ...^PG...    (ASCII space, 20h)
  6445.  
  6446. Strikeover lineXXXXXXX            ...^P<CR>XXX...
  6447.  
  6448. Alt. Pitch      ^PA...^PN    <ESC>W1h...<ESC>W0h
  6449.  
  6450. Std. Pitch      ^PA...^PN            ...<ESC>W0h
  6451.  
  6452. Print Pause         ...^PC...
  6453.  
  6454. Italics            ^PY...^PY    <ESC>4...<ESC>5
  6455.  (Ribbon Color Chg.) 
  6456.  
  6457. Compressed Mode ON      ^PQ...^PW      SI...DC2
  6458.  (Function 1) 
  6459.  
  6460. Compressed Mode OFF        ^PQ...^PW    SI...DC2
  6461.  (Function 2) 
  6462. 24-May-84 08:03:18-MDT,1516;000000000000
  6463. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6464. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 24 May 84 08:03:00-MDT
  6465. Received: From brl.arpa.ARPA by AMSAA via smtp;  24 May 84 7:33 EDT
  6466. Received: From usc-isid.arpa.ARPA by BRL-AOS via smtp;  23 May 84 23:52 EDT
  6467. Date: 23 May 1984 14:17-EDT
  6468. Sender: ABN.ISCAMS@Usc-Isid.ARPA
  6469. Subject: Apple and Terminal Mode
  6470. From: ABN.ISCAMS@Usc-Isid.ARPA
  6471. To: INFO-CPM@Brl-Aos.ARPA
  6472. Cc: ABN.ISCAMS@Usc-Isid.ARPA
  6473. Message-ID: <[USC-ISID]23-May-84 14:17:38.ABN.ISCAMS>
  6474.  
  6475. Netlandians,
  6476.  
  6477. I'm trying to use a Super Serial Card in an Apple II+, slot 3, to service
  6478. an external terminal or modem. Works perfectly in terminal mode (I'm using
  6479. a Freedom 100 right now); full file access, etc.
  6480.  
  6481. BUT when I fire up MDM730 (configured for the Apple with a Super Serial
  6482. Card) and go into T (terminal) mode (or L for local echo to), I get a
  6483. rush of cryptic characters across the screen and a constant screaming bell!
  6484.  
  6485. This is with NO cards (SSC or otherwise) in slots 1 or 2. Still the same with
  6486. an SSC in Slot 1; totally locks up on entering T or L mode with SSC in Slot 2.
  6487.  
  6488. Nothing unusual about the SSC configuration in Slot 3 - 9600 baud 8 data bits
  6489. 1 stopbit no parity no interrupts.
  6490.  
  6491. This is an interesting project (want to be able to access the Apple via
  6492. modem, while the Apple is part of an Omninet), but there's obviously some
  6493. sort of conflict or crossed signals between the SSC in Slot 3 and everything
  6494. else.
  6495.  
  6496. Any ideas, friends?
  6497.  
  6498. David Kirschbaum
  6499. Toad Hall
  6500. 24-May-84 08:16:46-MDT,1841;000000000000
  6501. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6502. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 24 May 84 08:16:14-MDT
  6503. Received: From brl.arpa.ARPA by AMSAA via smtp;  24 May 84 7:34 EDT
  6504. Received: From brl-bmd.arpa.ARPA by BRL-AOS via smtp;  24 May 84 6:08 EDT
  6505. Date:     Thu, 24 May 84 6:00:41 EDT
  6506. From:     Stephen Wolff <steve@Brl-Bmd.ARPA>
  6507. To:       Jerry Sweet <jsweet@uci-750a.arpa>
  6508. cc:       KYLE.WBST@xerox.arpa, Jerry Sweet <jsweet@uci-750a.arpa>, 
  6509.           ABN.ISCAMS@usc-isid.arpa, CSTROM@simtel20.arpa, 
  6510.           INFO-MICRO@brl-aos.arpa, INFO-CPM@brl-aos.arpa
  6511. Subject:  Re:  BBS Confiscation
  6512.  
  6513. >>                                 However, I do not agree that the phone
  6514. >>    company (or congress, acting on its behalf) should be permitted to
  6515. >>    abridge first amendment rights any more than The Progressive should
  6516. >>    have been prevented from publishing its article (as it was not).
  6517.                             ^^^^^^^^^^^^^^^
  6518.  
  6519. Oh, yes it was!  Morland's article was originally scheduled for the April, '79
  6520. issue, but on March 26 Federal judge Robert W. Warren "..did what no Federal
  6521. judge had ever done before in the 203-year history of the American republic"
  6522. when he issued a preliminary injunction barring publication, and had all
  6523. copies of the article, its proofs, sketches &c. locked up.
  6524.  
  6525. Sanity did not prevail until September 28, when the U.S. Seventh Circuit Court
  6526. of Appeals vacated Judge Warren's incredible injunction.  The article was
  6527. printed in November.  The Progressive was, in fact "prevented" from printing
  6528. it (by Warren's injunction) for more than six months.
  6529.  
  6530. A last note:  While this was only a minor random aberration on the Government's
  6531. part, nearly five years later The Progressive is still struggling to get out
  6532. of debt from the costs it incurred in defending the first amendment to the
  6533. Constitution.
  6534.  
  6535. 24-May-84 08:45:36-MDT,929;000000000000
  6536. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6537. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 24 May 84 08:45:29-MDT
  6538. Received: From brl.arpa.ARPA by AMSAA via smtp;  24 May 84 8:09 EDT
  6539. Received: From brl-vat.arpa.ARPA by BRL-AOS via smtp;  24 May 84 8:02 EDT
  6540. Date:     Tue, 22 May 84 16:26:11 EDT
  6541. From:     Earl Weaver (VLD/ATB) <earl@Brl-Vat.ARPA>
  6542. To:       Jerry Sweet <jsweet@uci-750a.arpa>
  6543. cc:       ABN.ISCAMS@usc-isid.arpa, kyle.wbst@xerox.arpa, CSTROM@simtel20.arpa, 
  6544.           INFO-MICRO@brl-aos.arpa, INFO-CPM@brl-aos.arpa, 
  6545.           jsweet@uci-750a.arpa
  6546. Subject:  Re:  BBS Confiscation
  6547.  
  6548. Public apathy is one of the reasons for the problem.  Theoretically the
  6549. government can only do what we allow it to do (that is, we, collectively).
  6550. We are allowing the constitution to be virtually rewritten by the
  6551. judicial branch of government by its "modern" interpretations of old
  6552. laws.  Frankly, I'm disturbed.
  6553. 24-May-84 12:27:50-MDT,1157;000000000000
  6554. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6555. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 24 May 84 12:27:43-MDT
  6556. Received: From rand-unix.arpa.ARPA by AMSAA via smtp;  24 May 84 13:44 EDT
  6557. Date: Thursday, 24 May 1984 10:44-PDT
  6558. To: info-cpm@AMSAA.ARPA
  6559. Subj: Wordstar redraw screen command needed
  6560. From: bridger@Rand-Unix.ARPA
  6561.  
  6562. I run several processes in the background that use the screen for messages.
  6563. When the processes terminate they need a way to restore the user's screen.
  6564.  
  6565. Unlike Mince, Pefect Writer, and other editors
  6566. Wordstar doesn't seem to have a command that will completely redraw
  6567. its image of the screen.   Its screen commands - scroll up/down, etc -
  6568. appear to modify the screen coordinates only if its image says the
  6569. character there isn't the same as the character that 'should' be there.
  6570.  
  6571. Since the background message may use
  6572. some of the blank area, WS thinks it is still blank, doesn't clear it, and
  6573. the result is a collage of the wordstar screen
  6574. and the background message.
  6575.  
  6576. WS gurus: Is there a patch & command that will force a full-screen redisplay?
  6577. Could one be developed & what would be needed?
  6578.  
  6579. --bridger
  6580. 24-May-84 12:47:59-MDT,1783;000000000000
  6581. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6582. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 24 May 84 12:47:49-MDT
  6583. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  24 May 84 13:51 EDT
  6584. Date: Thursday, 24 May 1984  01:04-MDT
  6585. Message-ID: <KPETERSEN.12017925249.BABYL@SIMTEL20>
  6586. Sender: "Harris B. Edelman" <HEDELMAN@JPL-VLSI.ARPA>
  6587. From: "Harris B. Edelman" <HEDELMAN@JPL-VLSI.ARPA>
  6588. To: info-micro@BRL-AOS.ARPA
  6589. Subject:   LA BBS Confiscation Update
  6590. ReSent-From: KPETERSEN@Simtel20.ARPA
  6591. ReSent-To: Info-Cpm@Amsaa.ARPA
  6592. ReSent-Date: Thu 24 May 1984 11:55-MDT
  6593.  
  6594. Following is relayed from MBBS Headquarters RCP/M in Los Angeles, is
  6595. Tom Tcimpidis' follow-up to his first message re: the seizure last week
  6596. by LAPD/Pacific Telephone of his BBS:
  6597.  
  6598. Msg#: 46     Date: 05/22/84 2:54 PM
  6599. From: TOM TCIMPIDIS
  6600.   To: ALL
  6601.   Re: MOG-UR UPDATE
  6602.  
  6603.      I, today, talked with Peggy Watt who is the legal editor
  6604. for Infoworld. I gave her a synopsis of what occurred and
  6605. the names an numbers of the indivduals involved. She is going
  6606. to look into the matter and see what she can determine through
  6607. her contacts (she agrees that the situations seem out of line)
  6608. and then get back to me. (I have also received quries from
  6609. the L.A. Times and KCBS TV.)
  6610.      She would also be interested in sitting in on a meeting of
  6611. the Sysops of various systems (something Lynzie of DYM69
  6612. suggested) to discuss the situation and what can be done to
  6613. rectify and prevent it. I would like to arrange such a meeting
  6614. as soon as possible. Please call me at 366-4837 and we will
  6615. proceed. Everyone needs to stick together in this because it
  6616. could ultimately affect us all, nt just me.
  6617.      P.S. Please spread this message around on any other
  6618. systems that you access. Thanks.  Tom Tcimpidis 5/21/84
  6619. 24-May-84 13:51:08-MDT,2206;000000000000
  6620. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6621. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 24 May 84 13:50:59-MDT
  6622. Received: From brl.arpa.ARPA by AMSAA via smtp;  24 May 84 14:09 EDT
  6623. Received: From jpl-vlsi.arpa.ARPA by BRL-AOS via smtp;  24 May 84 14:05 EDT
  6624. Date: 24 May 1984 1104 PDT
  6625. From: Harris B. Edelman <HEDELMAN@JPL-VLSI.ARPA>
  6626. Subject: BBS Confiscation Update
  6627. To: info-cpm@Brl-Aos.ARPA
  6628. Reply-To: HEDELMAN@JPL-VLSI.ARPA
  6629.  
  6630. From:    MAILER         24-MAY-1984 00:54  
  6631. To:    MCCLUSKEY,JEFF,HEDELMAN
  6632. Subj:    [Netmail From: HEDELMAN@JPL-VLSI.ARPA] LA BBS Confiscation Update
  6633.  
  6634. Mail-From: ARPAnet host BRL-VGR rcvd at Thu May 24 00:54-PDT
  6635. Received: from brl.arpa by BRL-VGR.ARPA id a006190; 24 May 84 3:30 EDT
  6636. Received: From jpl-vlsi.arpa.ARPA by BRL-AOS via smtp;  24 May 84 3:19 EDT
  6637. Date: 24 May 1984 0004 PDT
  6638. From: "Harris B. Edelman" <HEDELMAN@JPL-VLSI.ARPA>
  6639. Subject: LA BBS Confiscation Update
  6640. To: info-micro@BRL-AOS.ARPA
  6641. Reply-To: HEDELMAN@JPL-VLSI.ARPA
  6642.  
  6643. Following is relayed from MBBS Headquarters RCP/M in Los Angeles, is
  6644. Tom Tcimpidis' follow-up to his first message re: the seizure last week
  6645. by LAPD/Pacific Telephone of his BBS:
  6646.  
  6647. Msg#: 46     Date: 05/22/84 2:54 PM
  6648. From: TOM TCIMPIDIS
  6649.   To: ALL
  6650.   Re: MOG-UR UPDATE
  6651.  
  6652.      I, today, talked with Peggy Watt who is the legal editor
  6653. for Infoworld. I gave her a synopsis of what occurred and
  6654. the names an numbers of the indivduals involved. She is going
  6655. to look into the matter and see what she can determine through
  6656. her contacts (she agrees that the situations seem out of line)
  6657. and then get back to me. (I have also received quries from
  6658. the L.A. Times and KCBS TV.)
  6659.      She would also be interested in sitting in on a meeting of
  6660. the Sysops of various systems (something Lynzie of DYM69
  6661. suggested) to discuss the situation and what can be done to
  6662. rectify and prevent it. I would like to arrange such a meeting
  6663. as soon as possible. Please call me at 366-4837 and we will
  6664. proceed. Everyone needs to stick together in this because it
  6665. could ultimately affect us all, nt just me.
  6666.      P.S. Please spread this message around on any other
  6667. systems that you access. Thanks.  Tom Tcimpidis 5/21/84
  6668. ------
  6669. ------
  6670. 24-May-84 14:10:19-MDT,1284;000000000000
  6671. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6672. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 24 May 84 14:09:53-MDT
  6673. Received: From xerox.arpa.ARPA by AMSAA via smtp;  24 May 84 14:10 EDT
  6674. Received: from Gamay.ms by ArpaGateway.ms ; 24 MAY 84 11:11:35 PDT
  6675. From: ssalzman.es@XEROX.ARPA
  6676. Date: 24 May 84 11:11:09 PDT
  6677. Subject: Update on MOG-URs BBS Confiscation
  6678. To: info-cpm@AMSAA.ARPA
  6679.  
  6680. Rick Gaitley, who is sysop of Xanadu RCPM/ and a friend of Tom's,
  6681. decided to cal the phone company and find out why his system was
  6682. confiscated.  Apperently, someone left an AT&T calling card number 
  6683. on Tom's board and it remained there for over a month. It's very 
  6684. possible that Tom had no idea of that message being there. Ths
  6685. same caling card number showed up on Xanadu after Tom left the 
  6686. message there about what happened to his board. Rick immediatly
  6687. deleted it. At any rate, I can see why the phone company might get a little
  6688. ticked off. According to the phone company, the reason they took
  6689. the system (suuposedly) was to try and find the person who left
  6690. the message. The person Rick talked to is the one that actually
  6691. took Tom's machine. If anyone cares to find out any more,
  6692. the number of Ricks system (Xanadu) is (818)906-1636.
  6693.  
  6694.                 - Isaac Salzman
  6695. Ssalzman.es@Xerox
  6696. 24-May-84 14:17:23-MDT,1582;000000000000
  6697. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6698. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 24 May 84 14:17:13-MDT
  6699. Received: From xerox.arpa.ARPA by AMSAA via smtp;  24 May 84 14:25 EDT
  6700. Received: from Gamay.ms by ArpaGateway.ms ; 24 MAY 84 11:29:03 PDT
  6701. From: ssalzman.es@XEROX.ARPA
  6702. Date: 24 May 84 11:28:52 PDT
  6703. Subject: Another message from Tom Ticimpidis
  6704. To: info-cpm@AMSAA.ARPA
  6705.  
  6706. Here is another message from Tom that I found on the Xanadu RCP/M
  6707. system [(818)906-1636]:
  6708.  
  6709. ------------------
  6710.  
  6711. Msg 2857.1, Left at: 16:22:42; 05/22/84, From: TOM TCIMPIDIS (6)
  6712. To: ALL, About: mog-ur update
  6713.      I, today, talked with Peggy Watt who is the legal editor
  6714. for Infoworld. I gave her a synopsis of what occurred and the
  6715. names and numbers of the indivduals involved. She is going to
  6716. look into the matter and see what she can determine through
  6717. her contacts (she agrees that the situations seem out of line)
  6718. and then get back to me. (I have also received queries from
  6719. the L.A. Times and KCBS TV.)
  6720.      She would also be interested in sitting in on a meeting
  6721. of the Sysops of various systems (something Lynzie of DYM69
  6722. suggested) to discuss the situation and what can be done to
  6723. rectify and prevent it. I would like to arrange such a meeting
  6724. as soon as possible. Please call me at 366-4837 and we will
  6725. proceed. Everyone needs to stick together in this because it
  6726. could ultimately affect us all, not just me.
  6727.      P.S. Please spread this message around on any other
  6728. systems that you access. Thanks.  Tom Tcimpidis 5/21/84
  6729. End Of Msg 2857
  6730.  
  6731. ------------------
  6732. 24-May-84 18:24:04-MDT,3347;000000000000
  6733. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6734. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 24 May 84 18:23:54-MDT
  6735. Received: From brl.arpa.ARPA by AMSAA via smtp;  24 May 84 19:48 EDT
  6736. Received: From rand-unix.arpa.ARPA by BRL-AOS via smtp;  24 May 84 19:47 EDT
  6737. From: vortex!lauren@Rand-Unix.ARPA
  6738. Date: Thu, 24-May-84 16:19:05 PDT
  6739. Sender: Lauren Weinstein <vortex!lauren@RAND-UNIX.ARPA>
  6740. Subject: BBS legal issues
  6741. Message-ID: <8405241619.999.1.VT2.2@vortex.UUCP>
  6742. To: INFO-MICRO@Brl-Aos.ARPA, INFO-CPM@Brl-Aos.ARPA
  6743.  
  6744. If there's going to be a big discussion of "freedom of speech" over
  6745. this BBS issue, then PLEASE move the discussion over to POLI-SCI and
  6746. off of CPM and MICRO.  I also doubt that we need to see the same
  6747. messages five times in both lists.
  6748.  
  6749. It's amusing that so many people have seen fit to comment
  6750. on this subject, but I haven't seen anyone mention what the 
  6751. offending message was all about!  Well, it apparently had to do with
  6752. the posting of illicit access codes for one of the "alternate" long
  6753. distance telephone companies.  This is an illegal act and
  6754. clearly should be.  It isn't a question of "freedom of speech,"
  6755. it's a question of fraud and theft.  The only interesting legal question
  6756. here concerns the responsibility of the owner of the BBS itself.
  6757.  
  6758. It seems fairly self-evident that some degree of responsibility 
  6759. is necessary, otherwise these systems could provide
  6760. convenient meeting-grounds for all sorts of illegal operations, all
  6761. under the guise of dialup anonymity.
  6762.  
  6763. As usual, a few bad apples are spoiling the public access computer
  6764. system world just as they ruin so many other aspects of 
  6765. our society.  I'm certainly not suggesting that the owners of BBS
  6766. systems be subject to felony prosecutions (providing
  6767. that they truly were unaware of the offending messages) but it
  6768. seems that SOME level of responsibility must be maintained.
  6769.  
  6770. If this whole event is over the posting of a single message that the
  6771. BBS sysop really didn't know anything about, then the level of legal
  6772. action taken is clearly out of line -- it would have been better for the
  6773. authorities to work WITH the sysop to locate the person who
  6774. posted the message.  On the other hand, there have been BBS's
  6775. which ENCOURAGED or at least openly tolerated such messages as 
  6776. a matter of policy, and they should certainly be subject to 
  6777. legal penalties.  The problem in this particular case may have
  6778. been "simple" overreaction by some specific authorities, who will
  6779. probably back down if this was truly a one-time event and didn't
  6780. represent the ongoing "policy" of the BBS.
  6781.  
  6782. Can you imagine what would happen to a company which made a policy of 
  6783. KNOWINGLY allowing the posting of illegal credit card numbers on 
  6784. the bulletin board of their hallway for the use of their employees?
  6785. Can we agree that this company would be liable for some form of
  6786. prosecution?  I think that there is a strong analogy between this
  6787. situation and the BBS public message board situation.  The legal
  6788. question should revolve around the continuing policy of these
  6789. boards, not around single, isolated events.
  6790.  
  6791. I don't claim to have an exact legal formula for dealing with
  6792. this issue, but often it is best to look to the way we deal with 
  6793. the same sorts of problems in a non-computerized environment for
  6794. some hints.
  6795.  
  6796. --Lauren--
  6797.  
  6798. 24-May-84 19:05:57-MDT,2549;000000000000
  6799. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6800. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 24 May 84 19:05:50-MDT
  6801. Received: From brl.arpa.ARPA by AMSAA via smtp;  24 May 84 20:20 EDT
  6802. Received: From mit-mc.arpa.ARPA by BRL-AOS via smtp;  24 May 84 20:17 EDT
  6803. Date: 24 May 1984 20:18-EDT
  6804. From: Eric Stork <STORK@Mit-Mc.ARPA>
  6805. Subject: WARNING about new KAYPRO policies.
  6806. To: info-cpm@Brl-Aos.ARPA
  6807. cc: STORK@Mit-Mc.ARPA
  6808.  
  6809.  
  6810. Cavet Emptor, potential KAYPRO buyers.  If you're not
  6811. careful (I wasn't!) you won't get what you pay for!
  6812.  
  6813. I have had KAYPROs in the family for almost two years now,
  6814. and have been much impressed with them.  But recently, my
  6815. son in law bought a KP-10 for his wife, and I picked up a
  6816. KP-2 as a spare unit.  We both bought the latest models,
  6817. i.e., equipped with KP's CP/M2.2G.  That, it turns out, may
  6818. have been a big mistake.
  6819.  
  6820. Both the KP-10 and the KP-2 came without MOVCPM.COM.  True,
  6821. many people don't know what MOVCPM is and won't miss it, but
  6822. most users who may read this warning would not want to be
  6823. deprived of that essential utility.
  6824.  
  6825.     .  I called KP's Software support about the omission,
  6826.        and learned that they had trouble getting CP/M2.2G to
  6827.        work right and had for that reason failed to include
  6828.        MOVCPM on the system disk.
  6829.  
  6830.     .  Not liking that answer a whole lot, I wrote to KP and
  6831.        eventually got a phone call telling me that they
  6832.        MIGHT later make MOVCPM available with their CP/M2.2G
  6833.        tinker kit, but I'd have to buy it for about $100.
  6834.  
  6835.     .  Wrote again about 3 weeks ago, this time to their
  6836.        software chief (a Mr. Gilbert Ohnysty), and also
  6837.        called again -- but now they won't even bother to
  6838.        answer.
  6839.  
  6840. It's a real pity that the KP people, who made such a fine
  6841. product and provided good support for about two years, seem
  6842. to have so badly screwed up the BIOS for the KP-10 in their
  6843. current CP/M2.2G (won't run KP's own games, and won't run
  6844. MDM7xx right even though MDM7xx does run on the new KP-2)
  6845. that they failed to make MOVCPM available as they should
  6846. have (as I understand it, when one buys CP/M, one pays for a
  6847. matched MOVCPM -- and of course, since MOVCPM is
  6848. serial-number matched to the system, one can't use MOVCPM
  6849. from a previous version).
  6850.  
  6851. I'll continue to try to get KP to do what's right, i.e., to
  6852. provide the MOVCPM that I bought and paid for.  If I get it,
  6853. I'll send a follow-up message.
  6854.  
  6855. But for the time being, potential KP buyers, Caveat Emptor
  6856. is the word of the day.
  6857.  
  6858. Eric.
  6859.  
  6860. 24-May-84 22:01:11-MDT,826;000000000000
  6861. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6862. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 24 May 84 22:01:06-MDT
  6863. Received: From brl.arpa.ARPA by AMSAA via smtp;  24 May 84 23:39 EDT
  6864. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  24 May 84 23:31 EDT
  6865. Received: from Usenet.uucp by sri-unix.uucp with rs232; 24 May 84 20:15-PDT
  6866. Date: 22 May 84 13:55:31-PDT (Tue)
  6867. To: info-cpm@Brl-Aos.ARPA
  6868. From: hplabs!hao!seismo!cmcl2!floyd!whuxle!spuxll!eisx!dad@Ucb-Vax.ARPA
  6869. Subject: Re: RE: Printer problems S100 to ids 225
  6870. Article-I.D.: eisx.741
  6871. In-Reply-To: Article <12231@sri-arpa.UUCP>
  6872.  
  6873. If you send data to the IDS when the buffer is near full you get the kind
  6874. of response you describe.  You've got to check the Hi/Lo status line before
  6875. you send characters.  I think its line 20 on the DB25 pin plug.
  6876.     - Don
  6877. 24-May-84 22:15:35-MDT,5214;000000000000
  6878. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6879. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 24 May 84 22:15:21-MDT
  6880. Received: From ucb-vax.arpa.ARPA by AMSAA via smtp;  24 May 84 23:36 EDT
  6881. Received: from ucbjade.CC.Berkeley.ARPA (ucbjade.ARPA) by UCB-VAX.ARPA (4.24/4.27)
  6882.     id AA04395; Thu, 24 May 84 20:39:52 pdt
  6883. Received: from ucbruby.CC.Berkeley.ARPA by ucbjade.CC.Berkeley.ARPA
  6884.     (4.14.3/4.16) id AA23530; Thu, 24 May 84 20:40:31 pdt
  6885. Received: by ucbruby.CC.Berkeley.ARPA
  6886.     (4.14.3/4.16) id AA19288; Thu, 24 May 84 20:40:09 pdt
  6887. Received: by ucbnewton.Berkeley.ARPA (4.6/4.25)
  6888.     id AA13368; Thu, 24 May 84 20:39:32 PDT
  6889. Date: Thu, 24 May 84 20:39:32 PDT
  6890. Message-Id: <8405250339.AA13368@ucbnewton.Berkeley.ARPA>
  6891. From: Phil Lapsley <phil%ucbnewton.CC@Ucb-Vax.ARPA>
  6892. To: info-cpm@amsaa.ARPA
  6893. Subject: [BBS Flame] A Legal View
  6894.  
  6895. Permit me just one flame on this, then I shut up...
  6896.  
  6897. While I can't say what specific law was broken, not being very familiar
  6898. with the case at hand, I could offer some speculation.  In all probability,
  6899. Tom was charged under section 502 of the California Penal Code, which deals
  6900. with "Crimes Using Computers."  Apparently there has been some addition to
  6901. this section as of January of this year, and I'm not sure as to its
  6902. contents, but it probably (?) doesn't change things too drastically.
  6903.  
  6904. Section 502. uses the following definitions:
  6905.  
  6906. "Access" means to instruct, communicate with, store data in, or retrieve
  6907. data from a computer system or computer network.
  6908.  
  6909. "Services" includes, but is not limited to, the use of the computer system,
  6910. computer network, computer programs, or data prepared for computer use, or
  6911. data contained within a computer system, or data contained within a
  6912. computer network.
  6913.  
  6914. "Property" includes, but is not limited to, financial instruments, data,
  6915. computer programs, documents associated with computer systems and computer
  6916. programs, whether tangible or intangible [?], including both human and
  6917. computer system readable data, and data while in transit.
  6918.  
  6919. Armed with the above definitions, section 502(b):
  6920.  
  6921. "Any person who intentionally accesses or causes to be accessed any
  6922. computer system or computer network for the purpose of (1) devising or
  6923. executing any scheme or artifice to defraud or extort or (2) obtaining
  6924. money, property, or services with false or fraudulent intent,
  6925. representations, or promises shall be guilty of a public offense."
  6926.  
  6927. 502(d):
  6928.  
  6929. "Any person who violates the provisions of subdivision (b) or (c) is guilty
  6930. of a felony and is punishable by a fine not exceeding five thousand dollars
  6931. or by imprisonment in the state prison for 16 months or two or three years,
  6932. or by both such fine and imprisonment, or by a fine not exceeding two
  6933. thousand five hundred dollars, or by imprisonment in the county jail not
  6934. exceeding one year, or by both such fine and imprisonment."
  6935.  
  6936. And why not 502(e):
  6937.  
  6938. "This section shall not be construed to preclude the applicability of any
  6939. other provision of the criminal law of this state which applies or may
  6940. apply to any transaction."
  6941.  
  6942. This brings us to section 502.7 of the California Penal Code, which reads
  6943. as if it was written by old Ma Bell.  Specifically, 502.7(c):
  6944.  
  6945. "Any person who publishes the number or code of an existing, canceled,
  6946. revoked, expired, or nonexistent credit card ... with the intent that it be
  6947. used or with knowledge or reason to believe that it will be used to avoid
  6948. the payment of any lawful telephone or telegraph toll charge is guilty of a
  6949. misdemeanor."
  6950.  
  6951. And we would not want to be without 502.7(g):
  6952.  
  6953. "An instrument, apparatus, device, plans, instruction, or written
  6954. publication described in subdivision (b) or (c) of this section may be
  6955. seized under warrant or incident to a lawful arrest, and upon the
  6956. conviction of a person for a violation of subdivisions (a), (b), or (c) of
  6957. this section, such instrument, apparatus, device, plans, instructions, or
  6958. written publication may be destroyed as contraband by the sheriff of the
  6959. county in which such a person was convicted or turned over to the person
  6960. providing telephone or telegraph service in the territory in which the same
  6961. was seized.  [i.e., Pacific Telephone]"
  6962.  
  6963. I suppose I could see the above being used as a legal defense of the
  6964. BBS bust along lines something like: "Well, the bulletin board provided
  6965. a credit card number, and somebody used it.  Making use of a credit
  6966. card number for fraudulent purposes when the number is provided by a
  6967. computer is a felony under section 502(b) of the California Penal
  6968. Code.  The sysop of the BBS provided this service and therefore acted
  6969. as an accomplice, and is therefore equally guilty under the eyes of the
  6970. law.  Further, the message containing the credit card number is liable
  6971. to be seized under warrant by section 502.7(g) of the CPC, and turned
  6972. over to Pacific Telephone."
  6973.  
  6974. I will refrain from making any statements for or against the above
  6975. laws, but the fact remains that they are on the books in California,
  6976. and they should either be changed, or abided by, depending upon your
  6977. view.
  6978.  
  6979.                                        Phil Lapsley
  6980.                                     (phil@Berkeley.ARPA)
  6981. 24-May-84 23:48:49-MDT,890;000000000000
  6982. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6983. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 24 May 84 23:48:45-MDT
  6984. Received: From isi-uci-gw.ARPA by AMSAA via smtp;  25 May 84 1:25 EDT
  6985. Date: 24 May 84 22:19:12 PDT (Thu)
  6986. To: Phil Lapsley <phil%ucbnewton.CC@Ucb-Vax.ARPA>
  6987. cc: info-cpm@Amsaa.ARPA, young@Uci-750a.ARPA
  6988. Subject: Re: [BBS Flame] A Legal View
  6989. In-reply-to: Your message of Thu, 24 May 84 20:39:32 PDT.
  6990.          <8405250339.AA13368@ucbnewton.Berkeley.ARPA>
  6991. From: Michal Young <young@Uci-750a.ARPA>
  6992.  
  6993.     ``but the fact remains that they are on the books in California,
  6994.       and they should either be changed, or abided by, depending
  6995.       upon your view.''
  6996.  
  6997. Or challenged and overturned in court.  A law may be on the books, but
  6998. is still invalid if it is incompatible with either the state or 
  6999. national constitution. 
  7000.  
  7001. --Michal Young, young@uci.arpa, ubcvax!ucivax!young
  7002. 25-May-84 01:44:25-MDT,731;000000000000
  7003. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7004. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 25 May 84 01:44:21-MDT
  7005. Received: From brl.arpa.ARPA by AMSAA via smtp;  25 May 84 3:14 EDT
  7006. Received: From su-score.arpa.ARPA by BRL-AOS via smtp;  25 May 84 3:15 EDT
  7007. Date: Fri 25 May 84 00:12:22-PDT
  7008. From: Sam Hahn <Samuel@SU-SCORE.ARPA>
  7009. Subject: 816 Modem?? request
  7010. To: info-micro@BRL-AOS.ARPA, info-cpm@BRL.ARPA
  7011.  
  7012. Quick query:    Could some godlike soul with an 816 system (Compupro)
  7013.         put a copy of modem?? on a disk for me?  This I lack.
  7014.         Of course, I'd provide disk, postage, etc.
  7015.  
  7016. Many thanks for your reply.  Please respond to samuel@score or shahn@sumex.
  7017. Or call me collect at (408) 255-3653.
  7018.  
  7019.                     -- sam
  7020. -------
  7021. 25-May-84 02:45:55-MDT,1355;000000000000
  7022. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7023. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 25 May 84 02:45:50-MDT
  7024. Received: From brl.arpa.ARPA by AMSAA via smtp;  25 May 84 4:22 EDT
  7025. Received: From su-score.arpa.ARPA by BRL-AOS via smtp;  25 May 84 4:13 EDT
  7026. Return-Path: <JMC@SU-AI.ARPA>
  7027. Received: from SU-AI.ARPA by SU-SCORE.ARPA with TCP; Fri 25 May 84 00:25:45-PDT
  7028. Date: 25 May 84  0026 PDT
  7029. From: John McCarthy <JMC@SU-AI.ARPA>
  7030. Subject: re: Clarification of earlier message on BBS's (from SAIL's BBOARD)   
  7031. To:   OTHER-SU-BBOARDS@SU-AI.ARPA
  7032. ReSent-Date: Fri 25 May 84 01:10:22-PDT
  7033. ReSent-From: Sam Hahn <Samuel@SU-SCORE.ARPA>
  7034. ReSent-To: info-cpm@BRL.ARPA, info-micro@BRL-AOS.ARPA
  7035.  
  7036. jmc - It seems to me that under the usual interpretations of law, in
  7037. order to prove the system proprietor guilty under the above codes, it
  7038. would have to be at least proved that he knew about this illegal use of his
  7039. computer and tolerated it.  The seizure of property as evidence on the
  7040. basis of a search warrant doesn't even constitute an accusation against
  7041. the person from whom it was seized.  I believe that evidence can be seized
  7042. even from the victim of a crime.  It would be interesting to know whether
  7043. the telephone credit card number was that of some random individual or
  7044. belonged to some institution against which someone had a grudge.
  7045.  
  7046. 25-May-84 04:07:47-MDT,843;000000000000
  7047. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7048. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 25 May 84 04:07:43-MDT
  7049. Received: From brl.arpa.ARPA by AMSAA via smtp;  25 May 84 5:41 EDT
  7050. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  25 May 84 5:39 EDT
  7051. Received: from Usenet.uucp by sri-unix.uucp with rs232; 25 May 84 2:31-PDT
  7052. Date: 23 May 84 12:06:40-PDT (Wed)
  7053. To: info-cpm@Brl-Aos.ARPA
  7054. From: ihnp4!fortune!burton@Ucb-Vax.ARPA
  7055. Subject: Re: Help with Siemens FD200 drives
  7056. Article-I.D.: fortune.3382
  7057.  
  7058. Siemens has exited the floppy disk drive business.  You might have bought,
  7059. and I say  **might** to avoid getting sued, drives built with parts such
  7060. as heads or read/write circuit parts, that were not up to snuff.
  7061.  
  7062. Good luck.  check out old Shugart drives, but don't buy "tri-compliants".
  7063. Qumes are probably the best.
  7064. 25-May-84 04:40:06-MDT,2325;000000000000
  7065. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7066. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 25 May 84 04:39:59-MDT
  7067. Received: From brl.arpa.ARPA by AMSAA via smtp;  25 May 84 6:14 EDT
  7068. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  25 May 84 6:15 EDT
  7069. Received: from Usenet.uucp by sri-unix.uucp with rs232; 25 May 84 3:16-PDT
  7070. Date: 23 May 84 10:56:00-PDT (Wed)
  7071. To: info-cpm@Brl-Aos.ARPA
  7072. From: ihnp4!ihu1e!nowlin@Ucb-Vax.ARPA
  7073. Subject: Flipping Floppies
  7074. Article-I.D.: ihu1e.257
  7075.  
  7076.  
  7077.      I recently got my update to Aztec C (Version 1.06B).  One  of  the  disks
  7078. had  a  bad  side,  but  they're  going to send me a new one right away.  They
  7079. distributed this version on two double sided disks that have to be turned over
  7080. on  my  Apple.   Besides  Manx  I've  also purchased Microzine from Scholastic
  7081. Software and Graphics Magician from Penguin Software in this form.
  7082.  
  7083.      That brings me to a question.  Have you ever cut a WP notch  in  the  off
  7084. edge  of  a floppy and turned it over to use the other side?  I tried this for
  7085. backing up Penguin's Graphics Magician.  I just used an  Exacto  knife  I  had
  7086. laying around and measured the spot with a ruler.  It worked just great as far
  7087. as I can tell.
  7088.  
  7089.      Then I read an article about  why  turning  over  disks  is  not  a  good
  7090. practice.   According  to  the  article,  when  the disk spins in the opposite
  7091. direction dirt drops out on the disk instead of being picked up by the  jacket
  7092. liner.   Is  this  a  real matter for concern?  If it is then why do companies
  7093. like Manx, Penguin, and Scholastic distribute their software on floppies  that
  7094. have  to  flipped  over?   Even if the disks they use are certified for double
  7095. sided use, they still spin in opposite directions when you turn the disk  over
  7096. to use the other side.
  7097.  
  7098.      They might rationalize that you will back your new software up right away
  7099. and  never use the original disks enough for this to be a problem.  That can't
  7100. Scholastic's reasoning since their stuff is protected.  If  this  is  truly  a
  7101. problem,  and  not  just  propaganda  written by some disk manufacturer, would
  7102. Scholastic be responsible for a disk drive  head  problem  since  their  disks
  7103. could contribute to the failure?  Anyone have any thoughts on this topic?
  7104.  
  7105. Jerry Nowlin
  7106. ihnp4!ihu1e!nowlin
  7107. 25-May-84 05:43:30-MDT,1461;000000000000
  7108. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7109. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 25 May 84 05:43:24-MDT
  7110. Received: From brl.arpa.ARPA by AMSAA via smtp;  25 May 84 7:08 EDT
  7111. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  25 May 84 7:04 EDT
  7112. Date: 25 May 1984  05:04 MDT (Fri)
  7113. Message-ID: <CSTROM.12018112676.BABYL@SIMTEL20>
  7114. From: CSTROM@Simtel20.ARPA
  7115. Subject: CP/M-86 CCP replacement
  7116. To:   INFO-CPM@Brl-Aos.ARPA
  7117. cc:   CSTROM@Simtel20.ARPA
  7118.  
  7119. I have uploaded to Simtel20 a replacement CCP for CPM-86, called
  7120. CPR86. The current version (CPR860) will probably be the last one,
  7121. since the author is busily working on Concurrent CP/M at ths point.
  7122.  
  7123. CPR86 has several ZCPR-like features as well as some twists of its
  7124. own, and is a real pleasure to use, compared to that dull old stock
  7125. CCP.
  7126.  
  7127. The files are in MICRO:<CPM.CPR860> and are as follows:
  7128.  
  7129.         CPR860.CMD - The actual CCP replacement
  7130.         CPR860.DOC - Instructions on new features
  7131.         INSTL0.DOC - How to install and customize CPR860
  7132.         OVL0.CMD   - Ram-resident extension
  7133.  
  7134. The installation was performed on a _xDGodbout 8085/88 system and
  7135. there is no guarantee that it will work on other hardware, but there
  7136. have been reports of success on an IBM PC and (with some patching) a
  7137. Zenith Z-100. I hope to upload the latter conversion as soon as it is
  7138. made available to me and would appreciate it if anyone bringing CPR860
  7139. up on another system would let me know about it.
  7140. 25-May-84 07:39:39-MDT,1911;000000000000
  7141. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7142. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 25 May 84 07:39:23-MDT
  7143. Received: From nalcon.arpa.ARPA by AMSAA via smtp;  25 May 84 9:00 EDT
  7144. Received: by nalcon (4.12/4.7)
  7145.     id AA05140; Fri, 25 May 84 09:03:35 edt
  7146. Message-Id: <8405251303.AA05140@nalcon>
  7147. Date: 25 May 84 09:03 EDT
  7148. From: "I. Larry Avrunin" <avrunin@Nalcon.ARPA>
  7149. Subject: Floppy Disks
  7150. To: info-cpm@Amsaa.ARPA
  7151.  
  7152. I have been trying to determine the differences if any between floppy
  7153. diskettes.  There is much advertising hype and claims but none that 
  7154. really say anything.  One thing for sure is that there is a wide range
  7155. of prices for floppies.
  7156.  
  7157. I don't mind paying a little more for a particular brand if it is in
  7158. any manner better than any other.  Someone once told me that their data
  7159. is important to them so they don't use anything but Verbatim Data Life.  I
  7160. have heard the same thing about Dysan.  On the other hand I have heard that
  7161. "Ultra" and "Elephant" diskettes meet all standards and are certified error
  7162. free and are much cheaper.
  7163.  
  7164. If anyone has any information about this I think we all might benefit.  I
  7165. have personally used Ultra, TDK and Maxell as well as Verbatim and have not
  7166. had any problems with any of them.  One thing in regards to the question
  7167. about notching a floppy, I have done that with a paper punch and the 
  7168. reasons I have heard that you should not are:
  7169.  
  7170.       1.  Disk rotation changes and can dislodge dirt that has been collected.
  7171.       2.  When you turn the diskette over, the original side is now against
  7172.       the pressure pad which might be dirty.
  7173.       3.  Notching can cause liner to have particles dislodged that can 
  7174.           get on magnetic media.
  7175.       4.  Any warranty on the diskette is void.
  7176.  
  7177. If 1 and 2 are truly a problem you can't help but wonder why games and
  7178. other products come that way.
  7179.  
  7180. Larry Avrunin
  7181.  
  7182. -------
  7183. 25-May-84 10:59:52-MDT,2285;000000000000
  7184. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7185. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 25 May 84 10:59:42-MDT
  7186. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  25 May 84 12:22 EDT
  7187. Date: 25 May 1984  10:12 MDT (Fri)
  7188. Message-ID: <KPETERSEN.12018168756.BABYL@SIMTEL20>
  7189. Sender: KPETERSEN@Simtel20.ARPA
  7190. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  7191. To:   Info-Cpm@Amsaa.ARPA
  7192. Subject: Current list of MEX files available
  7193.  
  7194. MEX, Ron Fowler's modem program which is a super-set of MDM7xx, is
  7195. gaining wide popularity according to RCPM Sysops.  In view of this, I
  7196. am enclosing a list of the MEX directory here at SIMTEL20.  Many new
  7197. files (mostly enhanced overlays for specific hardware) have been added
  7198. since Ron last announced updates to the net.  The MXO-*.ASM's are
  7199. named in the same fashion as the MDM7xx overlays.
  7200.  
  7201. Filename            Type     Bytes     Sectors     CRC
  7202.  
  7203. Directory MICRO:<CPM.MEX>
  7204. -READ.ME.1            ASCII      2635   21 =  15H  56F6H
  7205. BUFFERS.DOC.1            ASCII      3728   30 =  1EH  70BEH
  7206. HELP.MEX.1            COM     49920  390 = 186H  7932H
  7207. HELPMEX.HEX.1            ASCII    121485  950 = 3B6H  F4B9H
  7208. MEX10.COM.1            COM     23168  181 =  B5H  FDB9H
  7209. MEX10.DOC.1            ASCII     62457  488 = 1E8H  068CH
  7210. MEX10.HEX.1            ASCII     56398  441 = 1B9H  41EFH
  7211. MEX10DOC.HEX.1            ASCII    112462  879 = 36FH  7585H
  7212. MEX10DOC.WQ.1            COM     46208  361 = 169H  52B4H
  7213. MEXNEWS.001.1            ASCII      7672   60 =  3CH  F64BH
  7214. MEXNEWS.002.1            ASCII      8567   67 =  43H  E689H
  7215. MEXPAT10.ASM.1            ASCII      4397   35 =  23H  2CEAH
  7216. MLOAD21.COM.1            COM      2816   22 =  16H  E51EH
  7217. MLOAD21.HEX.1            ASCII      6867   54 =  36H  2E67H
  7218. MXO-GB10.ASM.1            ASCII     13112  103 =  67H  17FDH
  7219. MXO-H811.ASM.1            ASCII     11076   87 =  57H  8908H
  7220. MXO-HZ11.ASM.1            ASCII     10064   79 =  4FH  8040H
  7221. MXO-KP10.ASM.1            ASCII     12284   96 =  60H  2AE8H
  7222. MXO-KP10.BUG.1            ASCII       334    3 =   3H  14DDH
  7223. MXO-MD10.ASM.2            ASCII     15477  121 =  79H  DA1BH
  7224. MXO-OS01.ASM.1            ASCII     13763  108 =  6CH  F177H
  7225. MXO-PM11.ASM.1            ASCII     27900  218 =  DAH  06BDH
  7226. MXO-PM11.DIF.1            ASCII       484    4 =   4H  B98CH
  7227. MXO-RV12.ASM.1            ASCII     13587  107 =  6BH  0DD0H
  7228. MXO-SM11.ASM.1            ASCII      8041   63 =  3FH  82C6H
  7229. MXO-TV10.ASM.1            ASCII     10792   85 =  55H  C20BH
  7230. MXO-XE10.ASM.1            ASCII     10309   81 =  51H  2C34H
  7231. MXO-ZB10.ASM.1            ASCII      9429   74 =  4AH  EA1AH
  7232.  
  7233. --Keith
  7234. 25-May-84 11:35:40-MDT,859;000000000000
  7235. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7236. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 25 May 84 11:35:35-MDT
  7237. Received: From usc-ecl.arpa.ARPA by AMSAA via smtp;  25 May 84 13:04 EDT
  7238. Date: Fri 25 May 84 10:07:41-PDT
  7239. From: STERNLIGHT <STERNLIGHT@USC-ECL.ARPA>
  7240. Subject: Re: Current list of MEX files available
  7241. To: W8SDZ@SIMTEL20.ARPA, Info-Cpm@AMSAA.ARPA
  7242. cc: STERNLIGHT@USC-ECL.ARPA
  7243. In-Reply-To: Message from "Keith Petersen <W8SDZ@SIMTEL20>" of Fri 25 May 84 10:12:00-PDT
  7244.  
  7245. M7R2-1, the overlay for the Radio Shack Models 2, 12, and 16 with Modem7 runs
  7246. fine with MEX, except for baud rate setting, which must be done with the 
  7247. appropriate cp/m utility.  It runs under Pickles and Trout CP/M (all versions)
  7248. and may be considered a MEX overlay.  Perhaps you would like to rename
  7249. it MXO-R2.asm and put it in the MEX file.
  7250. --david--
  7251. -------
  7252. 25-May-84 12:04:43-MDT,1035;000000000000
  7253. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7254. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 25 May 84 12:04:35-MDT
  7255. Received: From xerox.arpa.ARPA by AMSAA via smtp;  25 May 84 13:33 EDT
  7256. Received: from Flora.ms by ArpaGateway.ms ; 25 MAY 84 10:36:45 PDT
  7257. Date: Fri, 25 May 84 10:36 PDT
  7258. From: McConnell.es@XEROX.ARPA
  7259. Subject: Re: [BBS Flame] A Legal View
  7260. In-reply-to: <8405250339.AA13368@ucbnewton.Berkeley.ARPA>
  7261. To: Phil Lapsley <phil%ucbnewton.CC@UCB-VAX.ARPA>
  7262. cc: info-cpm@AMSAA.ARPA
  7263.  
  7264. To carry the situation to its "logical" conclusion, all of the telephone
  7265. equipment involved in the posting of the illegal(?) message should be
  7266. confiscated and locked up as well -- switches, lines, poles, the works.
  7267. Further, every mail box, post office branch, etc, that has been used in
  7268. any scheme to attempt to rip of The Phone Company should likewise be
  7269. confiscated, destroyed and/or turned over to TPC.
  7270.  
  7271. [Does anyone remember the film "The President's Analyst"?  Was it just
  7272. satirical paranoia or was it truly prescient?]
  7273.  
  7274. 25-May-84 14:13:57-MDT,1778;000000000000
  7275. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7276. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 25 May 84 14:13:49-MDT
  7277. Received: From brl.arpa.ARPA by AMSAA via smtp;  25 May 84 15:33 EDT
  7278. Received: From amsaa.arpa.ARPA by BRL-AOS via smtp;  25 May 84 15:31 EDT
  7279. Date:     Fri, 25 May 84 15:26:20 EDT
  7280. From:     David Towson (CSD) <towson@Amsaa.ARPA>
  7281. To:       vortex!lauren@rand-unix.arpa
  7282. cc:       INFO-MICRO@brl-aos.arpa, INFO-CPM@brl-aos.arpa
  7283. Subject:  Re:  BBS legal issues
  7284.  
  7285. Lauren - As list maintainer of info-cpm, I have been a little concerned
  7286. lately that a very few contributors have been providing most of the inputs,
  7287. while most of the over-200 list members (many of which are themselves local
  7288. distributors of the list) have been passively reading.  This is not a beef!
  7289. I just worry what would happen to the list if a small handfull of "regulars"
  7290. got tired and quit.  So with this in mind, I am really glad to see a good
  7291. hot topic once in a while.  Furthermore, bulletin board systems are plenty
  7292. germane to info-cpm, and I expect there is more than just a passing interest
  7293. with some readers.
  7294.  
  7295.      However, though my view differs from yours in the above respect, I 
  7296. certainly agree wholeheartedly with your assessment of the legal issues 
  7297. involved.  I sincerely hope that the BBS owner gets his system back without his
  7298. having to go into hock for the rest of his life to pay legal fees.  In fact, if
  7299. my present scanty understanding of the situation turns out to be correct, I
  7300. would be interested in putting some money into a common defense fund.  But I
  7301. think the question of who has what responsibility needs to be answered.  Perhaps
  7302. PacTel has chosen this method of bringing the issue to the fore.  We shall see.
  7303.  
  7304.  
  7305. Dave
  7306. towson@amsaa.arpa
  7307.  
  7308. 25-May-84 17:35:06-MDT,1482;000000000000
  7309. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7310. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 25 May 84 17:34:56-MDT
  7311. Received: From brl.arpa.ARPA by AMSAA via smtp;  25 May 84 19:08 EDT
  7312. Received: From rand-unix.arpa.ARPA by BRL-AOS via smtp;  25 May 84 19:08 EDT
  7313. From: vortex!lauren@Rand-Unix.ARPA
  7314. Date: Fri, 25-May-84 15:39:38 PDT
  7315. Sender: Lauren Weinstein <vortex!lauren@RAND-UNIX.ARPA>
  7316. Subject: Re:  BBS legal issues
  7317. Message-ID: <8405251539.2109.2.VT2.2@vortex.UUCP>
  7318. To: towson@AMSAA.ARPA
  7319. CC: info-micro@Brl-Aos.ARPA, info-cpm@Brl-Aos.ARPA
  7320. In-Reply-To: Your message of Fri, 25 May 84 15:26:20 EDT
  7321.  
  7322. So long as the BBS issues are really being discussed, then the discussions
  7323. have a place here (but it's not clear that they really need to be on both
  7324. lists -- I suspect that INFO-MICRO alone would be adequate and would
  7325. avoid many duplicate messages).  However, as the discussion starts
  7326. to stray into the more general topics of "freedom of speech," the
  7327. switch to POLI-SCI is in order.  As you no doubt are aware, these discussions
  7328. can stray far away from they original topics over time, which often results
  7329. in many persons dropping off of lists since they are not terribly interested
  7330. in the "strayed" discussions.  The people over on POLI-SCI are probably in
  7331. a better position to comment on many of the issues involved in the BBS
  7332. question, as would be many people on INFO-LAW.  Both of those lists are open
  7333. to anybody who might wish to join.
  7334.  
  7335. --Lauren--
  7336.  
  7337. 26-May-84 02:34:58-MDT,1208;000000000000
  7338. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7339. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 26 May 84 02:34:53-MDT
  7340. Received: From brl.arpa.ARPA by AMSAA via smtp;  26 May 84 4:09 EDT
  7341. Received: From rand-unix.arpa.ARPA by BRL-AOS via smtp;  26 May 84 4:07 EDT
  7342. Date: Saturday, 26 May 1984 01:02-PDT
  7343. To: vortex!lauren@Rand-Unix.ARPA
  7344. Cc: towson@AMSAA.ARPA, info-micro@BRL-AOS.ARPA, info-cpm@BRL-AOS.ARPA
  7345. Subject: Re:  BBS legal issues
  7346. In-reply-to: Your message of Fri, 25-May-84 15:39:38 PDT.
  7347.              <8405251539.2109.1.VT2.2@vortex.UUCP>
  7348. Cc: Ed_Hall <edhall@Rand-Unix.ARPA>
  7349. From: Ed_Hall <edhall@Rand-Unix.ARPA>
  7350.  
  7351. I think that if people haven't un-subscribed over the 30th `1/2
  7352. gigabyte ROM' (or is it `jigabyte') message, they aren't going
  7353. to balk at a little discussion of legal issues pertaining
  7354. directly to BBS's (and, actually, to just about any system with
  7355. dialins).  If they do, well, they are simply tuning out one of
  7356. the more important issues of our age.  Perhaps it would be a bit
  7357. strong to say that the way this works out could make or break
  7358. our democracy, but at least its effects will have ripples reaching
  7359. far into the freedoms of our own electronic village.
  7360.  
  7361.         -Ed
  7362. 26-May-84 05:11:01-MDT,1392;000000000000
  7363. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7364. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 26 May 84 05:10:55-MDT
  7365. Received: From brl.arpa.ARPA by AMSAA via smtp;  26 May 84 6:46 EDT
  7366. Received: From rand-unix.arpa.ARPA by BRL-AOS via smtp;  26 May 84 6:47 EDT
  7367. From: vortex!lauren@Rand-Unix.ARPA
  7368. Date: Sat, 26-May-84 02:51:58 PDT
  7369. Sender: Lauren Weinstein <vortex!lauren@RAND-UNIX.ARPA>
  7370. Subject: Re:  BBS legal issues
  7371. Message-ID: <8405260251.2840.1.VT2.2@vortex.UUCP>
  7372. To: edhall@Rand-Unix.ARPA
  7373. CC: info-microBRL@BRL-AOS.ARPA, info-cpm@Brl-Aos.ARPA
  7374. In-Reply-To: Your message of Saturday, 26 May 1984 01:02-PDT
  7375.  
  7376. Unfortunately, past experience has shown that the busiest people,
  7377. and often some of the most useful contributers to these lists, will
  7378. be the first to drop off when the topics start to stray.  When this
  7379. happens, the entire list suffers.  It is in all of our best interests
  7380. to try keep discussions as sharply focused to particular lists as
  7381. possible.  My only complaint regarding the BBS discussion relates
  7382. to "freedom of speech discussions" that are not related to computers.
  7383.  
  7384. We have the choice of POLI-SCI and INFO-LAW for more general discussions.
  7385. In fact, even these discussions which do regard computers might well be
  7386. best directed to HUMAN-NETS, which is specifically concerned with computers
  7387. and their relationship to and with society.
  7388.  
  7389. --Lauren--
  7390.  
  7391. 26-May-84 05:27:37-MDT,1276;000000000000
  7392. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7393. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 26 May 84 05:27:28-MDT
  7394. Received: From brl.arpa.ARPA by AMSAA via smtp;  26 May 84 6:46 EDT
  7395. Received: From rand-unix.arpa.ARPA by BRL-AOS via smtp;  26 May 84 6:47 EDT
  7396. From: vortex!lauren@Rand-Unix.ARPA
  7397. Date: Sat, 26-May-84 02:54:08 PDT
  7398. Sender: Lauren Weinstein <vortex!lauren@RAND-UNIX.ARPA>
  7399. Subject: Re: BBS legal issues
  7400. Message-ID: <8405260254.2858.0.VT2.2@vortex.UUCP>
  7401. To: INFO-CPM@Brl-Aos.ARPA
  7402.  
  7403. Unfortunately, past experience has shown that the busiest people,
  7404. and often some of the most useful contributers to these lists, will
  7405. be the first to drop off when the topics start to stray.  When this
  7406. happens, the entire list suffers.  It is in all of our best interests
  7407. to try keep discussions as sharply focused to particular lists as
  7408. possible.  My only complaint regarding the BBS discussion relates
  7409. to "freedom of speech discussions" that are not related to computers.
  7410.  
  7411. We have the choice of POLI-SCI and INFO-LAW for more general discussions.
  7412. In fact, even these discussions which do regard computers might well be
  7413. best directed to HUMAN-NETS, which is specifically concerned with computers
  7414. and their relationship to and with society.
  7415.  
  7416. --Lauren--
  7417.  
  7418.  
  7419. 26-May-84 05:51:34-MDT,1052;000000000000
  7420. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7421. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 26 May 84 05:51:28-MDT
  7422. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  26 May 84 7:09 EDT
  7423. Date: 26 May 1984  05:12 MDT (Sat)
  7424. Message-ID: <KPETERSEN.12018376245.BABYL@SIMTEL20>
  7425. Sender: KPETERSEN@Simtel20.ARPA
  7426. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  7427. To:   STERNLIGHT <STERNLIGHT@USC-ECL.ARPA>
  7428. Cc:   Info-Cpm@Amsaa.ARPA
  7429. Subject: Radio Shack overlays for MEX
  7430. In-reply-to: Msg of 25 May 1984  11:07-MDT from STERNLIGHT <STERNLIGHT at USC-ECL.ARPA>
  7431.  
  7432. Take a look at M7R2-2.ASM.  It fixes the overlay to do baud rate
  7433. selection using the P&T system calls.  I don't think we should rename
  7434. any of the M7 overlays to MXO's until they are MEXized.  They work
  7435. fine with MEX as-is.  The MEXized versions don't rely on the JMPs
  7436. inside the user area for InlinePrint and InlineCompare.  Instead, they
  7437. use MEX system calls.  This frees up the entire user area, with the
  7438. except of the option bytes, so that you can have room to add other
  7439. features.
  7440. 26-May-84 06:24:32-MDT,1923;000000000000
  7441. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7442. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 26 May 84 06:21:03-MDT
  7443. Received: From brl.arpa.ARPA by AMSAA via smtp;  26 May 84 7:10 EDT
  7444. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  26 May 84 7:08 EDT
  7445. Received: from Usenet.uucp by sri-unix.uucp with rs232; 25 May 84 20:49-PDT
  7446. Date: 26 Apr 84 23:17:32-PST (Thu)
  7447. To: info-cpm@Brl-Aos.ARPA
  7448. From: ihnp4!stolaf!umn-cs!digi-g!jel@Ucb-Vax.ARPA
  7449. Subject: Surplus S100 Graphics Boards for sale
  7450. Article-I.D.: digi-g.164
  7451.  
  7452. DigiGraphics has some surplus Scion graphics equipment for sale from a
  7453. defunct product.  There are between 20 and 40 bit plane boards, and
  7454. one fourth as many palette boards.  Our product would have used one
  7455. palette board and four bit plane boards.  The palette board also
  7456. includes Scion's Screenware firmware.
  7457.  
  7458. This product is currently supported and sold by Scion.  Packaged
  7459. as we use them (4+1), they go for around $5k qty 1.  For each package,
  7460. we would certainly accept any offer in the $3k range and probably a good
  7461. deal lower than that.  If you are at all interested, contact us.  We
  7462. would also consider selling the boards unbundled, so if you want just
  7463. another bit plane (model MA520) or two to go with your existing Scion
  7464. unit, let us know.  The resolution of the system is 512x480, with
  7465. a LARGE number of colors and a good-sized palette (I wasn't on the
  7466. project, and I haven't got the figures in hand).
  7467.  
  7468. We are not distributing this product, and when the boards we have are
  7469. gone, we will not be getting any more.  The company has already expensed
  7470. these out, so if you are a wheeler-dealer, you may make a really good
  7471. deal for yourself, but don't tell them I told you so.  Best of luck.
  7472. ------
  7473. John Lind, DSC, 10273 Yellow Circle Drive, Mpls MN 55343 (612)935-9111
  7474. news  : ihnp4!stolaf!umn-cs!digi-g
  7475. mail  : { ihnp4!umn-cs, stolaf!umn-cs, umn-cme }!digi-g!jel
  7476. 26-May-84 06:30:26-MDT,1349;000000000000
  7477. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7478. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 26 May 84 06:30:20-MDT
  7479. Received: From brl.arpa.ARPA by AMSAA via smtp;  26 May 84 7:10 EDT
  7480. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  26 May 84 7:07 EDT
  7481. Received: from Usenet.uucp by sri-unix.uucp with rs232; 25 May 84 20:45-PDT
  7482. Date: 24 May 84 13:48:45-PDT (Thu)
  7483. To: info-cpm@Brl-Aos.ARPA
  7484. From: hplabs!intelca!glen@Ucb-Vax.ARPA
  7485. Subject: Re: Flipping Floppies
  7486. Article-I.D.: intelca.276
  7487. In-Reply-To: Article <257@ihu1e.UUCP>
  7488.  
  7489. I have flipped all the blank floppies I've ever owned and had very few
  7490. disk errors (even with ultra-cheapo floppies).  I don't know how
  7491. scientifically founded the criticisms are that discourage flipping floppies
  7492. but I have had great luck!
  7493.  
  7494. Some hints:
  7495.     It's easier to cut out the write-protect hole with a paper punch then
  7496.     with an exacto knife (sure the hole's round, but who cares?)
  7497.  
  7498.     Instead of measuring where the hole should be punched, just take
  7499.     another floppy, put one on top of the other facing each other,
  7500.     and now use the the real hole of one floppy to line up the punch
  7501.     for the new hole of the other.
  7502.  
  7503. ^ ^    Glen Shires, Intel, Santa Clara, Ca.
  7504. O O     Usenet: {ucbvax!amd70,pur-ee,hplabs}!intelca!glen
  7505.  >      ARPA:   "amd70!intelca!glen"@BERKELEY
  7506. \-/    --- stay mellow
  7507. 26-May-84 06:50:58-MDT,1923;000000000000
  7508. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7509. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 26 May 84 06:50:52-MDT
  7510. Received: From brl.arpa.ARPA by AMSAA via smtp;  26 May 84 7:10 EDT
  7511. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  26 May 84 7:08 EDT
  7512. Received: from Usenet.uucp by sri-unix.uucp with rs232; 25 May 84 20:49-PDT
  7513. Date: 26 Apr 84 23:17:32-PST (Thu)
  7514. To: info-cpm@Brl-Aos.ARPA
  7515. From: ihnp4!stolaf!umn-cs!digi-g!jel@Ucb-Vax.ARPA
  7516. Subject: Surplus S100 Graphics Boards for sale
  7517. Article-I.D.: digi-g.164
  7518.  
  7519. DigiGraphics has some surplus Scion graphics equipment for sale from a
  7520. defunct product.  There are between 20 and 40 bit plane boards, and
  7521. one fourth as many palette boards.  Our product would have used one
  7522. palette board and four bit plane boards.  The palette board also
  7523. includes Scion's Screenware firmware.
  7524.  
  7525. This product is currently supported and sold by Scion.  Packaged
  7526. as we use them (4+1), they go for around $5k qty 1.  For each package,
  7527. we would certainly accept any offer in the $3k range and probably a good
  7528. deal lower than that.  If you are at all interested, contact us.  We
  7529. would also consider selling the boards unbundled, so if you want just
  7530. another bit plane (model MA520) or two to go with your existing Scion
  7531. unit, let us know.  The resolution of the system is 512x480, with
  7532. a LARGE number of colors and a good-sized palette (I wasn't on the
  7533. project, and I haven't got the figures in hand).
  7534.  
  7535. We are not distributing this product, and when the boards we have are
  7536. gone, we will not be getting any more.  The company has already expensed
  7537. these out, so if you are a wheeler-dealer, you may make a really good
  7538. deal for yourself, but don't tell them I told you so.  Best of luck.
  7539. ------
  7540. John Lind, DSC, 10273 Yellow Circle Drive, Mpls MN 55343 (612)935-9111
  7541. news  : ihnp4!stolaf!umn-cs!digi-g
  7542. mail  : { ihnp4!umn-cs, stolaf!umn-cs, umn-cme }!digi-g!jel
  7543. 26-May-84 07:54:47-MDT,2373;000000000000
  7544. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7545. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 26 May 84 07:54:39-MDT
  7546. Received: From dca-eur.arpa.ARPA by AMSAA via smtp;  26 May 84 9:14 EDT
  7547. Date: 26 May 1984 13:21 GMT
  7548. From: bower@Dca-Eur.ARPA
  7549. Subject: Flippies and diskettes
  7550. To: info-cpm@Amsaa.ARPA
  7551.  
  7552. Date: 26 May 1984 12:59:34 Z
  7553. Text: Two bits on diskettes and the flippie issue.
  7554.  
  7555.    I have been punching holes in 5-inch diskettes for about six years
  7556. and have not experienced more than a couple of bad sectors in approx.
  7557. 30 5-inch and 10 8-inch diskettes so modified.  As a matter of fact, I
  7558. have had better luck with reliability on the flip side of Dysan disks
  7559. than on the "front" side of some off brands.
  7560.  
  7561.    On the head pas issue, one Shugart SA-400 (35-track, single-sided)
  7562. drive has been in heavy use for 5 years running both sides of flippies,
  7563. and I just ordered the first replacement head pad for it (on general
  7564. principle).  I am not saying that the technique is for everyone, or
  7565. that I just haven't just been lucky, but I have another SA-400 which
  7566. has also been running flippies for 4 years (ordered another pad for
  7567. that one too), and a Siemens 8-inch drive (my only) has been in very
  7568. heavy use for about 4 years with better luck on the flip sides.
  7569.  
  7570.    I have been an ardent user of Dysan diskettes for some time, but
  7571. have also had excellent luck with 3-M and Heathkit 80-track, double-
  7572. density 5-inch diskettes on two Siemens FDD-221-5 drives.  Have some
  7573. 6-year old 35-track Verbatims in use as archive disks double-density,
  7574. so cannot say too much bad about them, although have not bought any
  7575. recently.  Have only two Elephant disks, and one of them is evidentally
  7576. cut in an oval pattern, because it makes a "whoosh-whoosh" sound as
  7577. it rotates, so I will buy no more.
  7578.  
  7579.    Also have one Tabor 3.25-inch micro drive (80-track single-sided,
  7580. double density) and now have three boxes of Dysan diskettes.  One of
  7581. the boxes is evidentally from a bad lot, because one of the five
  7582. diskettes make the same noise as the Elephant, and all five display
  7583. erratic reads and writes even after repeated re-formatting.  The
  7584. other two boxes are great.  Maybe even Dysan is having production
  7585. problems...
  7586.  
  7587.    Maybe this is four bits worth, but hope it helps.
  7588.  
  7589.                          Hal Bower
  7590.                          Bower at DCA-EUR
  7591.  
  7592. 26-May-84 08:06:37-MDT,1060;000000000000
  7593. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7594. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 26 May 84 08:06:32-MDT
  7595. Received: From brl.arpa.ARPA by AMSAA via smtp;  26 May 84 8:19 EDT
  7596. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  26 May 84 8:11 EDT
  7597. Received: from Usenet.uucp by sri-unix.uucp with rs232; 26 May 84 1:44-PDT
  7598. Date: 24 May 84 13:38:42-PDT (Thu)
  7599. To: info-cpm@Brl-Aos.ARPA
  7600. From: hplabs!hao!seismo!rlgvax!cvl!umcp-cs!aplvax!ded@Ucb-Vax.ARPA
  7601. Subject: "Escapes" to nowhere
  7602. Article-I.D.: aplvax.605
  7603.  
  7604. Well, I got the new MDM720 up and running with the Osborne overlay, and
  7605. it works great!!! -- except for one thing: it swallows escapes.  So
  7606. any screen oriented stuff which uses escape sequences (like vi) gets
  7607. cobbled up.  Has anyone a solution to this problem?  Unfortunately,
  7608. I don't have the source to the MDM720 file itself (nor a macro assembler),
  7609. just the object code.
  7610.                     Thanks for any help,
  7611. -- 
  7612.  
  7613.                     Don Davis
  7614.                     JHU/APL
  7615.                 ...decvax!harpo!seismo!umcp-cs!aplvax!ded
  7616.                 ...rlgvax!cvl!umcp-cs!aplvax!ded
  7617. 26-May-84 14:05:37-MDT,944;000000000000
  7618. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7619. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 26 May 84 14:05:32-MDT
  7620. Received: From usc-isid.arpa.ARPA by AMSAA via smtp;  26 May 84 15:33 EDT
  7621. Date: 26 May 1984 15:06-EDT
  7622. Sender: ABN.ISCAMS@Usc-Isid.ARPA
  7623. Subject: Re: Flippies and diskettes
  7624. From: ABN.ISCAMS@Usc-Isid.ARPA
  7625. To: bower@Dca-Eur.ARPA
  7626. Cc: info-cpm@Amsaa.ARPA
  7627. Message-ID: <[USC-ISID]26-May-84 15:06:00.ABN.ISCAMS>
  7628. In-Reply-To: The message of 26 May 1984 13:21 GMT from bower@Dca-Eur.ARPA
  7629.  
  7630.  
  7631. I also have problems with Elephant 8" DSDD floppies.  They invariably make
  7632. that "woosh-woosh" noise described by Hal Bower, and ALL, rpt, ALL after a
  7633. period of time get a horribly scored area about half-way across the disk.
  7634. They run in the same 8" disk drive (SA850) that I run IBM and Maxell
  7635. floppies.  They give me no problems, no noise, no scoring.
  7636.  
  7637. I don't use my Elephants for anything now.
  7638.  
  7639. David Kirschbaum
  7640. Toad Hall
  7641. 26-May-84 18:55:32-MDT,866;000000000000
  7642. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7643. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 26 May 84 18:55:29-MDT
  7644. Received: From brl.arpa.ARPA by AMSAA via smtp;  26 May 84 20:28 EDT
  7645. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  26 May 84 19:14 EDT
  7646. Date: 26 May 1984  17:14 MDT (Sat)
  7647. Message-ID: <WANCHO.12018507676.BABYL@SIMTEL20>
  7648. From: "Frank J. Wancho" <WANCHO@Simtel20.ARPA>
  7649. To:   INFO-CPM@Brl-Aos.ARPA
  7650. Subject: dBASE II date-stamping
  7651.  
  7652. I've read the recent article in Microsystems on how to include
  7653. date-stamping in dBASE II, and it seemed to be the long way around.
  7654. Isn't there an easier, straight-forward way to stuff the date into
  7655. dBASE itself in whatever format it's kept internally by rerouting the
  7656. initial jump to some appended one-time code?  The question then
  7657. remains, where is the date kept, and in what format?
  7658.  
  7659. --Frank
  7660. 26-May-84 22:51:17-MDT,1188;000000000000
  7661. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7662. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 26 May 84 22:51:07-MDT
  7663. Received: From brl.arpa.ARPA by AMSAA via smtp;  27 May 84 0:25 EDT
  7664. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  27 May 84 0:16 EDT
  7665. Received: from Usenet.uucp by sri-unix.uucp with rs232; 26 May 84 21:15-PDT
  7666. Date: 25 May 84 10:55:18-PDT (Fri)
  7667. To: info-cpm@Brl-Aos.ARPA
  7668. From: decvax!decwrl!dec-rhea!dec-cyclps!ward@Ucb-Vax.ARPA
  7669. Subject: Best language for programming a DBMS
  7670. Article-I.D.: decwrl.601
  7671.  
  7672. [...essen]
  7673.  
  7674. I want to write a user-friendly, "all-in-one"-type system for a limousine
  7675. sales/rental business.  I have a few DEC Rainbow microcomputers (one of
  7676. which has a 5 megabyte Winchester disk).  They are currently running both
  7677. CP/M and MS-DOS operating systems.
  7678.  
  7679. What I would like is some expert input as to programming languages that
  7680. run on either of these operating systems.  I am looking for the language
  7681. which would be best able to handle (most flexibility) file I/O operations
  7682. on indexed/direct (keyed) access files.  Multiple-keying is much preferred.
  7683.  
  7684.                         John Ward
  7685.                         DEC - Burlington, MA
  7686.  
  7687.                         ...ward@cyclps.DEC
  7688. 27-May-84 00:53:08-MDT,677;000000000000
  7689. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7690. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 27 May 84 00:53:03-MDT
  7691. Received: From brl.arpa.ARPA by AMSAA via smtp;  27 May 84 2:16 EDT
  7692. Received: From su-score.arpa.ARPA by BRL-AOS via smtp;  27 May 84 2:17 EDT
  7693. Date: Sat 26 May 84 23:14:12-PDT
  7694. From: Sam Hahn <Samuel@SU-SCORE.ARPA>
  7695. Subject: Re: Best language for programming a DBMS
  7696. To: decvax!decwrl!dec-rhea!dec-cyclps!ward@UCB-VAX.ARPA
  7697. cc: info-cpm@BRL-AOS.ARPA
  7698. In-Reply-To: Message from "decvax!decwrl!dec-rhea!dec-cyclps!ward@Ucb-Vax.ARPA" of Fri 25 May 84 10:55:18-PDT
  7699.  
  7700. You might like to take a look at MDBSIII, if you're willing to pay the
  7701. price.  
  7702. -------
  7703. 27-May-84 04:34:12-MDT,672;000000000000
  7704. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7705. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 27 May 84 04:34:09-MDT
  7706. Received: From brl.arpa.ARPA by AMSAA via smtp;  27 May 84 6:10 EDT
  7707. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  27 May 84 6:06 EDT
  7708. Date: Sun 27 May 84 04:07:19-MDT
  7709. From: Ron Fowler <RFOWLER@SIMTEL20.ARPA>
  7710. Subject: New MEX Newsletter
  7711. To: info-cpm@BRL.ARPA
  7712.  
  7713.  
  7714. MEX users: Newsletter #3 is now available on SIMTEL20 as
  7715. MICRO:<CPM>MEX>MEXNEWS.003; this one addresses a couple of
  7716. problems (provides a HEX file patch to fix them) and some
  7717. information on overlays, as well as a few tips and sug-
  7718. gestions on using MEX.            --Ron
  7719. -------
  7720. 27-May-84 05:12:58-MDT,945;000000000000
  7721. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7722. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 27 May 84 05:12:53-MDT
  7723. Received: From brl.arpa.ARPA by AMSAA via smtp;  27 May 84 6:44 EDT
  7724. Received: From mit-mc.arpa.ARPA by BRL-AOS via smtp;  27 May 84 6:36 EDT
  7725. Date: 27 May 1984 06:36-EDT
  7726. From: Stephen C. Hill <STEVEH@Mit-Mc.ARPA>
  7727. Subject:  MEX question
  7728. To: INFO-CPM@Mit-Mc.ARPA
  7729. cc: STEVEH@Mit-Mc.ARPA
  7730.  
  7731. I have had MEX up for a few days and have just discovered that I cannot get
  7732. the baudrate setting to work in the PHONE command.  It works fine if I use the
  7733. SET command, but using: PHONE T=555-1212 1200<CR> (and then CALL T) will not
  7734. cause the baudrate change to happen.  I am at a loss to diagnose where to look
  7735. for this problem.
  7736.  
  7737. Since I do a lot of calling of systems that are at different baudrates, I
  7738. would appreciate having the ability to store it with the phone number and
  7739. name.  Great idea, IF I can get it to work!
  7740.  
  7741. 27-May-84 09:18:41-MDT,1902;000000000000
  7742. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7743. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 27 May 84 09:18:33-MDT
  7744. Received: From brl.arpa.ARPA by AMSAA via smtp;  27 May 84 10:49 EDT
  7745. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  27 May 84 10:47 EDT
  7746. Received: from Usenet.uucp by sri-unix.uucp with rs232; 27 May 84 7:46-PDT
  7747. Date: 25 May 84 14:12:17-PDT (Fri)
  7748. To: info-cpm@Brl-Aos.ARPA
  7749. From: hplabs!sdcrdcf!sdcsvax!bmcg!felix!zemon@Ucb-Vax.ARPA
  7750. Subject: Re: Flipping Floppies -- Oi!  Not this discussion AGAIN!
  7751. Article-I.D.: felix.281
  7752. In-Reply-To: Article <257@ihu1e.UUCP>
  7753.  
  7754. This has been discussed at LEAST 8,000,000 times in the last year
  7755. on this newsgroup.  PLEASE folks, don't start it again!
  7756.  
  7757. ......................................................................
  7758.  
  7759. To summarize previous discussions on the matter:
  7760.  
  7761. There has been much give 'n take on this question and on the more general
  7762. one of using the back of single sided disks.  The bottom line is no one
  7763. *knows* the risk.  It depends on a lot of things like the cleanliness of
  7764. your environment, the quality of the disks, the amount of usage, etc.
  7765.  
  7766. If you clean your disk drive heads regularly then you will reduce the chance
  7767. of damage.  If your environment is clean then there will be less dirt in the
  7768. jacket to cause trouble.
  7769.  
  7770. In any case, the danger is not immediate.  It is a cumulative danger both to
  7771. the drive head and the diskette.  You will have to weigh the cost of
  7772. diskettes against the number of backups you keep and the value of your data
  7773. to decide whether the gamble is worthwhile for you.
  7774.  
  7775. ......................................................................
  7776.  
  7777. Personally, I use el cheapo diskettes in my Morrow (DSDD).  I also keep a
  7778. backup of EVERY diskette and I clean the disk drive regularly.
  7779.  
  7780.     Art Zemon
  7781.     FileNet Corp.
  7782.     ...!{ucbvax,decvax}!trwrb!felix!zemon
  7783. 27-May-84 12:45:07-MDT,1318;000000000000
  7784. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7785. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 27 May 84 12:45:01-MDT
  7786. Received: From brl.arpa.ARPA by AMSAA via smtp;  27 May 84 14:09 EDT
  7787. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  27 May 84 14:04 EDT
  7788. Received: from Usenet.uucp by sri-unix.uucp with rs232; 27 May 84 10:55-PDT
  7789. Date: 26 May 84 22:14:06-PDT (Sat)
  7790. To: info-cpm@Brl-Aos.ARPA
  7791. From: hplabs!sdcrdcf!sdcsvax!sdccsu3!loral!simard@Ucb-Vax.ARPA
  7792. Subject: US Robotics modem compatibility question
  7793. Article-I.D.: loral.158
  7794.  
  7795.     I'm thinking of getting a US Robotics modem (don't have a 
  7796. model # yet, but it's the S-100 bus, 300/1200 baud 
  7797. answer/originate type).  It's going into an ancient Altair, with
  7798. an 8080 CPU, which uses certain bus signals differently from Z-80's,
  7799. particularly MEMR and SOUT, and I am not sure it is compatible with
  7800. the original S-100 bus with an 8080.
  7801.  
  7802.     Does anyone have any experience with this product in this
  7803. environment?  It is supposed to be IEEE-compatible, but I don't hav
  7804. a copy of the IEEE spec to compare to my bus (I have heard there are
  7805. some differences) and US Robotics does not make schematics available,
  7806. which makes modifying the unit difficult. 
  7807.  
  7808.     Any help would be greatly appreciated.
  7809.  
  7810. Ray Simard
  7811. Loral Instrumentation, San Diego, CA.
  7812. 27-May-84 18:29:39-MDT,922;000000000000
  7813. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7814. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 27 May 84 18:29:35-MDT
  7815. Received: From brl.arpa.ARPA by AMSAA via smtp;  27 May 84 20:04 EDT
  7816. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  27 May 84 20:05 EDT
  7817. Date: 27 May 1984  18:05 MDT (Sun)
  7818. Message-ID: <CSTROM.12018779165.BABYL@SIMTEL20>
  7819. From: CSTROM@Simtel20.ARPA
  7820. Subject: CPR86 files
  7821. To:   INFO-CPM@Brl-Aos.ARPA
  7822. cc:   CSTROM@Simtel20.ARPA
  7823.  
  7824. Several days ago, I announced the availability of a public domain CCP
  7825. replecement for CP/M-86. These files are now under a new directory on
  7826. Simtel20, <CPM.CPR86>. In addition, I have just added a short patch
  7827. file describing modifications necessary for the installation of CPR860
  7828. on the Heath-Zenith Z-100 computer.
  7829.  
  7830. Hopefully, we will see a growing list of machines running CPR86, with
  7831. any necessary patches or documentation resident in this directory.
  7832. 27-May-84 21:02:04-MDT,1072;000000000000
  7833. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7834. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 27 May 84 21:01:58-MDT
  7835. Received: From brl.arpa.ARPA by AMSAA via smtp;  27 May 84 22:29 EDT
  7836. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  27 May 84 22:26 EDT
  7837. Received: from Usenet.uucp by sri-unix.uucp with rs232; 27 May 84 19:25-PDT
  7838. Date: 26 May 84 15:47:20-PDT (Sat)
  7839. To: info-cpm@Brl-Aos.ARPA
  7840. From: decvax!ittvax!ittral!hall@Ucb-Vax.ARPA
  7841. Subject: Apple CP/M text editor wanted
  7842. Article-I.D.: ittral.420
  7843.  
  7844. []
  7845.      I recently purchased a Z-80 card for my Apple //e. It didn't take me
  7846. long to realize that ED has to be the *worst* text editor in the world! So
  7847. my question is this: Are there any good text editors in the public domain?
  7848. If not, what about commercially available editors? There has to be something
  7849. better out there somewhere.
  7850.      While I'm on the subject, is there a good source of public domain 
  7851. software somewhere? Any info is much appreciated.
  7852.  
  7853.  
  7854.                           Doug Hall
  7855.                          ...ittvax!ittral!hall
  7856. 27-May-84 21:29:41-MDT,1681;000000000000
  7857. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7858. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 27 May 84 21:29:31-MDT
  7859. Received: From brl.arpa.ARPA by AMSAA via smtp;  27 May 84 22:51 EDT
  7860. Received: From amsaa.arpa.ARPA by BRL-AOS via smtp;  27 May 84 22:46 EDT
  7861. Date:     Sun, 27 May 84 22:31:14 EDT
  7862. From:     David Towson (CSD) <towson@Amsaa.ARPA>
  7863. To:       ihnp4!ihu1e!nowlin@ucb-vax.arpa
  7864. cc:       info-cpm@brl-aos.arpa
  7865. Subject:  Re:  Flipping Floppies
  7866.  
  7867. Jerry - First I feel obligated to warn you that this subject has been debated
  7868. before on this list and also info-micro and probably several others.  These
  7869. debates have been characterized by considerable passion, at times.  Many
  7870. arguments have been put forth, both pro and con, but NEVER have I seen any
  7871. good TEST DATA (i.e., NUMBERS).  So as far as I am concerned, the issue remains
  7872. open.  Personally, I have cut new holes and used both sides of a dozen or so
  7873. 5-inchers with no ill effects.  But I don't really give these disks much of
  7874. a test, so I can't say I have proved anything.  I have taken the things apart
  7875. and seen how they are made.  In the ones I have opened, the liners have been
  7876. made of stuff that looks like Kimwipes.  Frankly, I don't see how dirt is
  7877. going to get out those cells in the weave once it gets in there.  Until I see
  7878. some honest data to the contrary, I just don't believe that claim.  For that
  7879. reason, I also don't believe the "head wear" claim either.  If someone has
  7880. some test data from a believable source that will shed some light on this,
  7881. please post it.  It's an interesting subject, but I find some of the arguments
  7882. awfully theoretical.
  7883.  
  7884.  
  7885. Dave
  7886. towson@amsaa.arpa
  7887.  
  7888. 27-May-84 23:32:44-MDT,1061;000000000000
  7889. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7890. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 27 May 84 23:32:39-MDT
  7891. Received: From brl.arpa.ARPA by AMSAA via smtp;  28 May 84 1:05 EDT
  7892. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  28 May 84 0:57 EDT
  7893. Date: 27 May 1984  22:57 MDT (Sun)
  7894. Message-ID: <WANCHO.12018832255.BABYL@SIMTEL20>
  7895. From: "Frank J. Wancho" <WANCHO@Simtel20.ARPA>
  7896. To:   INFO-CPM@Brl-Aos.ARPA
  7897. Subject: RBBS4102 Released
  7898.  
  7899. RBBS4102.LBR (and its component new files as *.*.4102) are now
  7900. available in MICRO:<CPM.RBBS4> on SIMTEL20.
  7901.  
  7902. This release corrects a serious bug which allowed deleted messages to
  7903. be displayed under certain circumstances.  A couple of new features
  7904. have also been added, plus some cosmetic changes.  See the front of
  7905. RBBS4.HIS for details.
  7906.  
  7907. Bug reports should now be sent to me via netmail or left on the
  7908. LAZARUS RCP/M (915-544-1432, either 300 or 212A 1200) in El Paso, TX.
  7909. Sigi Kluger's SENECA RCP/M is being moved to Dallas in the next few
  7910. days, and thus no longer a local call...
  7911.  
  7912. --Frank
  7913. 28-May-84 05:17:36-MDT,1094;000000000000
  7914. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7915. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 28 May 84 05:17:31-MDT
  7916. Received: From brl.arpa.ARPA by AMSAA via smtp;  28 May 84 6:41 EDT
  7917. Received: From csnet-pdn-gw.ARPA by BRL-AOS via smtp;  28 May 84 6:35 EDT
  7918. Received: From virginia.csnet by csnet-relay;  28 May 84 6:13 EDT
  7919. Date: 27 May 1984 21:14:02-EDT
  7920. From: erh%virginia.csnet@csnet-relay.arpa
  7921. To: info-cpm@brl.arpa
  7922.  
  7923.     There are many exceptions to the first ammendment: the medical
  7924. info is confidential, attorney-client disclosures are confidential, etc.
  7925. Company-client secrets (passwords, access numbers, etc.) should also be
  7926. protected.  Publishing this kind of information is equivalent to simple
  7927. theft.  BBS sysops should not be responsible as they are not acting as
  7928. publishers, but merely providing a medium which allows users to act
  7929. as publishers. In this sense, the telephone company is equally responsible:
  7930. after all they provided the access to the BBS.  I suggest that you sue 
  7931. the telephone company next time you see an obscene note pinned on a 
  7932. TELEPHONE pole.
  7933. 28-May-84 08:49:39-MDT,1204;000000000000
  7934. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7935. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 28 May 84 08:49:34-MDT
  7936. Received: From brl.arpa.ARPA by AMSAA via smtp;  28 May 84 10:14 EDT
  7937. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  28 May 84 10:06 EDT
  7938. Date: 28 May 1984  08:07 MDT (Mon)
  7939. Message-ID: <RFOWLER.12018932335.BABYL@SIMTEL20>
  7940. From: Ron Fowler <RFOWLER@Simtel20.ARPA>
  7941. To:   INFO-CPM@Brl-Aos.ARPA
  7942. Subject: [RFOWLER: MEX question]
  7943.  
  7944.  
  7945. Date: Sunday, 27 May 1984  15:42-MDT
  7946. From: Ron Fowler <RFOWLER>
  7947. To:   Stephen C. Hill <STEVEH at Mit-Mc.ARPA>
  7948. cc:   RFOWLER
  7949. Re:   MEX question
  7950.  
  7951. Somewhere in the documentation, I mentioned that phone-lib baud rates
  7952. require special support in the overlay (perhaps it was in the PMMI
  7953. overlay that I mentioned that).  There is a vector in the overlay
  7954. table called (in M7 parlance) JMP$NEWBAUD; MDM used it only in the
  7955. PMMI overlay, most others simply did a RET.  This routine gets a buad
  7956. code (0-9) in the A register, and must validate and set the rate
  7957. accordingly (also updating MSPEED if the code is one the overlay can
  7958. support).  
  7959.  
  7960. For more details, look at the code in MXO-PM1x.ASM, which has this
  7961. fully implemented.            --Ron
  7962. 28-May-84 12:59:31-MDT,1535;000000000000
  7963. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7964. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 28 May 84 12:59:26-MDT
  7965. Received: From ucb-vax.arpa.ARPA by AMSAA via smtp;  28 May 84 14:22 EDT
  7966. Received: from ucbjade.CC.Berkeley.ARPA (ucbjade.ARPA) by UCB-VAX.ARPA (4.24/4.27)
  7967.     id AA28904; Mon, 28 May 84 11:25:44 pdt
  7968. Received: from ucbruby.CC.Berkeley.ARPA by ucbjade.CC.Berkeley.ARPA
  7969.     (4.14.3/4.16) id AA05103; Mon, 28 May 84 11:26:30 pdt
  7970. Received: by ucbruby.CC.Berkeley.ARPA
  7971.     (4.14.3/4.16) id AA06041; Mon, 28 May 84 11:25:46 pdt
  7972. Received: by ucbnewton.Berkeley.ARPA (4.6/4.25)
  7973.     id AA13283; Mon, 28 May 84 11:18:49 PDT
  7974. Date: Mon, 28 May 84 11:18:49 PDT
  7975. Message-Id: <8405281818.AA13283@ucbnewton.Berkeley.ARPA>
  7976. From: Phil Lapsley <phil%ucbnewton.CC@Ucb-Vax.ARPA>
  7977. To: info-cpm@amsaa.ARPA
  7978. Subject: Responsibility of Sysops
  7979.  
  7980.      "BBS sysops should not be responsible as they are not acting
  7981.       as publishers, but merely providing a medium which allows
  7982.       users to act as publishers."
  7983.  
  7984.      Still, what about bulletin boards that are completely devoted to
  7985. phone phreaks or computer "hackers", and exist for that purpose alone?
  7986. The Sysop may not actually take an active role in the discussions, but
  7987. I'd have to say he's responsible -- after all, he's effectively
  7988. condoning an illegal activity by providing his bulletin board, if it
  7989. is for that use only.
  7990.  
  7991.     Obviously, the above does not apply at all if it's only one
  7992. message and the sysop had no knowledge of it.
  7993.  
  7994.                     Phil
  7995.                 (phil@Berkeley.ARPA)
  7996. 28-May-84 13:23:47-MDT,1206;000000000000
  7997. Return-Path: <info-cpm-request@AMSAA.ARPA>
  7998. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 28 May 84 13:23:41-MDT
  7999. Received: From brl.arpa.ARPA by AMSAA via smtp;  28 May 84 14:44 EDT
  8000. Received: From sumex-aim.arpa.ARPA by BRL-AOS via smtp;  28 May 84 14:26 EDT
  8001. Date: Mon 28 May 84 09:19:35-PDT
  8002. From: Sam Hahn <SHahn@SUMEX-AIM.ARPA>
  8003. Subject: Re: 3-d spreadsheet
  8004. To: info-cpm@BRL-AOS.ARPA
  8005. cc: info-micro@BRL-AOS.ARPA
  8006.  
  8007. Hasn't this digresion gone far enough?
  8008.  
  8009. Let's acknowledge the observation that a 3-d spreadsheet is useful
  8010. without necessarily providing the capability of presenting the
  8011. information in 3 dimensions at once.
  8012.  
  8013. I myself would like to see SuperCalc extended to such flexibility, eg.
  8014. to say /V(iew),R(ow,and)C(olumn) or /V(iew),C(olumn,and)L(evels), and to
  8015. specify /C,12A20:20C40,50AC1 or, in MultiPlan lingo, something like
  8016. C(opy) R20C1L12:R1C29L50 as range specifications.  I have use now for
  8017. such features.  An attempt such as SuperCalc's "consolidation" is a very
  8018. weak effort at such capability.  (But then, why stop at three?)
  8019.  
  8020.                 -- sam hahn [shahn@sumex,samuel@score]
  8021.  
  8022. P.S.  May not be the right spec format for SC or MP ranges; if so,
  8023. forgive me.
  8024. -------
  8025. 28-May-84 14:40:30-MDT,697;000000000000
  8026. Return-Path: <info-cpm-request@AMSAA.ARPA>
  8027. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 28 May 84 14:40:26-MDT
  8028. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  28 May 84 15:30 EDT
  8029. Date: Mon 28 May 84 13:32:28-MDT
  8030. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  8031. Subject: DU-V87 available
  8032. Sender: KPETERSEN@SIMTEL20.ARPA
  8033. To: ciaraldi@ROCHESTER.ARPA
  8034. cc: Info-Cpm@AMSAA.ARPA
  8035. Reply-To: W8SDZ@SIMTEL20.ARPA
  8036.  
  8037. You recently reported a problem with DU-V86.  i'd like you to try
  8038. DU-V87 to see if the problem still exists, and also to use that
  8039. version to make your update if you intend to do one.  Thanks.
  8040. It's available on SIMTEL20 in <CPM.DSKUTL>DU-V87.ASM and .DOC.
  8041. --Keith
  8042. -------
  8043. 28-May-84 16:59:51-MDT,1338;000000000000
  8044. Return-Path: <info-cpm-request@AMSAA.ARPA>
  8045. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 28 May 84 16:59:44-MDT
  8046. Received: From brl.arpa.ARPA by AMSAA via smtp;  28 May 84 17:05 EDT
  8047. Received: From ur-cs-gw.ARPA by BRL-AOS via smtp;  28 May 84 16:51 EDT
  8048. Received: from ur-seneca.rochester.arpa (ur-seneca) by cayuga.rochester.arpa id AA09968 (4.12d); Mon, 28 May 84 16:52:20 edt
  8049. Received: by ur-seneca.rochester.arpa id AA18190 (3.327.5d); 28 May 84 16:51:43 EDT (Mon)
  8050. Message-Id: <8405282051.18190@ur-seneca.rochester.arpa>
  8051. Date: 28 May 84 16:51:43 EDT (Mon)
  8052. From: Mike Ciaraldi <ciaraldi@rochester.arpa>
  8053. Subject: Re:  "Escapes" to nowhere
  8054. To: info-cpm@Brl-Aos.ARPA, 
  8055.     hplabs!hao!seismo!rlgvax!cvl!umcp-cs!aplvax!ded@Ucb-Vax.ARPA
  8056.  
  8057. The MDM700 series has an option byte which controls whether
  8058. control characters (not counting CR and LF, of course)
  8059. get passed through to the screen.
  8060. The default is that they are NOT passed through,
  8061. which is why your Osborne screen commands are not
  8062. working. Assuming you have the source code for
  8063. the overlay, just change the byte (it's somewhere in the
  8064. first few bytes of the program) in the source code, reassemble
  8065. and re-overlay, and you are set.
  8066. If you don't have the source, let me know and
  8067. I will tell you the byte location to patch.
  8068.  
  8069. Mike Ciaraldi
  8070. ciaraldi@rochester
  8071. 29-May-84 00:15:46-MDT,2569;000000000000
  8072. Return-Path: <info-cpm-request@AMSAA.ARPA>
  8073. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 29 May 84 00:15:38-MDT
  8074. Received: From brl.arpa.ARPA by AMSAA via smtp;  29 May 84 1:33 EDT
  8075. Received: From usc-isid.arpa.ARPA by BRL-AOS via smtp;  29 May 84 1:33 EDT
  8076. Date: 29 May 1984 01:33-EDT
  8077. Sender: ABN.ISCAMS@Usc-Isid.ARPA
  8078. Subject: Re: Apple CP/M text editor wanted
  8079. From: ABN.ISCAMS@Usc-Isid.ARPA
  8080. To: decvax!ittvax!ittral!hall@Ucb-Vax.ARPA
  8081. Cc: info-cpm@Brl-Aos.ARPA
  8082. Message-ID: <[USC-ISID]29-May-84 01:33:31.ABN.ISCAMS>
  8083. In-Reply-To: The message of 26 May 84 15:47:20-PDT (Sat) from decvax!ittvax!ittral!hall@Ucb-Vax.ARPA
  8084.  
  8085. Doug (et al)
  8086.  
  8087. I recently did a lot of digging around, looking for Public Domain text
  8088. editors/word processors (both for Army use and our local users).
  8089.  
  8090. Looked at, and got running, SECRTARY.ASM from SIGM Volume 109 (<SIGM.VOL109>
  8091. at SIMTEL20 MICRO:).  Not so very good.  VERY unconventional files, totally
  8092. unviewable with any other file utility, kind of clumsy to use.  No go.
  8093.  
  8094. Looked at and got running TED.COM from SIGM Volume 080 (MICRO:<SIGM.VOL080>
  8095. at SIMTEL20).  Runs fine, not too bad (though I'm quite spoiled by a
  8096. screen-oriented editor and don't like line-oriented ones any more).  The
  8097. TED.DOC (same source) is quite adequate.  No source code, unfortunately,
  8098. just the .COM version -- and didn't feel like disassembling and documenting
  8099. it.  So no system-specific hacks, special keys, etc.
  8100.  
  8101. Best deal, I think:  send away for TurboPascal from Borland International.
  8102. I've got the CP/M version running on my Z80 Decision I, using a Freedom 100
  8103. terminal.  Works just fine, quite like WordStar (which I use ALL the time).
  8104. Nice and fast, and for the price (still $39 or whatever?) a good deal since
  8105. you get a pretty good language too!
  8106.  
  8107. Now if your CP/M Apple is like the brain-damaged ones I occasionally have to
  8108. work on ... (sorry, shouldn't say that -- I know they're remarkably adaptable
  8109. and very nice and just can't HELP it that some keys don't work like any other
  8110. device) ... you may have to do some substitution in configuring TurboPascal
  8111. Editor to allow for the ^A key (and others) problem.  Good luck - that'll be
  8112. a problem with ANY screen-oriented editor using specific key commands.
  8113.  
  8114. I wouldn't wish the regular Apple Pascal text editor on my worst enemy.
  8115. I wrote better than that in TI Basic for a TI 990 as my first BASIC program.
  8116. Never did get justification properly figured out, but at least my wrap-around
  8117. worked better!
  8118.  
  8119. Regards - hope this is of use.
  8120.  
  8121. David Kirschbaum
  8122. Toad Hall
  8123. 29-May-84 13:34:24-MDT,1557;000000000000
  8124. Return-Path: <info-cpm-request@AMSAA.ARPA>
  8125. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 29 May 84 13:34:18-MDT
  8126. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  29 May 84 14:46 EDT
  8127. Date: 29 May 1984  12:49 MDT (Tue)
  8128. Message-ID: <KPETERSEN.12019245891.BABYL@SIMTEL20>
  8129. Sender: KPETERSEN@Simtel20.ARPA
  8130. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  8131. To:   Jim Forrest <JFORREST@SIMTEL20.ARPA>
  8132. Cc:   INFO-CPM@Amsaa.ARPA
  8133. Subject: MDM740 on SIMTEL20?
  8134. In-reply-to: Msg of 29 May 1984  12:39-MDT from Jim Forrest <JFORREST at SIMTEL20.ARPA>
  8135.  
  8136. There are no plans to put MDM740 on SIMTEL20, Jim.  Irv Hoff has
  8137. copyrighted the program and refuses to release the source.  However,
  8138. we are keeping MDM730 until work is completed on MODM700, which will
  8139. be available on SIMTEL20 soon.  The message below explains:
  8140. --Keith
  8141.  
  8142. Date: 5/16/84
  8143. From: Keith Petersen
  8144. To:   All
  8145. Re:   New version of MODEM7 pending
  8146.  
  8147.    MODM700 is now in preparation.  It will be based on
  8148. MDM730, with all the bug fixes plus several new features.
  8149. It will be supplied with FULL SOURCE CODE and will be
  8150. available to ALL in the public domain.  Watch here
  8151. for an announcement when it's ready.  MODEM2/MODEM7
  8152. is being returned to the public domain!
  8153.  
  8154.    Why is this being done when MEX is available now?
  8155. Because some people need a modem program in source code
  8156. in order to be able to customize certain portions to
  8157. special requirements which cannot be met in the user
  8158. overlay area.  There is NO QUESTION that MEX is a far
  8159. better program, and I encourage all to use it.
  8160. 29-May-84 13:42:10-MDT,740;000000000000
  8161. Return-Path: <info-cpm-request@AMSAA.ARPA>
  8162. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 29 May 84 13:42:04-MDT
  8163. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  29 May 84 14:51 EDT
  8164. Date: Tue 29 May 84 12:55:15-MDT
  8165. From: Jim Forrest <JFORREST@SIMTEL20.ARPA>
  8166. Subject: Re: MDM740 on SIMTEL20?
  8167. To: W8SDZ@SIMTEL20.ARPA
  8168. cc: INFO-CPM@AMSAA.ARPA, JFORREST@SIMTEL20.ARPA
  8169. In-Reply-To: Message from "Keith Petersen <W8SDZ@SIMTEL20>" of Tue 29 May 84 12:49:00-MDT
  8170.  
  8171. That is interesting. The MDM740 programs/files/overlays are
  8172. on the Tampa RCPM system run by Steve Sanders and are
  8173. available by mail for $8.00 including disk & postage. Steve
  8174. still recommends MEX.
  8175.  
  8176. You do a good job on SIMTEL and we appreciate.
  8177.  
  8178. Jim
  8179. -------
  8180. 29-May-84 13:47:49-MDT,1388;000000000000
  8181. Return-Path: <info-cpm-request@AMSAA.ARPA>
  8182. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 29 May 84 13:47:42-MDT
  8183. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  29 May 84 15:02 EDT
  8184. Date: 29 May 1984  13:05 MDT (Tue)
  8185. Message-ID: <KPETERSEN.12019248799.BABYL@SIMTEL20>
  8186. Sender: KPETERSEN@Simtel20.ARPA
  8187. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  8188. To:   Jim Forrest <JFORREST@SIMTEL20.ARPA>
  8189. Cc:   Info-Cpm@Amsaa.ARPA
  8190. Subject: MDM740 on SIMTEL20?
  8191. In-reply-to: Msg of 29 May 1984  12:55-MDT from Jim Forrest <JFORREST at SIMTEL20.ARPA>
  8192.  
  8193. It is true that MDM740 (without source) is available on many RCPMs
  8194. around the country.  A large group of RCPM Sysops recently had a
  8195. meeting at the Trenton Computerfest and the consensus of opinion
  8196. seemed to be that if Irv withheld the source we would no longer
  8197. actively support the program.  Instead, a new "fork" (MODM700) will be
  8198. started so that the program can again be returned to the
  8199. public-domain.  Many of the Arpa/Milnet users have expressed support
  8200. for this position, primarily because the program WAS public-domain
  8201. previously.  The RCPM Sysops seemed to be of the opinion that if we
  8202. didn't take a stand now, this may happen again with other programs.
  8203. Irv took my FILTEX and FILTER programs, as well as Ward Christensen's
  8204. FIND and his very excellent CATALOG programs, and copyrighted his
  8205. (Irv's) updates.
  8206. --Keith
  8207. 30-May-84 03:50:11-MDT,2052;000000000000
  8208. Return-Path: <info-cpm-request@AMSAA.ARPA>
  8209. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 30 May 84 03:50:04-MDT
  8210. Received: From brl.arpa.ARPA by AMSAA via smtp;  30 May 84 5:07 EDT
  8211. Received: From cmu-cs-a.arpa.ARPA by BRL-AOS via smtp;  30 May 84 5:06 EDT
  8212. Date: 30 May 84 0505 EDT (Wednesday)
  8213. From: George.Wood@CMU-CS-A.ARPA
  8214. To: erh%virginia.csnet@csnet-relay.arpa
  8215. Subject: RE: erh's comments on BBS issue
  8216. CC: info-cpm@BRL.ARPA
  8217. In-Reply-To: "erh%virginia.csnet@csnet-relay.arpa's message of 27 May 84
  8218.              20:14-EST"
  8219. Message-Id: <30May84.050530.GW90@CMU-CS-A.ARPA>
  8220.  
  8221. Your examples of exceptions to the first ammendment are outrageous:  the
  8222. 'confidentiality' afforded doctor-patient and attorney-client relations
  8223. 'protects' those relations from outsiders by making them priviliged
  8224. communications; i.e.  one cannot be required to report them in court
  8225. testimony.  But it does not provide any prohibition of the publication
  8226. of information regarding them, or justification of prior censorship.
  8227. Like anything published, injured parties can sue for damages incurred
  8228. by the publication, but suit is quite different from prior constraint
  8229. of publication.  Company secrets can be protected by laws against fraud,
  8230. but should not be the bais of prior censorship, lest illegal acts or
  8231. blunders like the Pinto's notorious gas tank design be shrouded from
  8232. publication and public scrutiny by making it a company secret.
  8233.     At issue is whether the government (much less AT&T) should have
  8234. the right to confiscate or impound a means of publication (press, bb,
  8235. etc.)  to prevent future publication (does impounding a bbs violate
  8236. freedom of speech), not whether AT&T has a right to sue for damages.
  8237. From the other side, this issue is whether first ammendment rights
  8238. should extend to bbs.  A better example, if one wishes to argue about
  8239. the limits of the first ammendment would be one which shows that the
  8240. right to free speech is not, or should not be, absolute:  No one has a
  8241. right to shout 'fire' in a crouded theater.
  8242.     
  8243.                     
  8244. 30-May-84 16:39:09-MDT,1163;000000000000
  8245. Return-Path: <info-cpm-request@AMSAA.ARPA>
  8246. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 30 May 84 16:39:02-MDT
  8247. Received: From usc-ecl.arpa.ARPA by AMSAA via smtp;  30 May 84 17:55 EDT
  8248. Date: Wed 30 May 84 10:41:06-PDT
  8249. From: Ted Shapin <BEC.SHAPIN@USC-ECL.ARPA>
  8250. Subject: MEX tele directory
  8251. To: info-cpm@AMSAA.ARPA
  8252. Postal-address: Beckman Instruments, Inc.
  8253. Postal-address: 2500 Harbor X-11, Fullerton, CA 92634
  8254. Phone: (714)961-3393
  8255.  
  8256. I tried using MEX with my Ampro Littleboard and SMART modem overlay.
  8257.  
  8258. I would prefer to see the telephone directory with a single character
  8259. reference number, (e.g. A-Z,0-9) followed by the number to be dialed
  8260. followed by room for a 20 character comment that could give the name
  8261. of the system and perhaps city (like the PAMS list that Bill Blue puts
  8262. out).
  8263.  
  8264. As it is, I have to make up some mnemonic ID that distinguishes 8 different
  8265. RBBS's and is different than the PAMS list.
  8266.  
  8267. With the ability to include a comment field, I could abbreviate the info
  8268. in the PAMS list.
  8269.  
  8270. Like this:
  8271.  
  8272. A 1,213,4727339;IBMPC Beyond War
  8273. B 1,714,8988634;IBMPC Westminister
  8274.  
  8275. What do other people think?
  8276.  
  8277. Ted.
  8278. -------
  8279. 30-May-84 18:51:06-MDT,786;000000000000
  8280. Return-Path: <info-cpm-request@AMSAA.ARPA>
  8281. Received: from AMSAA by SIMTEL20 with TCP; Wed 30 May 84 18:51:02-MDT
  8282. Received: From brl.arpa.ARPA by AMSAA via smtp;  30 May 84 19:58 EDT
  8283. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  30 May 84 19:55 EDT
  8284. Date: 30 May 1984  17:54 MDT (Wed)
  8285. Message-ID: <WANCHO.12019563549.BABYL@SIMTEL20>
  8286. From: "Frank J. Wancho" <WANCHO@Simtel20.ARPA>
  8287. To:   INFO-CPM@Brl-Aos.ARPA
  8288. Subject: New SIG/M volumes available
  8289.  
  8290. MICRO:<SIGM.VOL000>, and MICRO:<SIGM.VOL168> through .VOL172 are now
  8291. available on SIMTEL20.  We are still waiting for 157, 159, and 161.
  8292. If you happened to grab 168 through 172 prior to this announcement,
  8293. you may have incomplete copies.  A new MICRO:<SIGM>SIGM.CRCLST will be
  8294. available later this evening.
  8295.  
  8296. --Frank
  8297. 30-May-84 23:02:52-MDT,976;000000000000
  8298. Return-Path: <info-cpm-request@AMSAA.ARPA>
  8299. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 30 May 84 23:02:47-MDT
  8300. Received: From usc-ecl.arpa.ARPA by AMSAA via smtp;  30 May 84 23:32 EDT
  8301. Date: Wed 30 May 84 20:37:11-PDT
  8302. From: STERNLIGHT <STERNLIGHT@USC-ECL.ARPA>
  8303. Subject: Re: MEX tele directory
  8304. To: BEC.SHAPIN@USC-ECL.ARPA, info-cpm@AMSAA.ARPA
  8305. cc: STERNLIGHT@USC-ECL.ARPA
  8306. In-Reply-To: Message from "Ted Shapin <BEC.SHAPIN@USC-ECL.ARPA>" of Wed 30 May 84 19:21:32-PDT
  8307.  
  8308. I disagree with single-character telephone directories.  They are very
  8309. hard to remember, so you can't type mex call e from  cp/m  and  be  as
  8310. confident  as typing mex call ecl.  It's a drag to have to display the
  8311. whole directory every time you want to call someone.  It's a  drag  to
  8312. be  limited  to  36  phone numbers (a-z, 0-9).  If you want a memo pad
  8313. built in to your phone directory perhaps you can find a naming  scheme
  8314. that will do it, like RBBS1, RBBS2, etc.  --david--
  8315. -------
  8316. 31-May-84 00:11:56-MDT,608;000000000000
  8317. Return-Path: <info-cpm-request@AMSAA.ARPA>
  8318. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 31 May 84 00:11:52-MDT
  8319. Received: From brl.arpa.ARPA by AMSAA via smtp;  31 May 84 1:25 EDT
  8320. Received: From mit-mc.arpa.ARPA by BRL-AOS via smtp;  31 May 84 1:21 EDT
  8321. Date: 31 May 1984 01:23-EDT
  8322. From: Stephen C. Hill <STEVEH@Mit-Mc.ARPA>
  8323. Subject:  MEX tele directory
  8324. To: BEC.SHAPIN@Usc-Ecl.ARPA
  8325. cc: STEVEH@Mit-Mc.ARPA, INFO-CPM@Mit-Mc.ARPA
  8326. In-reply-to: Msg of Wed 30 May 84 10:41:06-PDT from Ted Shapin <BEC.SHAPIN at USC-ECL.ARPA>
  8327.  
  8328. I'm afraid that I really like the fuller text mnemonic names in MEX.
  8329.  
  8330. 31-May-84 05:44:44-MDT,688;000000000000
  8331. Return-Path: <info-cpm-request@AMSAA.ARPA>
  8332. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 31 May 84 05:44:39-MDT
  8333. Received: From brl.arpa.ARPA by AMSAA via smtp;  31 May 84 3:09 EDT
  8334. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  31 May 84 3:09 EDT
  8335. Received: from Usenet.uucp by sri-unix.uucp with rs232; 31 May 84 0:11-PDT
  8336. Date: 29 May 84 9:19:46-PDT (Tue)
  8337. To: info-cpm@Brl.arpa
  8338. From:  hplabs!sdcrdcf!sdcsvax!akgua!clyde!burl!ulysses!mhuxl!abnjh!cbspt002@Ucb-Vax.arpa
  8339. Subject: uPROLOG or LISP
  8340. Article-I.D.: abnjh.654
  8341.  
  8342. Can anybody point me to good lisp or any micro-prolog implementation on
  8343. CP/M (or MS-DOS, even) for DEC-Rainbow?
  8344.  
  8345. M. Kenig
  8346. ...!abnjh!cbspt002
  8347. 31-May-84 07:45:03-MDT,1437;000000000000
  8348. Return-Path: <info-cpm-request@AMSAA.ARPA>
  8349. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 31 May 84 07:44:56-MDT
  8350. Received: From brl.arpa.ARPA by AMSAA via smtp;  31 May 84 8:37 EDT
  8351. Received: From mit-mc.arpa.ARPA by BRL-AOS via smtp;  31 May 84 8:34 EDT
  8352. Date: 31 May 1984 05:23-EDT
  8353. From: Jerry E. Pournelle <POURNE@Mit-Mc.ARPA>
  8354. Subject:  Flipping Floppies
  8355. To: towson@Amsaa.ARPA
  8356. cc: ihnp4!ihu1e!nowlin@Ucb-Vax.ARPA, info-cpm@Brl-Aos.ARPA
  8357. In-reply-to: Msg of Sun 27 May 84 22:31:14 EDT from David Towson (CSD) <towson at Amsaa.ARPA>
  8358.  
  8359. ??? I don't recall paying a lot of attention  to the problem.  I
  8360. still will not flip floppies, but that's me.  I use double sided
  8361. anyway.  It happens that in the early days MacLean did some
  8362. tests, enough to convince him it was a bad idea, but disk
  8363. technology weren't so very good then.
  8364.     As to wear, I never saw a disk head worn; but i have
  8365. seen them with marks on them, and when marked they gert
  8366. extraneous signals and thus lots of soft errors.  The thicker
  8367. the media, and the poorer the polish job, on the disk, the
  8368. better chance of head marking, I would think; certainly it was
  8369. with el cheapo disks (generic disks, no brand names) that I got
  8370. the problem, and I have not had it much since switching to
  8371. Dysan.
  8372.     re Dysan, tony says that they expanded their plant by a
  8373. factor of 4 and dropped quality accordingly; and Barry now finds
  8374. 2 or 3 bad disks per hundrdd in Dysan.
  8375.  
  8376. 31-May-84 10:11:18-MDT,1432;000000000000
  8377. Return-Path: <info-cpm-request@AMSAA.ARPA>
  8378. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 31 May 84 10:11:12-MDT
  8379. Received: From brl.arpa.ARPA by AMSAA via smtp;  31 May 84 11:05 EDT
  8380. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  31 May 84 11:06 EDT
  8381. Received: from Usenet.uucp by sri-unix.uucp with rs232; 31 May 84 6:05-PDT
  8382. Date: 30 May 84 15:47:59-PDT (Wed)
  8383. To: info-cpm@Brl.arpa
  8384. From: hplabs!sdcrdcf!sdcsvax!sdccs6!ir320@Ucb-Vax.arpa
  8385. Subject: Wnat is a good CP/M computer to buy?
  8386. Article-I.D.: sdccs6.1512
  8387.  
  8388. I already have an Apple, and it already runs CPM, but I have outgrown
  8389. it.  I have been looking into several different replacements.  The
  8390. lists contains:
  8391.     o  Kaypro 10
  8392.     o  Intercontinental Micro Systems SBC 48000 w. 2 ds dd 8" drives
  8393.     o  Epson QX10
  8394.     o  Morrow Decision w. Highest capacity storage one can get
  8395.  
  8396. I mostly use the system for either programming in either C, Pascal or
  8397. Fortran, or for using Wordstar.  Disk space would be nice, as well as
  8398. fast processing speed.  I would, if possible like a system which
  8399. didn't reqire half an hour to assemble/dissassemble every time I had
  8400. to move it.  Please let me know your feelings on these or any other
  8401. systems you may know of.
  8402.  
  8403.                             Thanks,
  8404.  
  8405.                             John Antypas
  8406.                             UC San Diego
  8407.                             
  8408.                     UUCP   ...!noscvax!sdcsvax!sdccs6!ix255
  8409.                     arpa   sdcsvax!sdccs6!ix255@nosc
  8410.                           sdcsvax!sdccs6!ix255@Berkeley
  8411.