home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / genie-commodore-file-library / CompSysCBM / 071596A.TXT < prev    next >
Text File  |  2019-04-13  |  40KB  |  1,057 lines

  1. #! rnews 1452
  2. Path: pravda.aa.msen.com!news1.best.com!nntp.primenet.com!news.cais.net!h=
  3. unter.premier.net!news-res.gsl.net!news.gsl.net!news.mathworks.com!zombie=
  4. .ncsc.mil!newsgate.duke.edu!godot.cc.duq.edu!newsfeed.pitt.edu!newsflash.=
  5. concordia.ca!news.nstn.ca!coranto.ucs.mun.ca!InfoNET.st-johns.nf.ca!abe00=
  6. 84
  7. From: abe0084@InfoNET.st-johns.nf.ca (Adam Vardy)
  8. Newsgroups: comp.sys.cbm
  9. Subject: Re: Joysticks for C-64 and Amiga 500.
  10. Date: 15 Jul 1996 03:00:04 GMT
  11. Organization: St. John's InfoNET
  12. Lines: 22
  13. Message-ID: <4scc7k$9s7@coranto.ucs.mun.ca>
  14. References: <31E41950.54F3@ix.netcom.com> <31E66E92.54D4@aol.com>
  15. NNTP-Posting-Host: infonet.st-johns.nf.ca
  16. X-Newsreader: TIN [version 1.2 PL2]
  17.  
  18. Jim (jayeyeem@aol.com) wrote:
  19. : Ted Birdsell wrote:
  20. : >=20
  21. : > I recently unboxed my C64 and Amiga and found my trusty joystick no
  22. : > longer worked.  Where on earth do I find replacements?  Do
  23. : > joysticks/pads from any current consoles or computers work with my CB=
  24. M
  25. : > equipment?  Help!
  26. : >=20
  27. : > tedbird@ix.netcom.com
  28. : Sega Genesis controllers use the same 9 pin connecter as the=20
  29. : C64/atari 2600.
  30.  
  31. : I don't know if the pin configuration is compatible.
  32.  
  33. Sure it is.  I would not use a crappy stick joystick myself.  They lose=20
  34. performance easily, or break.
  35.  
  36. The Sega controller is a sturdy contraption, and you get better diagonal=20
  37. response.  Name me, anyone, a joystick or controller that has as good=20
  38. control in all 8 directions, and I'll go out an buy it.
  39.  
  40. - Adam
  41. #! rnews 839
  42. Path: pravda.aa.msen.com!news1.best.com!sgigate.sgi.com!spool.mu.edu!munn=
  43. ari.OZ.AU!mel.dit.csiro.au!actcsiro!news.nsw.CSIRO.AU!metro!metro!seagoon=
  44. .newcastle.edu.au!alinga!not-for-mail
  45. From: c9608670@alinga.newcastle.edu.au (Piotrowicz L C)
  46. Newsgroups: comp.sys.cbm
  47. Subject: C64 Network
  48. Date: 15 Jul 1996 02:36:45 GMT
  49. Organization: The University of Newcastle
  50. Lines: 11
  51. Message-ID: <4scart$dr4@seagoon.newcastle.edu.au>
  52. NNTP-Posting-Host: alinga.newcastle.edu.au
  53. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  54.  
  55. Can anybody help me, I am looking for the boot disk for my network=20
  56. card, it takes 8 servers.
  57. The card slots into the cart. port on the 64. It was made by=20
  58. Richvale telecomunications" or RTC in the mid to early 80s. if you can=20
  59. help i would greatly apreciate it.
  60.  
  61. Thanks
  62.     Luke
  63. E-mail=20
  64.       C9608670@cc.newcastle.edu.au
  65.  
  66. #! rnews 1646
  67. Path: pravda.aa.msen.com!news1.best.com!nntp.primenet.com!news.asu.edu!en=
  68. nfs.eas.asu.edu!cs.utexas.edu!uwm.edu!news-res.gsl.net!news.gsl.net!news.=
  69. mathworks.com!zombie.ncsc.mil!newsgate.duke.edu!godot.cc.duq.edu!newsfeed=
  70. .pitt.edu!newsflash.concordia.ca!news.nstn.ca!coranto.ucs.mun.ca!InfoNET.=
  71. st-johns.nf.ca!abe0084
  72. From: abe0084@InfoNET.st-johns.nf.ca (Adam Vardy)
  73. Newsgroups: comp.sys.cbm
  74. Subject: Re: input# unhung ?
  75. Date: 15 Jul 1996 03:12:37 GMT
  76. Organization: St. John's InfoNET
  77. Lines: 34
  78. Message-ID: <4sccv6$9s7@coranto.ucs.mun.ca>
  79. References: <4ru3k6$dtb@katbert.ipa.net> <4s0grg$b3a@sdcc12.ucsd.edu> <4s=
  80. 5et7$7s6@d1o2.telia.com>
  81. NNTP-Posting-Host: infonet.st-johns.nf.ca
  82. X-Newsreader: TIN [version 1.2 PL2]
  83.  
  84. Peter Karlsson (Peter.T.Karlsson@abc.se) wrote:
  85. : In article <4s0grg$b3a@sdcc12.ucsd.edu>, ckaiser@sdcc13.ucsd.edu
  86. : (Po-Ching Lives!) wrote:
  87.  
  88. : > c) no commas or leading spaces allowed
  89.  
  90. : If your PRINT# statements add an initial chr$(34) (quote character),
  91. : you can read such data.
  92.  
  93. : But you already knew that, didn't you?
  94.  
  95.  
  96. If you enclose text in quotes, you can type anything in response to an=20
  97. Input statement.  Take a normal input:
  98.  
  99. 10 INPUT "ENTER TEXT";A$
  100.  
  101. Normally you can't type commas or colons here.  But if the user now=20
  102. types...=20
  103.  
  104. "Text may have: commas, colons, etc.  Peter said, 'But you already knew=20
  105. that'."
  106.  
  107. All that text except the double quotes is put into A$.
  108.  
  109. What I did one time is put two quotes into the keyboard buffer, and turn=20
  110. on 128 auto-insert mode.  Then a user can type anything they want within=20
  111. the quotes.  Except a quote, of course.
  112.  
  113. - Adam
  114.  
  115. : \\//
  116. : Peter - m9944@abc.se - Fido 2:204/145.42
  117.  
  118. #! rnews 1266
  119. Path: pravda.aa.msen.com!news1.best.com!news.texas.net!news.kei.com!nntp.=
  120. coast.net!netnews.worldnet.att.net!ix.netcom.com!news
  121. From: "Jack Followay, Jr." <jacklf@ix.netcom.com>
  122. Newsgroups: comp.sys.cbm
  123. Subject: Re: Programming the Cassette Port
  124. Date: Sun, 14 Jul 1996 23:03:32 -0500
  125. Organization: PowerHouse (XNET/CommNet)
  126. Lines: 13
  127. Message-ID: <31E9C314.669B@ix.netcom.com>
  128. References: <31E713C3.7CB3@ix.netcom.com> <31E922E6.3D97@orl.mindspring.c=
  129. om>
  130. NNTP-Posting-Host: hou-tx20-42.ix.netcom.com
  131. Mime-Version: 1.0
  132. Content-Type: text/plain; charset=3Dus-ascii
  133. Content-Transfer-Encoding: 7bit
  134. X-NETCOM-Date: Sun Jul 14 11:01:28 PM CDT 1996
  135. X-Mailer: Mozilla 2.0 (Win95; I)
  136.  
  137. Radioactive Warrior wrote:
  138.  
  139. > The only program I ever saw that did anything unusual with the cassette
  140. > port was called SPEECH-64.  It would digitize audio from a cassette
  141. > tape when played through a dataset...  If anyone has this program,
  142. > please mail it to me as it is hard to find and my only copy was on the
  143. > disk that my dog ate...  Thanks-
  144. > Radioactive Warrior
  145.  
  146.  
  147.  I still have DIGISPEECH or something like that which was published in De=
  148. c
  149. '88 or '89 (I just remember it was December; same issue as that Pac-Man
  150. neat Pac-Man clone they published).  It work.  Not well.  But it did work.
  151. #! rnews 2134
  152. Path: pravda.aa.msen.com!news1.best.com!nntp.primenet.com!news.mathworks.=
  153. com!newsfeed.internetmci.com!peach!atl1!phred
  154. From: phred <phred@america.net>
  155. Newsgroups: comp.sys.cbm
  156. Subject: Re: CKIT 94 - Dongle!
  157. Date: Sun, 14 Jul 1996 23:12:24 -0500
  158. Organization: America.Net, P.O. Box 1222, Alpharetta, GA 30239-1222
  159. Lines: 26
  160. Message-ID: <Pine.SOL.3.91.960714230905.6118A-100000@atl1>
  161. References: <4s9t0i$nku@news2.h1.usa.pipeline.com>
  162. NNTP-Posting-Host: atl1.america.net
  163. Mime-Version: 1.0
  164. Content-Type: TEXT/PLAIN; charset=3DUS-ASCII
  165. X-Sender: phred@atl1
  166. In-Reply-To: <4s9t0i$nku@news2.h1.usa.pipeline.com>=20
  167.  
  168. On 14 Jul 1996, R. T. Cunningham wrote:
  169.  
  170. > I need to know if one of the "pros" would like to take a crack at remov=
  171. ing
  172. > the security (dongle) check from "The Compression Kit".  I want to be a=
  173. ble
  174. > to use it at both residences without having to remember to take the don=
  175. gle
  176. > with me.  This is not piracy...I should be able to use as many copies a=
  177. s I
  178. > need on my own computers!=20
  179.  
  180. Here's something I found out by accident... I use my mouse in port 1 for=20
  181. GEOS, and one time I forgot to unplug my mouse and put the dongle in for=20
  182. C-Kit, but the mouse fooled the program. I think it only checks for the=20
  183. dongle on bootup and when loading the different modules. It probably has=20
  184. something to do with reading certain SID registers, which leads me to=20
  185. believe there's probably just a resistor in the dongle to create a load=20
  186. on the SID to change the TTL state.
  187.  
  188. Then again, I could be way off base here... B-)
  189. -------------------------------------------------------------------------=
  190. ----
  191. *          What, Me Clueless? I don't think so...I'm navigating          =
  192.    *
  193. *               the Internet on a Commodore 64, aren't I?                =
  194.    *
  195. *Look for me in the following spots:   phred_ on #c-64 (in IRC)          =
  196.    *
  197. *Web Page - http://www.america.net/~phred                                =
  198.    *
  199. *(If I like you, I might even tell you where my secret links are...)  >B-=
  200. >  *
  201. *This signature is subject to change at my whim.  --  phred@america.net  =
  202.    *
  203. -------------------------------------------------------------------------=
  204. -----
  205.  
  206. #! rnews 1406
  207. Path: pravda.aa.msen.com!news1.best.com!nntp.primenet.com!news.mathworks.=
  208. com!newsfeed.internetmci.com!news.io.com!not-for-mail
  209. From: axfire@io.com (Axfire)
  210. Newsgroups: comp.sys.cbm
  211. Subject: Re: Zmodem for Desterm128 V2.00
  212. Date: 15 Jul 1996 05:04:22 GMT
  213. Organization: Axfire's Fabulous Mind!
  214. Lines: 20
  215. Message-ID: <4scjgm$kf5@anarchy.io.com>
  216. References: <4san25$cgn@nuhou.aloha.net>
  217. NNTP-Posting-Host: bermuda.io.com
  218. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  219.  
  220. GARY WAYNE JUSTICE (judd@aloha.net) wrote:
  221. :   Plus, I have a BocaModem 14.4Kps;V.32bis, that I run with a CMD
  222. : Swiftlink RS-232 Serial Cartidge,the max. I can run with this term.
  223. : is 9600 baud,I would like to know if there is any way I can run
  224. : 14.4 baud on this term. like I can on my Dialogue 128 term?
  225. --=20
  226.    I have the same setup. To enable xon/xoff in Desterm, go to the
  227. Protocol Settings menu (From the CTRL/RS main menu) and select Xon/Xoff.
  228. Set it to "yes" then save the setup in the Defaults Menu.=20
  229.    To set your Bocamodem to use XON/XOFF instead of RTS/CTS (the default)=
  230. ,
  231. enter this in command mode: AT&K4
  232.    You can put that in your Desterm's intialization string, or you can
  233. save it to your modem profile (AT&W)=20
  234.    When I use my 128, I use 38.4k baud and Desterm with no problems.
  235.  
  236.             {)
  237.            {)___________________________________
  238.   -(}//////#::_axfire@io.com____________________>
  239.            {) =20
  240.             {)
  241. #! rnews 2866
  242. Path: pravda.aa.msen.com!news1.best.com!nntp.primenet.com!news.mathworks.=
  243. com!newsfeed.internetmci.com!peach!atl1!phred
  244. From: phred <phred@america.net>
  245. Newsgroups: comp.sys.cbm
  246. Subject: Re: CKIT 94 - Dongle!
  247. Date: Sun, 14 Jul 1996 23:38:51 -0500
  248. Organization: America.Net, P.O. Box 1222, Alpharetta, GA 30239-1222
  249. Lines: 40
  250. Message-ID: <Pine.SOL.3.91.960714233254.6118B-100000@atl1>
  251. References: <4sb18u$ioc@victoria.pe.net> <4sband$lb9@news2.h1.usa.pipelin=
  252. e.com> <4sbh69$jq@catapult.gatech.edu>
  253. NNTP-Posting-Host: atl1.america.net
  254. Mime-Version: 1.0
  255. Content-Type: TEXT/PLAIN; charset=3DUS-ASCII
  256. X-Sender: phred@atl1
  257. In-Reply-To: <4sbh69$jq@catapult.gatech.edu>=20
  258.  
  259. On 14 Jul 1996, Tp12a wrote:
  260.  
  261. > R. T. Cunningham (wanderer_rtc@usa.pipeline.com) wrote:
  262. > : I'm all for Barker making the money for the program, but let's be
  263. > : reasonable.  The object is to sell any piece of software to as many
  264. > : DIFFERENT buyers as possible, not the same person over and over again=
  265. .=20
  266. > : =20
  267. >=20
  268. > Ahh, but the trouble is C'Kit probably came with a license. That
  269. > means you don't OWN the program. In fact, the author owns every copy
  270. > of C'Kit ever made. By opening the box, you contractually agreed that
  271. > you were granted a temporary license to USE the program. The author
  272. > may terminate this license at any time.
  273. >=20
  274. > Additionally, the license probably stipulates that you are only
  275. > allowed to have a maximum of 1 backup copy of the program (for
  276. > archival purposes only!). That also means that you CANNOT run more than
  277. > one copy of the program on two computers at the same time! If you want
  278. > to do that, you'll need to get another license (and another dongle).
  279.  
  280. Specifically, the license grants the use of C-Kit on ONE computer system,=
  281. =20
  282. except in the event the main computer system is down, in which case it=20
  283. may be run on a backup system. And you are allowed to make only one=20
  284. backup copy.
  285.  
  286. It's my opinion that there's more copy-protection imbedded in the program=
  287. =20
  288. besides just the dongle. When I first booted up and wanted to go straight=
  289. =20
  290. to making a backup the software locked up, not once, but EVERY time. Only=
  291. =20
  292. after following the directions in the "Quick Start" section was I able to=
  293. =20
  294. successfully backup my copy. I thought it was rather odd.
  295.  
  296. -------------------------------------------------------------------------=
  297. ----
  298. *          What, Me Clueless? I don't think so...I'm navigating          =
  299.    *
  300. *               the Internet on a Commodore 64, aren't I?                =
  301.    *
  302. *Look for me in the following spots:   phred_ on #c-64 (in IRC)          =
  303.    *
  304. *Web Page - http://www.america.net/~phred                                =
  305.    *
  306. *(If I like you, I might even tell you where my secret links are...)  >B-=
  307. >  *
  308. *This signature is subject to change at my whim.  --  phred@america.net  =
  309.    *
  310. -------------------------------------------------------------------------=
  311. -----
  312.  
  313. #! rnews 20730
  314. Path: pravda.aa.msen.com!news1.best.com!news.texas.net!news.kei.com!newsf=
  315. eed.internetmci.com!uwm.edu!math.ohio-state.edu!magnus.acs.ohio-state.edu=
  316. !usenet.ins.cwru.edu!cleveland.Freenet.Edu!aa349
  317. From: aa349@cleveland.Freenet.Edu (Howard Herman)
  318. Newsgroups: comp.sys.cbm
  319. Subject: Commodore FTP Sites for mid-July 1996 - Last Rev: 15Jul96
  320. Date: 15 Jul 1996 05:30:56 GMT
  321. Organization: Case Western Reserve University, Cleveland, OH (USA)
  322. Lines: 547
  323. Message-ID: <4scl2g$pc1@madeline.INS.CWRU.Edu>
  324. Reply-To: aa349@cleveland.Freenet.Edu (Howard Herman)
  325. NNTP-Posting-Host: owl.ins.cwru.edu
  326.  
  327.  
  328. Last Change/Update:  15 July 1996
  329. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
  330. =20
  331. A +++ before an entry indicates that the entry is new, or has
  332. been updated, or has changed, since the last Listing. =20
  333. =20
  334. A --- before an entry indicates that the _prior_ entry=20
  335. was removed from the list, since the last Listing.
  336. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
  337. =20
  338. This is the list of FTP sites containing software and programs
  339. specific to the Commodore 64 and 128 computers, and one Vic20 site,
  340. as well as one for the PET.  When available URL addresses are also
  341. listed, for alternate access.
  342. =20
  343. I will try to keep this list as current and accurate as possible, so
  344. that it can be a useful resource for users of the newsgroup.
  345. =20
  346. PLEASE cooperate and send E-mail with any corrections and updates.  If
  347. you uncover a site not listed, tell me so that it can be added.  If a
  348. site has closed or no longer carries CBM software, let me know and it
  349. will be deleted. =20
  350. =20
  351. =3D=3D=3D=3D=3D
  352. =20
  353. To use this list on a UNIX system, just type 'ftp <sitename>', where
  354. <sitename> is any of the Host or FTP sites listed below.  Use 'anonymous'
  355. as your login, and your E-mail address for the password.  You can change
  356. and list directories with 'cd' and 'dir', respectively, and download
  357. files to your system using 'get'.  Be sure to specify either 'binary'
  358. if you are getting a program, or 'ascii' for a text file before you
  359. begin the download.
  360. =3D=3D=3D=3D=3D
  361. =20
  362. In addition to the sites listed below, which have CBM software, there
  363. are hundreds of other FTP sites on INet with interesting files covering
  364. most every other topic imaginable.  Take some time to seek out and
  365. explore these other sites and their files too.
  366. =20
  367. Enjoy!
  368. =3D=3D=3D=3D=3D=3D
  369. =20
  370. FTP: ccnga.uwaterloo.ca
  371. URL: http://ccnga.uwaterloo.ca/~csbruce/
  372. Last updated: 01 Feb 1996
  373. Directory: /pub/cbm
  374. Description: Major site for the latest C64, C65 and C128 software.
  375. =20
  376. csbruce@ccnga.uwaterloo.ca (Craig Bruce) maintainer of the site writes:
  377. =20
  378. I have rearranged the files at the new "ccnga.uwaterloo.ca" anonymous FTP
  379. site for Commodore computers.
  380. =20
  381. The new "/pub/cbm" directory breakdown for this site is as follows:
  382. =20
  383. archivers    : archiving/dearchiving programs for the C128/64
  384. audio        : audio-related stuff for the C64
  385. c65          : files related to the C65 computer
  386. comp.binari* : programs from the "comp.binaries.cbm" newsgroup
  387. comp.sys.cbm : important information gleaned from the "comp.sys.cbm"
  388.                newsgroup
  389. demos        : demo programs for the C64
  390. emulation    : programs for emulating the C64 on various platforms
  391. games        : games for the C128/64
  392. graphics     : graphics stuff for the C128/64
  393. hacking.mag  : issues of C=3D Hacking net magazine and related programs
  394. hardware     : text files about hardware projects
  395. misc         : stuff that doesn't fit into any other directory
  396. os           : stuff for various alternative operating systems for the
  397.                C128/64
  398. os/ace       : stuff for the ACE operating system for the C128/64
  399. os/cpm       : stuff for the CP/M operating system for the C128/64
  400. os/cs-dos    : stuff for the CS-DOS operating system for the C128
  401. os/geos      : stuff for the GEOS operating system for the C128/64
  402. os/asterix   : Asterix Operating System, a Unix-like environment
  403. programming  : programming ideas/code/stuff for the C128/64
  404. telecomm     : telecommunications software for the C128/64
  405. unix         : related utility C programs and Unix shell scripts
  406. util128      : utility programs for the C128
  407. util64       : utility programs for the C64
  408. vic-20       : VIC-20 programs
  409. INCOMING     : directory to upload new programs into (use appropriate
  410.                subdir)
  411. =20
  412. =20
  413. FTP: ftp.funet.fi   (128.214.6.100)
  414. URL: http://www.funet.fi/pub/cbm/
  415. Last updated: 15 May 1996
  416. Directory: /pub/cbm
  417. Description: This is a major site for CBM software.  Most files
  418.              in /pub/cpm and pub/cbm/cpm run on the C128's CP/M.
  419.              Following is a list of some of the directories:
  420. =20
  421.            /pub/cbm/Archiving
  422.            /pub/cbm/c=3Dhacking
  423.            /pub/cbm/c128
  424.            /pub/cbm/c64
  425.            /pub/cbm/c64/emulation
  426.            /pub/cbm/c65
  427.            /pub/cbm/commerce
  428.            /pub/cbm/csbruce
  429.            /pub/cbm/documents
  430.            /pub/cbm/faq
  431.            /pub/cbm/firmware
  432.            /pub/cbm/geos
  433.            /pub/cbm/incoming
  434.            /pub/cbm/maps
  435.            /pub/cbm/pet
  436.            /pub/cbm/plus4
  437.            /pub/cbm/programming
  438.            /pub/cbm/transfer
  439.            /pub/cbm/vic20
  440.            /pub/cbm/c64/demos/pal
  441.            /pub/kermit/c64
  442.            /pub/amiga/audio/misc/sid-tunes
  443.            /pub/cpm=20
  444. =20
  445. =20
  446. FTP: ftp.eskimo.com/u/v
  447. URL: ftp://ftp.eskimo.com/u/v/voyager/Novaterm
  448. Last updated: 15 Jun 1996
  449. Directory: /voyager/Novaterm
  450. Description: The official support site for Novaterm 9.5.
  451. Directory: /voyager/Novaterm/Deutsche
  452. Description: A German translation of Novaterm 9.5.
  453. =20
  454. voyager@eskimo.com (Nick Rossi), Novaterm's author writes:
  455. >This site contains the most recent Novaterm version, archives, the
  456. >individual files, the documentation in both CBM and standard ASCII, and
  457. >any other information, news, new modules, or bug fixes that come along.
  458. =20
  459. ---
  460. FTP: ftp.Uni-Koeln.DE
  461.  or: ftp.rrz.Uni-Koeln.DE   (134.95.100.202)
  462. URL: ftp:// ... (site name) / ... (directory)
  463. Last updated: 15 Mar 1995
  464. Directory: /usenet/comp.archives/auto/comp.sys.cbm
  465. Description:
  466. =20
  467. =20
  468. FTP: nexus.yorku.ca   (130.63.9.66)
  469. URL: ftp:// ... (site name) / ... (directory)
  470. Last updated: 15 Mar 1995
  471. Directory: /pub/Internet-info
  472. Description: Contains an older version of this listing.
  473. =20
  474. ---
  475. FTP: oak.oakland.edu
  476. URL: ftp:// ... (site name) / ... (directory)
  477. Last updated: 01 Apr 1995
  478. Directory: /pub/cpm=20
  479.            /pub2/cpm
  480. Description: CP/M software, most all of which will run on the C128.
  481.              See C128 and other branching directories for 1,000's of file=
  482. s.
  483. =20
  484. =20
  485. FTP: src.doc.ic.ac.uk   (146.169.2.1)
  486. URL: ftp:// ... (site name) / ... (directory)
  487. Last updated: 01 Apr 1995
  488. Directory: /usenet/comp.archives/auto/comp.sys.cbm
  489. Description: Some files of interest.
  490. =20
  491. =20
  492. FTP: wuarchive.wustl.edu   (128.252.135.4)
  493. URL: http://wuarchive.wustl.edu
  494. Last updated: 01 Feb 1996
  495. Directory: /systems/amiga/incoming/misc
  496.            /systems/cpm/c128
  497.            /systems/cpm/c64
  498. Description: CP/M software, most all of which will run on the C128.=20
  499.              Be sure to check the other directory locations too.
  500. =20
  501. =20
  502. FTP: ftp.demon.co.uk
  503. URL: ftp:// ... (site name) / ... (directory)
  504. Last update: 01 Apr 1995
  505. Directory: /pub/cpm
  506. Description: CP/M and various system files.
  507.              Also available by email from mail-server@nowster.demon.co.uk
  508. =20
  509. =20
  510. FTP: ftp.inf.bme.hu
  511. URL: ftp:// ... (site name) / ... (directory)
  512. Last updated: 01 Oct 1995
  513. Directory: /pub/cbm/
  514.            /pub/cbm/c64/
  515.            /pub/cbm/coding/      =20
  516.            /pub/cbm/demos/       =20
  517.            /pub/cbm/emulation/   =20
  518.            /pub/cbm/games/       =20
  519.            /pub/cbm/incoming/    =20
  520.            /pub/cbm/musics/      =20
  521.            /pub/cbm/utility/     =20
  522.            /pub/cbm/plus4/       =20
  523.            /pub/cbm/delta.system/=20
  524. Description: Demoscene-oriented, a lot of demos and related files
  525. =20
  526. =20
  527. FTP: watsun.cc.columbia.edu   (128.59.39.2)
  528. URL: ftp:// ... (site name) / ... (directory)
  529. Last updated: 05 May 1994
  530. Directory: /kermit2/old/c64
  531.            /kermit/bin
  532. Description: check /kermit/c for latest
  533. =20
  534. =20
  535. FTP: ftp.cs.columbia.edu
  536. URL: ftp:// ... (site name) / ... (directory)
  537. Last updated: 01 Jul 1996
  538. Directory: /archives/mirror1/kermit/
  539. Description:  The official Kermit support site containing the latest
  540.               C64 Kermit and support files.  80 columns C64 and C128.
  541. =20
  542. =20
  543. FTP: plaza.aarnet.edu.au   (139.130.4.6)
  544. URL: ftp:// ... (site name) / ... (directory)
  545. Last updated: 28 Dec 1993
  546. Directory: /pub/kermit/c
  547. Description: Kermit files.  Be sure to get the complete set of C64/128
  548.              Kermit.
  549. =20
  550. =20
  551. FTP: flubber.cs.umd.edu   (128.8.128.99)
  552. URL: ftp:// ... (site name) / ... (directory)
  553. Last updated: 05 May 1994
  554. Directory: /rec/newballistic
  555. Description:  one file: balistic.c64
  556. =20
  557. =20
  558. FTP: nic.switch.ch   (130.59.1.40)
  559. URL: ftp:// ... (site name) / ... (directory)
  560. Last updated: 15 Mar 1995
  561. Directory: /mirror/kermit/bin
  562. Description:
  563. =20
  564. =20
  565. FTP: ftp.gmd.de
  566. URL: ftp:// ... (site name) / ... (directory)
  567. Last updated: 03 Jun 1994
  568. Directory: /if-archive/games/c64
  569. Description: Contains a few PD text adventures.
  570. =20
  571. ---
  572. FTP: syrinx.umd.edu   (128.8.2.114)
  573. URL: ftp:// ... (site name) / ... (directory)
  574. Last updated: 05 May 1994
  575. Directory: /rush/systems/c64
  576. Description:
  577. =20
  578. ---
  579. FTP: x2ftp.oulu.fi   (130.231.48.141)
  580. URL: ftp:// ... (site name) / ... (directory)
  581. Last updated: 01 Feb 1995
  582. Directory:  /pub/cbm
  583. Description: This site supports ONLY technical documents, references
  584.              and specifications for CBM 8-bit programming.  (For
  585.              example, memory maps.)  No binaries allowed.
  586. Directory:  /pub/cross
  587. Description: Miscellaneous cross-assemblers.
  588. =20
  589. =20
  590. FTP: ftp.ucsd.edu   (128.54.16.1)
  591. URL: ftp:// ... (site name) / ... (directory)
  592. Last updated: 15 May 1996
  593. Directory: /midi/software/c64
  594. Description: Information on MIDI for the C64.
  595. =20
  596. =20
  597. FTP: cs.dal.ca   (129.173.4.5)
  598. URL: ftp:// ... (site name) / ... (directory)
  599. Last updated: 01 Apr 1994
  600. Directory: /comp.archives/c64
  601.            /pub/comp.archives/comp.sys.cbm
  602. Description: C128 files, GIF's, and terminals.
  603. =20
  604. =20
  605. FTP: ftp.hrz.uni-kassel.de
  606. URL: ftp:// ... (site name) / ... (directory)
  607. Last updated: 03 Feb 1994
  608. Directory: /pub/machines/vic-20
  609. Description: A Vic-20 ftp site, administered by Andreas Heitmann
  610.              heitmann@crunch.ikp.physik.th-darmstadt.de=20
  611. =20
  612. =20
  613. FTP: rtfm.mit.edu
  614. URL: ftp:// ... (site name) / ... (directory)
  615. Last updated: 24 May 1995
  616. Directory: /pub/usenet-by-group/comp.sys.cbm/main-faq
  617. Description: A place for the latest release of The COMP.SYS.CBM FAQ
  618. =20
  619. =20
  620. FTP: frodo.hiof.no
  621. URL: ftp:// ... (site name) / ... (directory)
  622. Last updated: 18 Jul 1995
  623. Directory: /pub/c64
  624. Description:=20
  625. =20
  626. =20
  627. FTP: bbs.cc.uniud.it
  628. URL: ftp:// ... (site name) / ... (directory)
  629. Last updated: 15 Mar 1995
  630. Directory: /pub/c64
  631. Description: New site for general c64 program files.
  632. =20
  633. =20
  634. FTP: ftp.rz.uni-hildesheim.de   (147.172.16.34)
  635. URL: ftp:// ... (site name) / ... (directory)
  636. Last updated: 18 Oct 1994
  637. Directory: /pub/c64/
  638. Description: The directory oldcbm.pics contains scanned PET and other 8-b=
  639. it
  640.              Commodore Machine pictures. (54 at the moment) Each picture =
  641. is
  642.              about 200Kb in size. All in JPEG format.
  643. =20
  644. ---
  645. FTP: ftp.cs.tu-berlin.de
  646. URL: ftp:// ... (site name) / ... (directory)
  647. Last updated: 15 Mar 1995
  648. Directory: /pub/c64
  649. Description: Site for c64 software.
  650. =20
  651. =20
  652. FTP: ftp.giga.or.at
  653. URL: ftp:// ... (site name) / ... (directory)
  654. Last updated: 15 Jan 1996
  655. Directory: /pub/c64
  656. Description: This site has demos from about 165 demo groups, a lot of
  657.              GEOS shareware and freeware, many C64 and C128 tools,
  658.              emulators for most platforms, transfer tools, diskmags,
  659.              and more.  More than 80 MB on-line.
  660. =20
  661. =20
  662. FTP: ftp.armory.com
  663. URL: ftp:// ... (site name) / ... (directory)
  664. Last updated: 15 Jan 1996=20
  665. Directory: /pub/user/spectre
  666.            /pub/user/spectre/CWI-C64
  667.            /pub/user/spectre/GAMES-C64
  668.            /pub/user/spectre/ETC-C64
  669.            /pub/user/spectre/EMULATION=20
  670.            /pub/user/spectre/TEXT-ARCHIVE
  671.            /pub/user/spectre/UNIX
  672.            /pub/user/spectre/incoming
  673. Description: A site, with lots of new .lnx format games and new CWI=20
  674.              programs, from Computer Workshops, a little SW group.
  675.              There are also utilities, decoders, games, The Commodore
  676.              FAQ (Frequently Asked Questions Document), Commodore
  677.              Hacking Magazine, and lots more.
  678. =20
  679. =20
  680. FTP: ftp.funet.fi   (128.214.6.100)
  681. URL: ftp:// ... (site name) / ... (directory)
  682. Last updated: 15 Oct 1995
  683. Directory: /pub/cbm/pet
  684. Description: A major site for PET programs and software, etc.  Be sure to
  685.              read the 00README file (in the pet directory) for a clear=20
  686.              explanation of what the different files contain.  Files
  687.              contributed by Olaf Seibert <rhialto@mbfys.kun.nl>.
  688. =20
  689. =20
  690. FTP: ftp.indirect.com
  691. URL: ftp:// ... (site name) / ... (directory)
  692. Last updated: 15 Dec 1995
  693. Directory: /www/dynamite
  694.            /www/wanderer
  695. Description: Contains the files necessary for operation of Color 64
  696.              and Color 64 Version 128 BBS's and many of its mod files.
  697.              No uploads allowed.
  698. =20
  699. =20
  700. FTP: hal9000.net.au
  701. URL: ftp:// ... (site name) / ... (directory)
  702. Last updated: 01 Jun 1996
  703. Directory: /pub/cbm/INCOMING
  704.            /pub/cbm/browser
  705.            /pub/cbm/desterm
  706.            /pub/cbm/graphics
  707.            /pub/cbm/novaterm9.5
  708.            /pub/cbm/qwkie
  709.            /pub/cbm/qwkrr
  710.            /pub/cbm/terms
  711.            /pub/cbm/unarc_unzip
  712.            /pub/cbm/utils
  713.            /pub/cbm/info-txt
  714. Description: Site covering the basics of telecommunications for the C64
  715.              and C128. Support site for Rod Gasson's QWKRR128 and Browser
  716.              programs. `info-txt' directory has QWK and mail related text
  717.              files for programmers/developers. Site maintained by
  718.              Gaelyne Moranec (moranec@hal9000.net.au).
  719. =20
  720. =20
  721. FTP: ftp.channel1.com
  722. URL: http://www.channel1.com/users/amazon/
  723. Last updated: 01 Mar 1996
  724. Directory: /pub/users/amazon/cbm/64
  725.            /pub/users/amazon/cbm/128
  726.            /pub/users/amazon/cbm/geos
  727.            /pub/users/amazon/cbm/emulation
  728.            /pub/users/amazon/upload
  729. Description: A new site with games, and some Christmas Demo's and other
  730.              software. Much of the softwre is in SFX (self extracting)
  731.              files, for the user's convenience.  Uploads can be placed
  732.              in the upload directory.
  733. =20
  734. =20
  735. FTP: utopia.hacktic.nl
  736. URL: ftp://replay.com/pub/c64
  737. Last updated: 15 Jun 1996
  738. Directory: /pub/c64
  739. Description: The Digital Dungeon Site for C64 demos.
  740. =20
  741. =20
  742. FTP: rsls6.sprachlit.uni-regensburg.de
  743.  or: rsls4.sprachlit.uni-regensburg.de
  744. URL: ftp:// ... (site name) / ... (directory)
  745. Last updated: 01 Mar 1996
  746. Directory: /pub/c64/
  747. Description: This site contains technical documents, tools, and demos.
  748.              No games. Uploads welcomed.  The directory tree is:
  749. =20
  750. INCOMING/    : all incoming stuff=20
  751. emulation/   : emulators (x64, pc64win etc.)=20
  752. misc/        : stuff which doesn't fit in the other categories=20
  753. programming/ : programming-related stuff (assemblers, c, etc.)=20
  754. demos/       : demos=20
  755. graphics/    : graphics=20
  756. music/       : music=20
  757. tools/       : all kinds of tools (archivers,packers,noters etc.)=20
  758. doc/         : documentation about everything=20
  759. magazines/   : C=3DHacking, disk magazines and disk books=20
  760. os/          : place for alternative os's. At the moment only lunix=20
  761. transfer/    : utilities to transfer between computer systems=20
  762. =20
  763. =20
  764. FTP: ftp.vgernet.net
  765. URL: ftp:// ... (site name) / ... (directory)
  766. Last updated: 15 Jun 1996
  767. Directory: /pub/mpython/cbm
  768. Description: A new site for Digital Sound, NTSC Demos, emphasis
  769.              on anything digitized for the C64/128, and Driven
  770.              magazine.  The directory tree is:
  771. =20
  772. /Demos/NTSC/Co-op     : Demos made by more than 1 group.
  773.           /Groups     : Individual Groups demos.
  774.           /NTSC_Fixed : PAL demos fixed to run on NTSC 64s
  775.           /Older      : Classic demos.
  776.           /Recent     : NTSC/FIXed demos released the past 10 months
  777.           /Solo       : Demos done by individuals
  778. Demos/PAL             : PAL demos, not many. Some will run on NTSC 64s.
  779. Digidemos/NTSC-PAL    : Demos containing digitized sounds/music.
  780.                         Will run on NTSC 64's. May be slowdown or flicker.
  781. Magazines/C_Hacking   : Commodore Hacking magazine.
  782.          /Discovery   : DisC=3Dovery magazine.
  783.          /Driven      : Driven NTSC Demo magazine.
  784. New_Samples/          : Raw files recently uploaded.
  785. Raw_Files/ XXXXX      : Many directories here.  Each XXXXX directory is a
  786.                         topic as to the kind of raw file it is:
  787.                         beavis-butthead, cartoons, movies, games,
  788.                         monty-python, music, people, silly, sound-effects=
  789. ,
  790.                         sex-sounds, star-trek, tvshows, tvthemes.
  791.                         All files require a player, found below.
  792. Raw_Players/c64       : Digi players for 64
  793.            /c128      : Digi players for 128
  794. SIDS/                 : Large colletion of SID .mus, .str and .wds files.
  795.     /Classical        : Classical .mus, .str and .wds
  796.     /Jazz             : Jazz and Ragtime.
  797.     /Misc_SIDS_1      : All different types of SIDS, pop, classical, more.
  798.     /Misc_SIDS_2      : All different types of SIDS, pop, classical, more.
  799.     /Mono             : Contains just .mus files, all types.
  800.     /Players          : 64 players for .mus, .str, .wds, .ani & .pic file=
  801. s.
  802.     /SID_Packs        : Archives of SID music, sfx, sda, lnx and more.
  803.     /Sing_Along_1     : Contains .mus and .wds files, all types of music.
  804.     /Sing_Along_2     : Contains more .mus & .wds files, all type of musi=
  805. c.
  806.     /Stereo_1         : Stereo SIDS for those of you with extra SID chips.
  807.     /Stereo_2         : More Stereo SIDS.  These will play fine as mono.
  808. Utilities/C65         : Demo disks planned for release with the C65.
  809.          /CS-DOS      : CS-DOS OS for the 128.
  810.          /Digi_Tools  : Tools for ripping/editing digitized samples.
  811.          /Music       : Players/editors for various music files.
  812.          /Telecom/C64 : Term programs for the 64.
  813.                  /C128: Term programs for the 128.
  814. =20
  815. =20
  816. FTP: ftp.df.lth.se
  817. URL: ftp:// ... (site name) / ... (directory)
  818. Last updated: 01 Apr 1996
  819. Directory: /pub/c64
  820. Description: A new site maintained by TRIAD, electronic punks
  821.              of Sweden, for distribution of TRIAD software.
  822.              Due to space limitations, no uploads allowed.
  823. =20
  824. =20
  825. FTP: ftp.eskimo.com/u/t/tpinfo/C64
  826. URL: ftp:// ... (site name) / ... (directory)
  827. Last updated: 15 Jun 1996
  828. Directory: /tpinfo/C64
  829. Description: Major online resource for NTSC demos, magazines, and
  830.              utilities.  12mb of filonline, and growing.
  831. =20
  832. =3D=3D=3D=3D=3D=3D=3D=33D=3D=3D=3D=3D=3D
  833. NOTES:
  834. =3D=3D=3D=3D=3D=3D
  835. =20
  836. The latest version of The Commodore FTP Sites Listing (this list) can
  837. be found in the Usenet newsgroup, comp.sys.cbm, where it is posted=20
  838. twice monthly, generally at the beginning, and middle of each month.
  839. =3D=3D=3D=3D=3D=3D
  840. =20
  841. For FTP sites where you will find C64 and/or Vic-20 emulators that run
  842. on Amiga, and/or IBMPC, Atari-ST, or Unix/X, please see The CBM Emulation
  843. FAQ maintained by Kevin Gifford (kgifford@netaxs.com) and posted  to the
  844. newsgroup, comp.emulators.cbm.  That FAQ listing can also be found on
  845. ftp.csv.warwick.ac.uk, in directory: /tmp/c64, and other places, as well.
  846. =20
  847. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
  848. =3D=3D=3D=3D=3D=3D=3D=20
  849. Send all info regarding changes/additions/corrections to:
  850. =20
  851. 72560.3467@compuserve.com     or:     hlh@panix.com
  852. (Please do NOT reply to the FROM address)
  853. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
  854. =3D=3D=3D=3D=3D=3D=3D
  855. =20
  856. Honorary mention and kudos to the following who have helped to keep
  857. your list current:
  858. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
  859. Linus Walleij (King Fisher)....  triad@df.lth.se
  860. Jonathan P. Mines..............  tpinfo@eskimo.com
  861. Perry R. Eidelbus..............  Perry.Eidelbus@m.cc.utah.edu
  862. Marko Makela...................  Marko.Makela@HUT.FI
  863. Gaelyne Moranec................  moranec@hal9000.net.au
  864. Adam Lorentzon.................  d93-alo@nada.kth.se
  865. Bruce R. McFarling.............  ecbm@cc.newcastle.edu.au
  866. Tim Phelps.....................  ar249@lafn.org
  867. reserved for you...............  and your INet address        =20
  868. =20
  869.                              /'^'\
  870.                             ( O O )
  871. ------------------------oOOO--(_)--OOOo---------------------------------
  872. |  Howard Herman and Associates                 Voice: (212) 532-1485  |
  873. |   New York, NY                                                       |
  874. |   ___  ___  ___  ___                                                 |
  875. |  / //_/ // / //_/ //                      72560.3467@compuserve.com  |
  876. | / ___  // / ___  //   .oooO                           hlh@panix.com  |
  877. |/_// /_// /_// /_//    (   )    Oooo.    aa349@cleveland.Freenet.Edu  |
  878. ------------------------ \ (-----(   )----------------------------------
  879.                           \_)     ) /
  880.                                  (_/
  881. --=20
  882. #! rnews 859
  883. Newsgroups: comp.sys.cbm
  884. Path: pravda.aa.msen.com!news1.best.com!news.texas.net!news.kei.com!newsf=
  885. eed.internetmci.com!in1.uu.net!news2.interlog.com!news1.io.org!torfree!aq=
  886. 004
  887. From: aq004@torfree.net (Steve Guidi)
  888. Subject: ID these files please!
  889. Message-ID: <DuKJEJ.Mr1.0.sheppard@torfree.net>
  890. Organization: Toronto Free-Net
  891. X-Newsreader: TIN [version 1.2 PL2]
  892. Date: Mon, 15 Jul 1996 05:03:54 GMT
  893. Lines: 16
  894.  
  895.  I recently logged onto ccnga.uwaterloo.ca and noticed the following=20
  896. files in the pub/cbm/telecomm/ dir:
  897.  
  898. co64-s1.ca-
  899. co64.s2.ca-
  900. co64.s3.ca-
  901. co64.s4.ca-
  902. co64dox.ca-
  903.  
  904.  Does anyone know what is contained in these archive files?  Also, what=20
  905. compressor/archiver is being used to archive them? Thanks!
  906. --=20
  907.  
  908.   | hacker@wbb.com   aq004@torfree.net   steve.guidi@canada.tor250.org |
  909.   | Steve Guidi - 1:250/620 (Fido)     1/Steve Guidi (PCPN)            |
  910.  
  911. #! rnews 866
  912. Path: pravda.aa.msen.com!news1.best.com!nntp.primenet.com!news.cais.net!n=
  913. ews.vbc.net!news.mira.net.au!harbinger.cc.monash.edu.au!pellew.ntu.edu.au=
  914. !jamesm
  915. From: jamesm@it.ntu.edu.au (James McArthur)
  916. Newsgroups: comp.sys.cbm
  917. Subject: 1541-II Drive Probs
  918. Date: 15 Jul 1996 07:56:45 GMT
  919. Organization: Northern Territory University
  920. Lines: 13
  921. Message-ID: <4sctjt$7ul@pellew.ntu.edu.au>
  922. NNTP-Posting-Host: nutmeg-gw.ntu.edu.au
  923. X-Newsreader: TIN [version 1.2 PL2]
  924.  
  925. G'day,
  926.  
  927. My 1541-II has been dead for a few years, and I think its the head that i=
  928. s
  929. out of alignment. Anyone know how to fix such a prob (it happened before,
  930. and the shop fixed it, but trying to find a C=3D shop is *very* hard nowa=
  931. days ;>=20
  932. )
  933.  
  934. Is there a simple way to fix such a prob?
  935.  
  936. Thanks..
  937.  
  938. (Or if the drive is a gonner, does anyone know where to get all four of t=
  939. he
  940. Last Ninja games from for an emulator?)
  941. #! rnews 593
  942. Path: pravda.aa.msen.com!spool.mu.edu!howland.reston.ans.net!newsfeed.int=
  943. ernetmci.com!news.kei.com!nntp.coast.net!netnews.worldnet.att.net!newsadm
  944. From: UnderDawg <UnderDawg@worldnet.att.net>
  945. Newsgroups: comp.sys.cbm
  946. Subject: Pokes,Peeks
  947. Date: 15 Jul 1996 08:30:39 GMT
  948. Organization: AT&T WorldNet Services
  949. Lines: 3
  950. Message-ID: <4scvjf$35v@mtinsc01-mgt.ops.worldnet.att.net>
  951. NNTP-Posting-Host: 229.bridgeton-58.mo.dial-access.att.net
  952. X-Newsreader: PROCOMM PLUS 3.0 for Windows
  953.  
  954. Anyone have a complete list of pokes and peeks for the C=3D64 and the C=3D=
  955. 128?
  956. This info would be greatly Appreciated.
  957.  
  958. #! rnews 603
  959. Path: pravda.aa.msen.com!spool.mu.edu!howland.reston.ans.net!math.ohio-st=
  960. ate.edu!uwm.edu!lll-winken.llnl.gov!nntp.coast.net!netnews.worldnet.att.n=
  961. et!newsadm
  962. From: UnderDawg <UnderDawg@worldnet.att.net>
  963. Newsgroups: comp.sys.cbm
  964. Subject: Pokes,Peeks
  965. Date: 15 Jul 1996 08:29:06 GMT
  966. Organization: AT&T WorldNet Services
  967. Lines: 3
  968. Message-ID: <4scvgi$s45@mtinsc01-mgt.ops.worldnet.att.net>
  969. NNTP-Posting-Host: 229.bridgeton-58.mo.dial-access.att.net
  970. X-Newsreader: PROCOMM PLUS 3.0 for Windows
  971.  
  972. Anyone have a complete list of pokes and peeks for the C=3D64 and the C=3D=
  973. 128?
  974. This info would be greatly Appreciated.
  975.  
  976. #! rnews 564
  977. Path: pravda.aa.msen.com!spool.mu.edu!howland.reston.ans.net!math.ohio-st=
  978. ate.edu!uwm.edu!lll-winken.llnl.gov!nntp.coast.net!netnews.worldnet.att.n=
  979. et!newsadm
  980. From: UnderDawg <UnderDawg@worldnet.att.net>
  981. Newsgroups: comp.sys.cbm
  982. Subject: pokes, peeks
  983. Date: 15 Jul 1996 08:35:29 GMT
  984. Organization: AT&T WorldNet Services
  985. Lines: 2
  986. Message-ID: <4scvsh$3e0@mtinsc01-mgt.ops.worldnet.att.net>
  987. NNTP-Posting-Host: 229.bridgeton-58.mo.dial-access.att.net
  988. X-Newsreader: PROCOMM PLUS 3.0 for Windows
  989.  
  990. Anyone have a complete list of pokes and peeks for the C=3D64 and the C=3D=
  991. 128?
  992.  
  993. #! rnews 1044
  994. Path: pravda.aa.msen.com!news1.best.com!nntp.primenet.com!news.cais.net!h=
  995. unter.premier.net!news-res.gsl.net!news.gsl.net!news.mathworks.com!newsfe=
  996. ed.internetmci.com!in1.uu.net!nntp.inet.fi!news.funet.fi!ousrvr3.oulu.fi!=
  997. news
  998. From: Jouko Valta <jopi@stekt.oulu.fi>
  999. Newsgroups: comp.sys.cbm
  1000. Subject: Re: My C-64 has fallen, and it can't get up!
  1001. Date: 15 Jul 1996 13:15:16 +0300
  1002. Organization: University of Oulu, Department of Electrical Engineering, F=
  1003. inland
  1004. Lines: 8
  1005. Sender: jopi@stekt24.oulu.fi
  1006. Message-ID: <k9i91clx1or.fsf@stekt24.oulu.fi>
  1007. References: <4s9v20$j7f@news.istar.ca> <31E9213E.6642@orl.mindspring.com>
  1008. NNTP-Posting-Host: stekt24.oulu.fi
  1009. Mime-Version: 1.0
  1010. Content-Type: text/plain; charset=3Diso-8859-1
  1011. Content-Transfer-Encoding: 8bit
  1012. In-reply-to: Radioactive Warrior's message of Sun, 14 Jul 1996 16:33:02 +=
  1013. 0000
  1014. X-Newsreader: Gnus v5.1
  1015.  
  1016. Radioactive Warrior <radwar@orl.mindspring.com> writes:
  1017.     Radioactive> What gives?  does the lonlyness kill it or
  1018.  
  1019.   Exactly. The first machines were not called PET's for no reason.   ;)
  1020.  
  1021.  
  1022.  --j;
  1023.  
  1024. #! rnews 1016
  1025. Path: pravda.aa.msen.com!news1.best.com!nntp.primenet.com!news.cais.net!h=
  1026. unter.premier.net!news-res.gsl.net!news.gsl.net!news.mathworks.com!newsfe=
  1027. ed.internetmci.com!in1.uu.net!nntp.inet.fi!news.funet.fi!ousrvr3.oulu.fi!=
  1028. news
  1029. From: Jouko Valta <jopi@stekt.oulu.fi>
  1030. Newsgroups: comp.sys.cbm
  1031. Subject: Re: VDC 64k RAM upgrade on the 128
  1032. Date: 15 Jul 1996 13:22:54 +0300
  1033. Organization: University of Oulu, Department of Electrical Engineering, F=
  1034. inland
  1035. Lines: 10
  1036. Sender: jopi@stekt24.oulu.fi
  1037. Message-ID: <k9i7ms5x1c1.fsf@stekt24.oulu.fi>
  1038. References: <4sb6e2$daj@camlaw.rutgers.edu>
  1039. NNTP-Posting-Host: stekt24.oulu.fi
  1040. Mime-Version: 1.0
  1041. Content-Type: text/plain; charset=3Diso-8859-1
  1042. Content-Transfer-Encoding: 8bit
  1043. In-reply-to: more@camlaw.rutgers.edu's message of 14 Jul 1996 12:14:58 -0=
  1044. 000
  1045. X-Newsreader: Gnus v5.1
  1046.  
  1047. Self Destruct <more@camlaw.rutgers.edu> writes:
  1048.  
  1049.     Self> will 4164s work too?  i have hundreds of these laying
  1050.     Self> around)
  1051.  
  1052.  Yes, but you'll need to build a separate daughterboard for them.
  1053.  
  1054.  
  1055.   --job;
  1056.  
  1057.