home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / genie-commodore-file-library / CompSysCBM / 071996B.TXT / text0000.txt < prev   
Encoding:
Text File  |  2019-04-13  |  26.8 KB  |  720 lines

  1. In article <DunnJy.CHt@hades.cls.de>, pluton@hades.cls.de (Jens
  2. Ellerbrock) wrote:
  3.  
  4. > > Well, I don't know. Just something to play around with... I got a dis=
  5. k
  6. > > full of example programs with the COMAL 0.12 disk that I bought, plus
  7. > > some when I got the COMAL 0.14 PD disk.
  8. > If you're interested i can mail you some of them.
  9.  
  10. Thanks, but you don't have to. I don't use it that much.
  11.  
  12. \\//
  13. Peter - m9944@abc.se - Fido 2:204/145.42
  14.  
  15. #! rnews 1202
  16. Path: pravda.aa.msen.com!news1.best.com!nntp.primenet.com!news.cais.net!h=
  17. unter.premier.net!news-res.gsl.net!news.gsl.net!nntp.coast.net!news00.sun=
  18. et.se!sunic!news99.sunet.se!news.uni-c.dk!diku.dk!alstrup
  19. From: alstrup@diku.dk (Asger K. Alstrup Nielsen)
  20. Newsgroups: comp.sys.cbm
  21. Subject: Re: Programming the Cassette Port
  22. Date: 19 Jul 1996 10:44:17 GMT
  23. Organization: Department of Computer Science, U of Copenhagen
  24. Lines: 19
  25. Sender: alstrup@ask.diku.dk
  26. Message-ID: <4snou1$jla@vidar.diku.dk>
  27. References: <31E713C3.7CB3@ix.netcom.com> <31E922E6.3D97@orl.mindspring.c=
  28. om> <4sfo98$mok@vidar.diku.dk> <31ECE182.195F@orl.mindspring.com>
  29. NNTP-Posting-Host: ask.diku.dk
  30. X-Newsreader: NN version 6.5.0 #13
  31.  
  32. Radioactive Warrior <radwar@orl.mindspring.com> writes:
  33.  
  34. >> Try something like
  35. >>=20
  36. >>         lda $d011       ;Wait 'till off visible area
  37. >>         bpl *-3
  38. >>         and #$ef
  39.  
  40.  
  41. >I will give your routine a try but I need to ask, what assembler are you=
  42.  using?
  43. >Will the above input work with Turbo Assembler?  I really DO need to lea=
  44. rn
  45.  
  46. It should go with Turbo Assembler without a peep. You might add a
  47. * =3D $2000
  48. to position the code in memory. Run the stuff with sys 8192 then.
  49.  
  50. Greets,
  51.  
  52. Asger Alstrup
  53. #! rnews 2052
  54. Path: pravda.aa.msen.com!news1.best.com!news.texas.net!news.kei.com!nntp.=
  55. coast.net!news00.sunet.se!sunic!news99.sunet.se!newsfeed.luth.se!news.lut=
  56. h.se!news
  57. From: Joachim Str=F6mbergson <watchman@ludd.luth.se>
  58. Newsgroups: comp.sys.cbm
  59. Subject: Re: 8 bit sample playing
  60. Date: Fri, 19 Jul 1996 13:25:45 +0200
  61. Organization: FairLight
  62. Lines: 38
  63. Message-ID: <31EF70B9.75FA@ludd.luth.se>
  64. References: <4sncsp$h3c@brumby.cowan.edu.au>
  65. NNTP-Posting-Host: my21.smte
  66. Me-Version: 1.0
  67. Content-Type: text/plain; charset=3Diso-8859-1
  68. Content-Transfer-Encoding: 8bit
  69. X-Mailer: Mozilla 2.02 (Win95; I)
  70.  
  71. Yowsa!
  72.  
  73. Style/Chrome wrote:
  74. >=20
  75. > Hiya again guys!
  76. >=20
  77. > I know this has been covered here before, but I missed it.
  78. >=20
  79. > Ive been playing around with 8 bit samples recently, and have found tha=
  80. t the
  81. > routine which uses the 'pulse-width' method (I think) produces a terrib=
  82. le
  83. > whine over the sample. Ive tried filtering it out with the low-pass fil=
  84. ter,
  85. > but it  makes minimal difference.
  86. >=20
  87. > Does anyone know how to remedy this?
  88.  
  89. My dear friend, the legendary music man ATOO used PCM (pulse width) sampl=
  90. es and his solution to=20
  91. the 'whining' problem was:
  92.  
  93. * Use highest possible carrier frequency (I'm sure you do this, right?)
  94. * Use lowpass filtering, just like you.
  95. * Check the timing of the sampleplay loop. This means that you *must* ens=
  96. ure that the delay (in=20
  97. cycles) between the output of two consecutive samples is constant. If not=
  98. , you will hear=20
  99. distortion which sounds like whining. It actually sounds like the carrier=
  100.  istself drops in=20
  101. frequency.
  102.  
  103. I don't know how Danko & Co solved this, but they certainly was able to p=
  104. lay 8 bit samples=20
  105. without any detectable carrier (earwise that is).=20
  106.  
  107. You can also try to use the MemBlitter, but I guess that is cheating... :=
  108. -)
  109.  
  110. Cheers!
  111. Joachim
  112. --=20
  113. ----------------------------------------------------
  114. Joachim Str=F6mbergson Student, nice to small animals.
  115. Pors=F6g=E5rden 24:6         e-mail : d91-jsn@sm.luth.se
  116. 977 54 Lule=E5           phone  : +46(0)920 - 22 16 42
  117. ----------------------------------------------------
  118. #! rnews 1351
  119. Path: pravda.aa.msen.com!spool.mu.edu!news.sol.net!news.inc.net!newspump.=
  120. sol.net!news.mindspring.com!usenet
  121. From: Radioactive Warrior <radwar@orl.mindspring.com>
  122. Newsgroups: comp.sys.cbm
  123. Subject: Re: CKIT 94 - Dongle!
  124. Date: Fri, 19 Jul 1996 12:53:50 +0000
  125. Organization: the bomb will bring us together...
  126. Lines: 16
  127. Message-ID: <31EF855E.5E9C@orl.mindspring.com>
  128. References: <4sgaue$fpf@mksrv1.dseg.ti.com> <4sgmc1$qfs@news2.h1.usa.pipe=
  129. line.com> <4sinvo$isl@sirius.cs.pdx.edu> <Pine.SOL.3.91.960718225410.8471=
  130. B-100000@atl1>
  131. Reply-To: radwar@orl.mindspring.com
  132. NNTP-Posting-Host: user-168-121-176-117.dialup.mindspring.com
  133. Mime-Version: 1.0
  134. Content-Type: text/plain; charset=3Dus-ascii
  135. Content-Transfer-Encoding: 7bit
  136. X-Mailer: Mozilla 2.02 (Macintosh; U; PPC)
  137.  
  138. phred wrote:
  139. > I accidentally found out that having a mouse plugged into port 1 is the
  140. > same thing as having the C-Kit dongle installed instead. I found this o=
  141. ut
  142. > because I use my mouse in port 1 with GEOS, and I forgot to remove the
  143. > mouse and insert the dongle when I booted up C-Kit, but it passed the
  144. > security test anyway.
  145. >=20
  146. > Want me to try it again just to make sure? B-)
  147.  
  148. Hate to break it to you but any dime-a-dozen 100K ohm resistor between
  149. pins 5 and 7 on j-stick port one will do...
  150.  
  151. ohhh, now I've said too much.  I must go wash my hands...
  152.  
  153. later mates,
  154. Radioactive Warrior
  155. #! rnews 1778
  156. Path: pravda.aa.msen.com!news1.best.com!news.texas.net!news.kei.com!nntp.=
  157. coast.net!howland.reston.ans.net!news.sprintlink.net!new-news.sprintlink.=
  158. net!newsreader.sprintlink.net!news.sprintlink.net!news-fw-12.sprintlink.n=
  159. et!ratty.wolfe.net!news.aa.net!f103.n3407.z1.fidonet.org!Kungfushi!
  160. From: Kungfushi@f103.n3407.z1.fidonet.org
  161. Newsgroups: comp.sys.cbm
  162. Subject: Re: Colour Canon printer drivers
  163. Date: Thu, 18 Jul 1996 11:47:35
  164. Organization: Alternate Access Incorporated
  165. Lines: 34
  166. Message-ID: <AE14C6E7@f103.n3407.z1.fidonet.org>
  167. NNTP-Posting-Host: 205.139.116.14
  168.  
  169. On 07/18/96, Kungfushi quoted All: Re: Colour Canon printer drivers.
  170.  
  171. "<>
  172. "<>
  173. "<> Malcolm O'Brien <an506@torfree.net> wrote in article
  174. "<> <4sdun2$3ae@hil-news-svc-3.compuserve.com>... > Last night I was
  175. chatting
  176. "<>
  177.  
  178. "<>
  179.  
  180. "<> Malcolm O'Brien <an506@torfree.net> wrote in article
  181. "<> <4sdun2$3ae@hil-news-svc-3.compuserve.com>... > Last night I was
  182. chatting
  183. "<> with someone who has just bought a Canon BJC-4100 and > is using it
  184. with
  185. "<> GEOS.  It's working OK but he's not getting any colour. Does > anybod=
  186. y
  187. know
  188. "<> of a site where I could pick up a colour driver for him?
  189. "<>
  190. "<>    While we are at it.  I have a BJC-610 I'd like to have a driver fo=
  191. r
  192. as
  193. "<> well.. :)   --  C-Net 64 DS2 Software   WWW:
  194. "<> http://www.infinet.com/~mbendure 92 Lee Ave Suite N3       Email:
  195. "<> mbendure@infinet.com Newark, Ohio 43055        IRC:           #C-Net =
  196. on
  197. "<> Efnet                              (614)/788-8568              =20
  198. CommNet:
  199. "<> Mitron @ Cygnus X-1
  200.  
  201.     What printer interface are you using with the Canon Bubble Jet
  202. printers.  I used an MW-350 and it quit working after 4 or 5 days.  Are y=
  203. ou
  204. using Super
  205. Graphics Jr. or Sr., Geocable, or something else?
  206.                                         -Kungfushi
  207. #! rnews 1965
  208. Path: pravda.aa.msen.com!news1.best.com!news.texas.net!news.kei.com!news.=
  209. mathworks.com!hunter.premier.net!uunet!in2.uu.net!rcogate.rco.qc.ca!altit=
  210. ude!Ocean.CAM.ORG!not-for-mail
  211. From: ismael@CAM.ORG (Ismael Cordeiro)
  212. Newsgroups: comp.sys.cbm
  213. Subject: Re: .zip file help
  214. Date: 19 Jul 1996 09:50:42 -0400
  215. Organization: Communications Accessibles Montreal, Quebec Canada
  216. Lines: 29
  217. Message-ID: <4so3ri$efb@ocean.CAM.ORG>
  218. References: <4slgg2$fc8@news.sas.ab.ca>
  219. X-Newsreader: TIN [version 1.2 PL2]
  220.  
  221. rbthomas@freenet.edmonton.ab.ca wrote:
  222. > I just d-loaded what appears to be a useful file from ccnga.uwaterloo
  223.  
  224. > It is called Prn-GW-pages.zip and claims to print every second GeoWrite=
  225. =20
  226. > page so that you can flip the page over and print the others on the bac=
  227. k=20
  228. > - effectively reducing the number of pages of paper you use.  Now this=20
  229. > would be a very good program to have.  It is in a .zip format and I am=20
  230. > unable to unzip it.
  231.  
  232. Some people who put files on ftp sites keep forgetting that there is no w=
  233. ay
  234. for dissolving a ZIP archive created with the Deflate method, used by PKZ=
  235. IP
  236. 2.04, on the C64/C128. They also forget that the maximum filename length =
  237. on
  238. the C64/C128 is 16 characters. They still forget to verify the integrity =
  239. of
  240. the archive and that the dissolved files work.
  241.  
  242. Anyway, I got Prn-GW-pages.zip from ccnga, dissolved it on my ISP and
  243. downloaded the CVT files. I was going to put them in an SFX archive and
  244. upload it to ccnga. However, the main file, prngwpages.cvt, was corrupted
  245. and couldn't be converted to Geos format (it has only 307 bytes...).
  246.  
  247. I hope the person who uploaded it will create a new archive, in a format =
  248. we
  249. handle, with files that work on it.
  250.  
  251. Ismael
  252. --=20
  253.          +---------------------------------------------------------+
  254.          | ISMAEL CORDEIRO            | ismael@cam.org             |
  255.          | Montreal - Quebec - Canada | http://www.cam.org/~ismael |
  256.          +---------------------------------------------------------+
  257. #! rnews 1306
  258. Newsgroups: comp.sys.cbm
  259. Path: pravda.aa.msen.com!spool.mu.edu!usenet.eel.ufl.edu!news-res.gsl.net=
  260. !news.gsl.net!news.mathworks.com!newsfeed.internetmci.com!in2.uu.net!netn=
  261. ews.worldnet.att.net!ix.netcom.com!tor-nn1.netcom.ca!torfree!aq004
  262. From: aq004@torfree.net (Steve Guidi)
  263. Subject: C64 Power Supply!
  264. Message-ID: <Dut540.4qC.0.sheppard@torfree.net>
  265. Organization: Toronto Free-Net
  266. X-Newsreader: TIN [version 1.2 PL2]
  267. Date: Fri, 19 Jul 1996 20:33:36 GMT
  268. Lines: 16
  269.  
  270.  Need your help folks! I remember downloading a hack file a LONG time=20
  271. ago which tells you how to builda c64 power supply. It was called=20
  272. something like "Kulger Labs C64 Power Supply". Well, just when I needed=20
  273. it, I lost it. I want to build one of those heavy duty supplies which can=
  274. =20
  275. support the REU without trouble. I heard that all you need to do is get a=
  276. =20
  277. C128 supply and replace the end of it with the adaptor for the 64. Well I=
  278. =20
  279. attempted that too, but I need to know which pins do what.
  280.  
  281.  If anyone can supply me with that file that tells you how to make a=20
  282. power supply or the pin layout of the C64c power supply and 128 supply=20
  283. too, then it would be greatly appreciated! Thanks!
  284. --=20
  285.  
  286.   | hacker@wbb.com   aq004@torfree.net   steve.guidi@canada.tor250.org |
  287.   | Steve Guidi - 1:250/620 (Fido)     1/Steve Guidi (PCPN)            |
  288.  
  289. #! rnews 1613
  290. Path: pravda.aa.msen.com!news1.best.com!news.texas.net!news.kei.com!news.=
  291. mathworks.com!news-res.gsl.net!news.gsl.net!swrinde!ihnp4.ucsd.edu!sdcc12=
  292. .ucsd.edu!sdcc13!ckaiser
  293. From: ckaiser@sdcc13.ucsd.edu (Po-Ching Lives!)
  294. Newsgroups: comp.sys.cbm,comp.emulators.cbm
  295. Subject: Computer Workshops FTP site overhaul
  296. Date: 19 Jul 1996 15:17:51 GMT
  297. Organization: University of California, San Diego
  298. Lines: 31
  299. Message-ID: <4so8uv$75@sdcc12.ucsd.edu>
  300. NNTP-Posting-Host: sdcc13.ucsd.edu
  301. Xref: pravda.aa.msen.com comp.sys.cbm:58196 comp.emulators.cbm:12647
  302.  
  303. It's been long overdue, but here it is. The Computer Workshops FTP
  304. site has just been overhauled with a new, easier to use layout.
  305. (We're also looking for more of your programs, so upload them now!)
  306. Here's where all the files are:
  307.  
  308. from ftp://ftp.armory.com/pub/user/spectre:
  309.  
  310. CWI-C64/Commodore 64 shareware releases, in .lnx
  311. CWI-MSDOS/MSDOS shareware releases, in .zip
  312.  
  313. D64-FORMAT/** NEW! **
  314. All .D64, .T64 files stored here!
  315.  
  316. EMUL-UTIL/** NEW! **
  317. All MSDOS emulation utilities (C64VIEW.ZIP,
  318. 64CPY*.ZIP) stored here
  319.  
  320. GAMES-C64/Commodore 64 games, in .lnx
  321. UTIL-C64/64unzip, uuxfer, sal64, midislav stored here in
  322. .sda and .lnx formats, other utilities too
  323. ETC-C64/Other utilities
  324. UNIX/Unix utilities, currently still in development
  325. TEXT-ARCHIVES/3.0 FAQ, the Commodore FTP sites list (current) and
  326. the latest issue of Commodore Hacking, etc.
  327.  
  328. Drop by and visit! Your uploads are welcomed in the incoming/
  329. directory. Hundreds of people served weekly!
  330.  
  331. Cameron Kaiser
  332. ckaiser@ucsd.edu
  333. visit the CWI home page: http://www.armory.com/~spectre/cwi.html
  334. #! rnews 649
  335. Path: pravda.aa.msen.com!spool.mu.edu!munnari.OZ.AU!harbinger.cc.monash.e=
  336. du.au!nntp.coast.net!howland.reston.ans.net!gatech!news.mathworks.com!new=
  337. s-res.gsl.net!news.gsl.net!portc01.blue.aol.com!newstf01.news.aol.com!new=
  338. sbf02.news.aol.com!not-for-mail
  339. From: blitzkrieg@aol.com (Blitzkrieg)
  340. Newsgroups: comp.sys.cbm
  341. Subject: legoland
  342. Date: 19 Jul 1996 18:23:53 -0400
  343. Organization: America Online, Inc. (1-800-827-6364)
  344. Lines: 1
  345. Sender: root@newsbf02.news.aol.com
  346. Message-ID: <4sp1tp$clc@newsbf02.news.aol.com>
  347. Reply-To: blitzkrieg@aol.com (Blitzkrieg)
  348. NNTP-Posting-Host: newsbf02.mail.aol.com
  349.  
  350. who can help me running flt's legoland III under c64s???
  351. #! rnews 2224
  352. Newsgroups: comp.emulators.cbm,comp.sys.cbm
  353. Path: pravda.aa.msen.com!news1.best.com!news.texas.net!news.kei.com!news.=
  354. mathworks.com!news-res.gsl.net!news.gsl.net!portc01.blue.aol.com!newsstan=
  355. d.cit.cornell.edu!news.acsu.buffalo.edu!news.drenet.dnd.ca!crc-news.doc.c=
  356. a!nott!emr1!news
  357. From: Rene Guillas <rguillas@NRCan.gc.CA>
  358. Subject: Re: Name this song, please
  359. X-Nntp-Posting-Host: rguillas.dialup.emr.ca
  360. Content-Type: text/plain; charset=3Dus-ascii
  361. Message-ID: <31ED0274.530D@NRCan.gc.CA>
  362. Sender: news@emr1.NRCan.gc.ca
  363. Reply-To: ag090@FreeNet.Carleton.CA
  364. Content-Transfer-Encoding: 7bit
  365. Organization: NRCan(Government of Canada)
  366. References: <4rlsjq$1sq@sparcserver.lrz-muenchen.de> <4sddu3$4p8@seagoon.=
  367. newcastle.edu.au> <4shemk$2bc@news.tdl.com>
  368. Mime-Version: 1.0
  369. Date: Wed, 17 Jul 1996 15:10:44 GMT
  370. X-Mailer: Mozilla 3.0b4 (Win16; I)
  371. Lines: 30
  372. Xref: pravda.aa.msen.com comp.emulators.cbm:12649 comp.sys.cbm:58198
  373.  
  374. Chris Cochems wrote:
  375. >=20
  376. > A Williams (asw@maths.newcastle.edu.au) wrote:
  377. >=20
  378. > : They all have the same music, a lyric-less tune called "Popcorn".  It=
  379.  was
  380. > : a big favoutite of early synthesiser bands back in the 70's.
  381. >=20
  382. > Actually, I believe there is a song called Popcorn that DOES have lyric=
  383. s,
  384. > but I last heard it in elementary school.. :)
  385. >=20
  386. > In any case, the lyricless version is the well known one, and EVERY
  387. > SINGLE DAMN Pengo clone also has it.  Pengo, Petch (European Pengo, and
  388. > it has a more complete version of the Popcorn song than Pengo does..),
  389. > Chilly Will! (and it's exact clone, Chilly Willy)
  390.  
  391. It's out there as a .MOD file, and asa .SID file(yeaahhh!).  I have no id=
  392. ea where they=20
  393. both are, but I know a version of the .MOD file is included in the Mod4Wi=
  394. n.zip package.=20
  395.  It isn't on SimTel.  But I had it for a while, and I deleted it to make =
  396. more=20
  397. space...:-( anyhow, the taped version is better than either!
  398. --=20
  399. Colin Guillas
  400. http://www.ncf.carleton.ca/~ag090
  401. http://www.geocities.com/SiliconValley/Park/1603
  402. So what does the Maytag man do in his spare time?
  403. >Plays with his C=3D64 of course :-)   (THX Jack)
  404. Was Sally really Harry?
  405. How much wood would a woodchuck chuck if a woodchuck could chuck wood?
  406. It all boils down to:  WHO THE HELL CARES?  (Well...maybe Sally's boy fri=
  407. end...)
  408.  
  409.  
  410. #! rnews 2482
  411. Newsgroups: comp.sys.cbm
  412. Path: pravda.aa.msen.com!news1.best.com!news.texas.net!news.kei.com!news.=
  413. mathworks.com!news-res.gsl.net!news.gsl.net!portc01.blue.aol.com!newsstan=
  414. d.cit.cornell.edu!news.acsu.buffalo.edu!news.drenet.dnd.ca!crc-news.doc.c=
  415. a!nott!emr1!news
  416. From: Rene Guillas <rguillas@NRCan.gc.CA>
  417. Subject: Re: READ THIS!!!
  418. X-Nntp-Posting-Host: rguillas.dialup.emr.ca
  419. Content-Type: text/plain; charset=3Dus-ascii
  420. Message-ID: <31ED053B.337F@NRCan.gc.CA>
  421. Sender: news@emr1.NRCan.gc.ca
  422. Reply-To: ag090@FreeNet.Carleton.CA
  423. Content-Transfer-Encoding: 7bit
  424. Organization: NRCan(Government of Canada)
  425. References: <4sht9j$3sh@news.nde.state.ne.us>
  426. Mime-Version: 1.0
  427. Date: Wed, 17 Jul 1996 15:22:35 GMT
  428. X-Mailer: Mozilla 3.0b4 (Win16; I)
  429. Lines: 37
  430.  
  431. Cathy Kant wrote:
  432. >=20
  433. > From news.nde.state.ne.us!news.ltec.net!news.sprintlink.net!news-fw-22.=
  434. sprintlink.net!news.sprintlink.net!news-fw-12.sprintlink.net!news.sprintl=
  435. ink.net!new-new
  436. > erserv.net!news1.sprynet.com!news Wed Jul 17 00:02:13 1996
  437. > Path: news.nde.state.ne.us!news.ltec.net!news.sprintlink.net!news-fw-22=
  438. .sprintlink.net!news.sprintlink.net!news-fw-12.sprintlink.net!news.sprint=
  439. link.net!new-ne
  440. > terserv.net!news1.sprynet.com!news
  441. > From: robman@sprynet.com
  442. > Newsgroups: alt.bbs.ads
  443. > Subject: READ THIS
  444. > Date: 16 Jul 1996 15:18:50 GMT
  445. > Organization: Sprynet News Service
  446. > Lines: 239
  447. > Message-ID: <4sgbsq$7qr@juliana.sprynet.com>
  448. > NNTP-Posting-Host: ad10-098.compuserve.com
  449. > X-Newsreader: SPRY News 3.03 (SPRY, Inc.)
  450. >=20
  451. >         This is not one of those "Get Rich Quick Scheme" or "mail-order
  452. > Schemes".  But enough to pay off your death and whose knows, you could
  453. > be test drive the new Mercedes in the next three months. If you too
  454. > eager to read what this about then go right to the Instruction section
  455. > bottom of this article.
  456. >=20
  457. Is there a way to shut these bastards up?  Somebody make a newsgroup call=
  458. ed=20
  459. alt.get.rich.quick (or alt.creepy.bastard) and throw all these people int=
  460. o it.  Maybe we=20
  461. could bribe someone to legislate a new law that would deny people all rig=
  462. hts to the=20
  463. internet if the subject line has READ THIS!!! in it.
  464. --=20
  465. Colin Guillas
  466. http://www.ncf.carleton.ca/~ag090
  467. http://www.geocities.com/SiliconValley/Park/1603
  468. So what does the Maytag man do in his spare time?
  469. >Plays with his C=3D64 of course :-)   (THX Jack)
  470. Was Sally really Harry?
  471. How much wood would a woodchuck chuck if a woodchuck could chuck wood?
  472. It all boils down to:  WHO THE HELL CARES?  (Well...maybe Sally's boy fri=
  473. end...)
  474.  
  475.  
  476. #! rnews 1563
  477. Path: pravda.aa.msen.com!news1.best.com!nntp.primenet.com!news.cais.net!h=
  478. unter.premier.net!news-res.gsl.net!news.gsl.net!news.mathworks.com!newsfe=
  479. ed.internetmci.com!info.ucla.edu!unixg.ubc.ca!van-bc!n1van.istar!van.ista=
  480. r!west.istar!ott.istar!istar.net!tor.istar!east.istar!newsjunkie.ans.net!=
  481. newsfeeds.ans.net!hermes.louisville.edu!news
  482. From: Dan Delaney <dgdela01@homer.louisville.edu>
  483. Newsgroups: comp.sys.cbm
  484. Subject: [Q] Fort Apocalypse in .d64 or .t64 format???
  485. Date: Fri, 19 Jul 1996 12:12:22 -0400
  486. Organization: University of Louisville
  487. Lines: 14
  488. Message-ID: <31EFB3E6.69D3@homer.louisville.edu>
  489. NNTP-Posting-Host: pubs07a.adm-houchens.louisville.edu
  490. Mime-Version: 1.0
  491. Content-Type: text/plain; charset=3Dus-ascii
  492. Content-Transfer-Encoding: 7bit
  493. X-Mailer: Mozilla 2.0 (Macintosh; I; PPC)
  494.  
  495. Hi all. I've been looking at some of the FTP sites and I can't seem to fi=
  496. nd a copy=20
  497. of Fort Apocalypse in either .D64 or .T64 format. Does anyone know where =
  498. it is, or=20
  499. could you send me a copy of it?
  500.    Thanks.
  501.  --Dan D.
  502.  
  503. ------------------------------------------------------------------------
  504.  Daniel G. Delaney                                 Computer Coordinator
  505.  dgdela01@homer.louisville.edu                  University Publications
  506.                                                University of Louisville
  507.  aka: Dionysos, Belteshazzar                               502-852-0716
  508. ------------------------------------------------------------------------
  509.         T H E   L O U I S V I L L E   T I M E S   C H O R U S
  510.                       a     c  a  p  p  e  l  l  a
  511. #! rnews 1178
  512. Path: pravda.aa.msen.com!usenet.ins.cwru.edu!magnus.acs.ohio-state.edu!ma=
  513. th.ohio-state.edu!uwm.edu!lll-winken.llnl.gov!nntp.coast.net!netnews.worl=
  514. dnet.att.net!ix.netcom.com!news
  515. From: "Jack Followay, Jr." <jacklf@ix.netcom.com>
  516. Newsgroups: comp.sys.cbm
  517. Subject: Re: Pokes,Peeks
  518. Date: Fri, 19 Jul 1996 13:52:11 -0500
  519. Organization: PowerHouse (XNET/CommNet)
  520. Lines: 11
  521. Message-ID: <31EFD95B.3736@ix.netcom.com>
  522. References: <4scvgi$s45@mtinsc01-mgt.ops.worldnet.att.net> <4sheco$2bc@ne=
  523. ws.tdl.com> <4sncfq$j7k@mtinsc01-mgt.ops.worldnet.att.net>
  524. NNTP-Posting-Host: hou-tx13-15.ix.netcom.com
  525. Mime-Version: 1.0
  526. Content-Type: text/plain; charset=3Dus-ascii
  527. Content-Transfer-Encoding: 7bit
  528. X-NETCOM-Date: Fri Jul 19 11:50:02 AM PDT 1996
  529. X-Mailer: Mozilla 2.0 (Win95; I)
  530.  
  531. UnderDawg wrote:
  532.  
  533. >=20
  534. > OK if i must I MUST! I need the list to do conversion on some very inte=
  535. resting basic prg's from cbm to ibm.
  536. > And that's all i'm gonna say. ; D
  537.  
  538.  
  539.   Well, then I would definitely recommend you get Mapping the 64 from
  540. COMPUTE! Books.  You COULD actually LIST the list of 'interesting' pokes
  541. in these 'interesting' basic prg's and maybe someone could tell you what
  542. 'interesting' things they do.  =3D]
  543. #! rnews 2772
  544. Path: pravda.aa.msen.com!spool.mu.edu!howland.reston.ans.net!swrinde!news=
  545. -res.gsl.net!news.gsl.net!news.mathworks.com!newsfeed.internetmci.com!in2=
  546. .uu.net!ott.istar!istar.net!news.nstn.ca!newsflash.concordia.ca!canopus.c=
  547. c.umanitoba.ca!pooh.freenet.mb.ca!winnie.freenet.mb.ca!bbr369
  548. From: Justin Yendrowich <bbr369@freenet.mb.ca>
  549. Newsgroups: comp.sys.cbm
  550. Subject: Re: CKIT 94 - Dongle!
  551. Date: Fri, 19 Jul 1996 21:06:57 -0500
  552. Organization: Blue Sky FreeNet of Manitoba Inc.
  553. Lines: 34
  554. Message-ID: <Pine.SOL.3.91.960719210000.9797B-100000@winnie.freenet.mb.ca=
  555. >
  556. References: <4sgaue$fpf@mksrv1.dseg.ti.com> <4sgmc1$qfs@news2.h1.usa.pipe=
  557. line.com> <4sinvo$isl@sirius.cs.pdx.edu> <Pine.SOL.3.91.960718225410.8471=
  558. B-100000@atl1>
  559. NNTP-Posting-Host: winnie.freenet.mb.ca
  560. Mime-Version: 1.0
  561. Content-Type: TEXT/PLAIN; charset=3DUS-ASCII
  562. In-Reply-To: <Pine.SOL.3.91.960718225410.8471B-100000@atl1>=20
  563.  
  564. i would be careful too say that the mouse in joy port 1 acts as the=20
  565. dongle ! it passes the boot up test , but it will not do a lot more then=20
  566. that ! i think that the dongle does some sort of encryption that C-Kit=20
  567. uses in its routeens ... the startup test only tests for values of some=20
  568. sort that the mouse puts out ...
  569. TO anyone that could shed some more light too this , i would be=20
  570. interested to learn more !
  571.  
  572.  
  573. =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=
  574. =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=
  575. =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=
  576. =3D=3D=3D=3D
  577. This Is Brought To You By - Justin Yendrowich     <8 Bits Still Rule>
  578.                             bbr369@freenet.mb.ca  <Net Surfing On A C=3D1=
  579. 28>
  580. =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=
  581. =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=
  582. =3D=3D=3D Short Sig. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
  583.  
  584.  
  585. On Thu, 18 Jul 1996, phred wrote:
  586.  
  587. > On 17 Jul 1996, bill m howland wrote:
  588. > I thought I made it clear the last time I posted on this, but here it i=
  589. s=20
  590. > again:
  591. > I accidentally found out that having a mouse plugged into port 1 is the=
  592. =20
  593. > same thing as having the C-Kit dongle installed instead. I found this o=
  594. ut=20
  595. > because I use my mouse in port 1 with GEOS, and I forgot to remove the=20
  596. > mouse and insert the dongle when I booted up C-Kit, but it passed the=20
  597. > security test anyway.
  598. > Want me to try it again just to make sure? B-)
  599. > -----------------------------------------------------------------------=
  600. ------
  601. > *          What, Me Clueless? I don't think so...I'm navigating        =
  602.      *
  603. > *               the Internet on a Commodore 64, aren't I?              =
  604.      *
  605. > *Look for me in the following spots:   _phred_ on #c-64 (in IRC)       =
  606.      *
  607. > *Web Page - http://www.america.net/~phred                              =
  608.      *
  609. > *(If I like you, I might even tell you where my secret links are...)  >=
  610. B->  *
  611. > *This signature is subject to change at my whim.  --  phred@america.net=
  612.      *
  613. > -----------------------------------------------------------------------=
  614. -------
  615. #! rnews 818
  616. Path: pravda.aa.msen.com!news1.best.com!news.texas.net!news.kei.com!nntp.=
  617. coast.net!chi-news.cic.net!news.luc.edu!orion!ebrunne
  618. From: ebrunne@orion.it.luc.edu (Edward A. Brunner)
  619. Newsgroups: comp.sys.cbm
  620. Subject: FS: c128 and modified 1541 $30
  621. Date: 19 Jul 1996 19:57:26 GMT
  622. Organization: Loyola University Chicago
  623. Lines: 8
  624. Message-ID: <4sopb6$4lf@artemis.it.luc.edu>
  625. NNTP-Posting-Host: 147.126.1.9
  626. NNTP-Posting-User: ebrunne
  627. X-Newsreader: TIN [version 1.2 PL2]
  628.  
  629.  
  630. I have a c128 w/jiffy dos installed and a 1541 modified to pirate disks. =
  631. =20
  632. They both worked last time i checked, but in the meanwhile i've lost all=20
  633. the cables/power supplies, so i can't check now.  I've heard that these=20
  634. normally go for much more now, but I just want to get this old stuff out=20
  635. of my basement....  Yours for $30 plus shipping....
  636.  
  637. Ted B
  638. #! rnews 1264
  639. Path: pravda.aa.msen.com!spool.mu.edu!munnari.OZ.AU!harbinger.cc.monash.e=
  640. du.au!giaeb!mspinks
  641. From: mspinks@giaeb.cc.monash.edu.au (Matthew Spinks)
  642. Newsgroups: comp.sys.cbm
  643. Subject: Problem with 1541 DD --- help!
  644. Date: 20 Jul 96 04:30:47 GMT
  645. Organization: Monash University
  646. Lines: 20
  647. Message-ID: <mspinks.837837047@giaeb>
  648. NNTP-Posting-Host: giaeb.cc.monash.edu.au
  649. X-NNTP-Posting-User: mspinks
  650. Summary: What's wrong with it and can it be fixed?
  651. Keywords: Problem, 1541 DD, help
  652. X-Newsreader: NN version 6.5.0 #4 (NOV)
  653.  
  654. Hi All,
  655.  
  656. An old-style 1541 disk drive of mine has developed a problem.   When I tu=
  657. rn
  658. it on, all that happens is the green power light lights up, and the red e=
  659. rror
  660. light flashes periodically, whilst the motor runs continuously.   I can't
  661. read the error channel, get a directory listing, or perform any I/O comma=
  662. nds.
  663. Can anyone tell me what's likely to be wrong with it, and whether the pro=
  664. blem
  665. can be easily fixed?
  666.  
  667. Thanks,
  668.  
  669. - Matthew.
  670.  
  671. --
  672. Matthew Spinks      | 'In answer to the question of why it happened, I of=
  673. fer
  674. PhD grad. slave     |  the modest proposal that our Universe is simply on=
  675. e of
  676. GSCIT Research Ctr. |  those things which happen from time to time.'
  677. Monash University   |
  678. Churchill, Victoria | - Edward P. Tryon
  679. Australia           |
  680. #! rnews 1078
  681. Path: pravda.aa.msen.com!spool.mu.edu!usenet.eel.ufl.edu!news.mathworks.c=
  682. om!uunet!in2.uu.net!ccsnet.com
  683. From: <dbryant@ccsnet.com>
  684. Date: Sat, 20 Jul 96 00:22:52 -0500
  685. Newsgroups: comp.sys.cbm
  686. Subject: 64C case
  687. Message-ID: <tcpnntpd.16.7.20.0.22.52.2644608140.3759800@ccsnet.com>
  688. Organization: CCS World
  689. NNTP-Posting-Host: ccsnet.com
  690. X-MajorTCP-Version: MajorTCP/IP [2.00-1]
  691. Lines: 20
  692.  
  693. Can someone tell me wether the innards of a C-64 will fit into a 64-C
  694. case without modification?
  695.  
  696. --
  697. Dale Bryant
  698. Cape Cod, MA
  699.      .  +                  .            .                 |   .     .
  700.          .     .      .     +          .          .      -+-             =
  701.  .
  702.     .  |    .    .     .      dbryant@ccsnet.com    .    .|    . |    .
  703.  .    -+-    .     +       .            .    .        .         -+-.
  704.      . |          .+++ Home of the living Commodore 64 +++   .   |     .
  705.                         +.           .   +       +.
  706. =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=
  707. =3D=3D=3D=3D=3D=3D
  708. Sent from:
  709.    telnet://ccsnet.com
  710.      http://www.ccsnet.com
  711.  
  712. Cape Cod's Internet Address
  713. =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=
  714. =3D=3D=3D=3D=3D=3D
  715.  
  716.  
  717.  
  718.  
  719. =END=
  720.