<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The TRS-80/Tandy Color Computer SuperSite! &#187; CoCo SIG</title>
	<atom:link href="http://www.coco3.com/community/category/archives/delphi/feed" rel="self" type="application/rss+xml" />
	<link>http://www.coco3.com/community</link>
	<description>A Rainbow 30 Years Wide!  Long Live The CoCo</description>
	<lastBuildDate>Sat, 04 Feb 2012 03:58:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<atom:link rel="next" href="http://www.coco3.com/community/category/archives/delphi/feed?page=2" />

		<item>
		<title>see y&#8217;all next year</title>
		<link>http://www.coco3.com/community/1994/12/see-yall-next-year</link>
		<comments>http://www.coco3.com/community/1994/12/see-yall-next-year#comments</comments>
		<pubDate>Sat, 31 Dec 1994 21:49:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/see-yall-next-year/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>84491 31-DEC 21:49 General Information<br />     see y&#8217;all next year<br />     From: COLORSYSTEMS To: ALL</p>
<p>Happy New Year Everybody!!!</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br /> Zack C Sessions<br /> ColorSystems</p>
<p> &#8220;I am Homer of Borg, prepare to be assimi &#8230; OOOOHHH, DOUGHNUTS!&#8221;</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/see-yall-next-year/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RE: MM/1 GWindows Re: Msg 84417</title>
		<link>http://www.coco3.com/community/1994/12/re-mm1-gwindows-re-msg-84417</link>
		<comments>http://www.coco3.com/community/1994/12/re-mm1-gwindows-re-msg-84417#comments</comments>
		<pubDate>Sat, 31 Dec 1994 18:19:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/re-mm1-gwindows-re-msg-84417/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>84488 31-DEC 18:19 General Information<br />     RE: MM/1 GWindows (Re: Msg 84417)<br />     From: EDELMAR      To: JOEL,RANDY,K (NR)</p>
<p> Randy, Ken, Joel and other interested parties -</p>
<p> First some good news.  I just received 2 additional orders for the G-WINDOWS<br /> port.  That makes 12.  Only 8 to go.</p>
<p> Went over all the pertinent messages and Mike Sweet&#8217;s file.  Think I have a<br /> little better undertanding of K-Windows.</p>
<p> I&#8217;m concentrating on ways G-WINDOWS can co-exist with K-Windows under all<br /> circumstances.  I see no reason G-WINDOWS can&#8217;t be started from a K-Windows<br /> screen.  When exiting G-WINDOWS, the user would return to the original screen.<br /> There should be no need for a separate bootdisk.  However, the Fn keys would<br /> not be used to exit G-WINDOWS; rather, it appears the best way is to exit is<br /> to add the exit routine to one of G-WINDOWS&#8217; menus.</p>
<p> Because of the way wcf traps keyboard certain information, the output of<br /> snddrv.mm1 will have to go directly to G-WINDOWS when G-WINDOWS is the active<br /> screen.  A little tinkering with the respective paths should prevent K-Windows<br /> from doing unexpected things to G-WINDOWS.  When exiting G-WINDOWS, all paths<br /> will be restored.  Since I&#8217;ll be mucking around with paths, it might be<br /> desirable to tinker with the mouse path as well.</p>
<p> The above should work fine so long as no attempts are made to hot-key between<br /> screens.  Hot-keying poses another set of problems.  Starting G-WINDOWS<br /> is no problem but probably the use a separate screen to start G-WINDOWS, as<br /> suggested by Joel, is the way to go.  A menu item can be used to send<br /> K-Windows the code to return to the original screen from which other screens<br /> could be selected.  At the same time, paths would be restored.  So far, no<br /> problem.  When the user tries to return to G-WINDOWS, it doesn&#8217;t know it is<br /> the active process &#8211; this is the problem.</p>
<p> The method I&#8217;m leaning towards to solve the hot-key problem is to have<br /> G-WINDOWS start a separate process (call it snoopy) when it&#8217;s being<br /> initialized.  Snoopy&#8217;s main function would be to do the necessary &#8216;switching&#8217;<br /> to insure keyboard and mouse information went to the proper manager.  To do<br /> this, snoopy would query wcf periodically to find which screen is active.<br /> This solution is rather crude (brute force) but will require no changes<br /> to K-Windows.  One  big question is what is meant by &#8216;periodically&#8217;.  The<br /> period wants to long enough so the overhead introduced is not perceptable.<br /> But it wants to be short enough so switching between G-WINDOWS and other<br /> screens &#8216;feels&#8217; instantaneous to the user.  Snoopy could also trigger redraw-<br /> ing the G-WINDOWS screen in case it had been corrupted by inadvertantly drag-<br /> ging another screen to the screen displaying G-WINDOWS.</p>
<p> There is a more elegant solution but this requires a change to K-Windows<br /> (wcf).  Simply, there would be a data module associated with K-Windows.  A<br /> process that didn&#8217;t want to avail itself of the editing and trapping features<br /> of wcf would write its screen number in the data module.  Wcf would be<br /> modified so keyboard/mouse information would follow one of 2 paths.  The first<br /> path would be the existing path which includes the editing/trapping features.<br /> The second path would by-pass these features and pass all the keyboard/mouse<br /> information to the process.  The second path would be selected for those<br /> processes which have identified themselves in the data module.  One other<br /> capability must be added when in the by-pass mode.  Something along the use<br /> of a &#8216;meta-character&#8217; would be necessary to permit changing screens.  When<br /> in the by-pass mode, wcf would examine input for this character.  If present,<br /> the data following would follow the normal path.  It might be desirable to<br /> include this character in the data module so a process could specify its own,<br /> unique metacharacter.  Not only would G-WINDOWS benefit from this (makes for<br /> a straight forward port) but programmers could avail themselves of the keys<br /> now prohibited to them.</p>
<p> Ed Gresick &#8211; DELMAR CO</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/re-mm1-gwindows-re-msg-84417/feed</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>HAPPY NEW YEAR</title>
		<link>http://www.coco3.com/community/1994/12/happy-new-year</link>
		<comments>http://www.coco3.com/community/1994/12/happy-new-year#comments</comments>
		<pubDate>Sat, 31 Dec 1994 03:37:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/happy-new-year/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>84486 31-DEC 03:37 General Information<br />     HAPPY NEW YEAR<br />     From: EDELMAR      To: ALL</p>
<p> Betty and I wish all a very Healthy, Happy and Prosperous New Year.</p>
<p> Betty and Ed Gresick</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/happy-new-year/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RE: Database in C Re: Msg 84363</title>
		<link>http://www.coco3.com/community/1994/12/re-database-in-c-re-msg-84363</link>
		<comments>http://www.coco3.com/community/1994/12/re-database-in-c-re-msg-84363#comments</comments>
		<pubDate>Fri, 30 Dec 1994 23:35:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - Programmers Den]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/re-database-in-c-re-msg-84363/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>84481 30-DEC 23:35 Programmers Den<br />     RE: Database in C (Re: Msg 84363)<br />     From: CHYDE        To: FRANCALCRAFT</p>
<p>I&#8217;m sure someone else has already mentioned this, but I&#8217;ll tell you before<br />reading the rest of the thread <g>.  You don&#8217;t have to treat your .r files<br />as libaries, treat them as seaperate files to link.  I don&#8217;t use cc (I<br />prefer to use my memory for other things </g><g>), but I&#8217;m sure you&#8217;ll be able<br />to link everything using the following command:</p>
<p> cc os9top.c os9search.r os9chdel.r os9enter.r keyword.r -l=/d2/lib/cgfx.l</p>
<p>The precompiler (cc) should compile the .c file to a .r file then link in<br />all the .r files on the command line and finally link to the libraries</p>
<p>(oops wrong key).  As an aside a single .r file is not really a library and<br />so there is no reason to treat it like one.  If you want you can merge all<br />your .r files together into a single file and treat that like a lib file.<br />Read page B-5 of the compiler manual for info about user defined libraries.<br />and pages 1-13 and 1-14 for info about using the compiler (cc1, cc should<br />implement the same features).</p>
<p>Hope this helps, some.</p>
<p>        Chris</p>
<p></g></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/re-database-in-c-re-msg-84363/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SCSI</title>
		<link>http://www.coco3.com/community/1994/12/scsi-5</link>
		<comments>http://www.coco3.com/community/1994/12/scsi-5#comments</comments>
		<pubDate>Fri, 30 Dec 1994 22:55:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/scsi-5/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>84480 30-DEC 22:55 General Information<br />     SCSI<br />     From: PHILSCHERER  To: ALL</p>
<p>Does anyone have any info or specs on a Miniscribe 8425SA 20meg SCSI drive?<br />Any help is appreciated.
<phil>
</phil>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/scsi-5/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>RE: BBS Re: Msg 84471</title>
		<link>http://www.coco3.com/community/1994/12/re-bbs-re-msg-84471-2</link>
		<comments>http://www.coco3.com/community/1994/12/re-bbs-re-msg-84471-2#comments</comments>
		<pubDate>Fri, 30 Dec 1994 21:59:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - Telecom 6809]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/re-bbs-re-msg-84471-2/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>84479 30-DEC 21:59 Telecom (6809)<br />     RE: BBS (Re: Msg 84471)<br />     From: CBJ          To: REVWCP</p>
<p>Rev,<br />     The CoCo can handle it.  I&#8217;m running 4 serial ports (2 modems, a nullmodem<br />to an AT clone and a terminal) on mine with no major problems.  I am also using<br />a 1 Meg Ram pak and four hard drives through Disto equipment.  The main system<br />is a 1MEG CoCo (soon to be replaced ith 2 MEGs.  I am also going to add to the<br />system a Ken-ton SCSI interface.  The hole system runs under StG.  This is the<br />best BBS software for my purposes.  It is very complete and very powerful.  It<br />is also fairly Bug Free.  If you are interested I can give you more details.<br />Car}i{_S|0Asl</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/re-bbs-re-msg-84471-2/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>RE: BBS Re: Msg 84471</title>
		<link>http://www.coco3.com/community/1994/12/re-bbs-re-msg-84471-3</link>
		<comments>http://www.coco3.com/community/1994/12/re-bbs-re-msg-84471-3#comments</comments>
		<pubDate>Fri, 30 Dec 1994 21:00:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - Telecom 6809]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/re-bbs-re-msg-84471-3/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>84478 30-DEC 21:00 Telecom (6809)<br />     RE: BBS (Re: Msg 84471)<br />     From: NEALSTEWARD  To: REVWCP</p>
<p>We (Erie County Color Computer Club) use OS9 Level II BBS originally<br />from Alpha Software Technologies and now I think Rick&#8217;s Computer<br />Enterprise carries it.  It is extremely easy to modify, customize<br />and run external programs from and is farily bulletproof.  The only<br />problem is it is not compatible with Shell+, but I suppose a good<br />hacker could fix that.  If you want to check it out, give it a call<br />at (716)649-1368.  I just checked, the entire CocoPro! package sells<br />for $55 from Rick&#8217;s.  That includes the BBS, Presto Partner, Simply<br />Better WP, V-Term, Data Windows, Multi-Menus, Newspaper09, News<br />Fonts, Tools II, Ddisk Manager Tree, Level II Tools, Data Merger,<br />and Solitaire.  Most of them are OS-9 and many of the Utilities<br />are excellent.  I have most of them and recommend the package because<br />it costs less than I paid for any 2 of them!</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/re-bbs-re-msg-84471-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ge</title>
		<link>http://www.coco3.com/community/1994/12/ge-7</link>
		<comments>http://www.coco3.com/community/1994/12/ge-7#comments</comments>
		<pubDate>Wed, 28 Dec 1994 02:24:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/ge-7/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>91118 28-DEC 02:24 General Information<br />     ge<br />     From: WA2EGP       To: ALL</p>
<p>Is it me?  I wish uploads would say what machine/OS (OS-9 vs. OS-9/68000)<br />the thing would run on.  I get tired downloading something only to find that<br />it is for the CoCo (No offense here, the same could be said in reverse) and<br />I try to use it on an OSK box.  Is it possible that OSK or OS9 could be used<br />as a keyword?  That used to be done more in the past.  I think a lot of users<br />would appreciate it, especially newer users.  Also, put vital info in the<br />docs rather than in the program description.  I have had a couple of d/l where<br />something was missing from the docs but it was in the program description.<br />That would really drive someone crazy.  I know I&#8217;m being picky but there were<br />a lot of times where I wish these things were done&#8230;&#8230;and I would have less<br />gray hair and more hair (Grin).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/ge-7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dragon&#8217;s Lair II</title>
		<link>http://www.coco3.com/community/1994/12/dragons-lair-ii</link>
		<comments>http://www.coco3.com/community/1994/12/dragons-lair-ii#comments</comments>
		<pubDate>Wed, 28 Dec 1994 01:58:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/dragons-lair-ii/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>91114 28-DEC 01:58 General Information<br />     Dragon&#8217;s Lair II<br />     From: MREGC        To: ALL</p>
<p>    If you have a CD-i player, RUN, don&#8217;t walk, to your favorite CD-i store<br />and pick up Dragon&#8217;s Lair II. This is the most visually stunning game I have<br />ever seen on any home system or in the arcade, bar none. It is simply<br />incredible. If you like Dragon&#8217;s Lair, the sequel makes the original look<br />like Pong.</p>
<p>    I say this is the 2nd best game ever created. Space Ace is still first,<br />simply because, as a character, Ace is a lot more fun to watch than Dirk.</p>
<p>..Eric&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/dragons-lair-ii/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>RE: CD-i Re: Msg 90977</title>
		<link>http://www.coco3.com/community/1994/12/re-cd-i-re-msg-90977</link>
		<comments>http://www.coco3.com/community/1994/12/re-cd-i-re-msg-90977#comments</comments>
		<pubDate>Wed, 28 Dec 1994 00:27:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/re-cd-i-re-msg-90977/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>91113 28-DEC 00:27 General Information<br />     RE: CD-i (Re: Msg 90977)<br />     From: MREGC        To: DSRTFOX (NR)</p>
<p>  > I doubt 3DO will catch on then.</p>
<p>    Don&#8217;t speak so fast. Unfortunately 3DO is posing an immeasureable threat<br />to CD-i. In most stores I go to (and from messages on CompuServe&#8217;s CD-i<br />section, this is a very widespread phenomenon) salesmen are pushing 3DO<br />bigtime. In particular, even people who come in looking at getting a CD-i<br />player are being turned by salsmen towards the 3DO. I&#8217;ve talked to many of<br />these salesmen, and not only are they diehard 3DO supporters, many of them<br />own the system themselves and have a big interest in seeing it succeed.</p>
<p>  > A good deal for CD-i was Sears and a couple of the chain stores&#8230;</p>
<p>    Unfortunately at many of the Sears stores they rarely even turn the<br />machine on. Even when they do they don&#8217;t run anything impressive on it and<br />no one working there knows squat about it. Chains like Best Buy and<br />Incredible Universe are Better but even these places still don&#8217;t push CD-i<br />nearly as much as ANY of the other systems they carry and they don&#8217;t stock<br />even a decent supply of CD-i titles, making it look as though CD-i doesn&#8217;t<br />have a lot available for it. Last time I walked into Circuit City they had<br />placed a 3DO in the CD-i custom display kiosk. Talk about a slap in the<br />face!</p>
<p>..Eric&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/re-cd-i-re-msg-90977/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>deskmate</title>
		<link>http://www.coco3.com/community/1994/12/deskmate-4</link>
		<comments>http://www.coco3.com/community/1994/12/deskmate-4#comments</comments>
		<pubDate>Tue, 27 Dec 1994 23:51:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/deskmate-4/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>91112 27-DEC 23:51 General Information<br />     deskmate<br />     From: 2RSMITH      To: CHYDE</p>
<p>please read 91104, I meant to send to all 3 of u fellows. Ray <img src='http://www.coco3.com/community/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  N. Year.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/deskmate-4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>infoexpress?</title>
		<link>http://www.coco3.com/community/1994/12/infoexpress</link>
		<comments>http://www.coco3.com/community/1994/12/infoexpress#comments</comments>
		<pubDate>Tue, 27 Dec 1994 21:10:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - Telecom 6809]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/infoexpress/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>91108 27-DEC 21:10 Telecom (6809)<br />     infoexpress?<br />     From: JOSEPHCHEEK  To: ALL</p>
<p>can anyone tell me about infoexpress (where I can find it, etc.)? I have<br />heard that it will allow me to do offline readiing on    delphi. thank you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/infoexpress/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Deskmate to 2400 baud</title>
		<link>http://www.coco3.com/community/1994/12/deskmate-to-2400-baud</link>
		<comments>http://www.coco3.com/community/1994/12/deskmate-to-2400-baud#comments</comments>
		<pubDate>Mon, 26 Dec 1994 23:15:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/deskmate-to-2400-baud/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>91104 26-DEC 23:15 General Information<br />     Deskmate to 2400 baud<br />     From: 2RSMITH      To: RANDYKWILSON</p>
<p>Fellows I&#8217;ve tried all your sugestions and still have 600 baud printing.<br />Please read FO&#8217;s 91095,91096 and 91099.  believe you&#8217;ll see the diference<br />of opinion&#8230;also I can change the /p module per CHYDE, but it doesn&#8217;t<br />change either the 600 or 1200 baud in the control panel. The control<br />panel sees to dominate, but u can&#8217;t elimenate it.</p>
<p>basic) that is program<br />to set the font to coorespondence 12 with bold. then I load the DM disk<br />to print about 4 pages of a new lease.  Ray</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/deskmate-to-2400-baud/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pentium FDIV Instruction</title>
		<link>http://www.coco3.com/community/1994/12/pentium-fdiv-instruction</link>
		<comments>http://www.coco3.com/community/1994/12/pentium-fdiv-instruction#comments</comments>
		<pubDate>Sun, 25 Dec 1994 03:09:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/pentium-fdiv-instruction/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>91097 25-DEC 03:09 General Information<br />     Pentium FDIV Instruction<br />     From: PAGAN        To: ALL</p>
<p> Forwarded from SKEPTIC listserv:</p>
<p> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- snip &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br /> Date:    Sat, 24 Dec 1994 18:52:01 -0500<br /> From:    Garrison Hilliard <ad704 @DAYTON.WRIGHT.EDU><br /> Subject: Pentium</p>
<p> Q&#038;A:  THE PENTIUM FDIV BUG</p>
<p> Q:  How many Pentium designers does it take to screw in a light bulb?<br /> A:  1.99904274017, but that&#8217;s close enough for non-technical people.</p>
<p> Q:  What do you get when you cross a Pentium PC with a  research grant?<br /> A:  A mad scientist.</p>
<p> Q:  What&#8217;s another name for the &#8220;Intel Inside&#8221; sticker they put on<br />     Pentiums?<br /> A:  The warning label.</p>
<p> Q:  What do you call a series of FDIV instructions on a Pentium?<br /> A:  Successive approximations.</p>
<p> Q:  Complete the following word analogy:  Add is to Subtract as Multiply<br />     is to:<br />         1)  Divide<br />         2)  ROUND<br />         3)  RANDOM<br />         4)  On a Pentium, all of the above<br /> A:  Number 4.</p>
<p> Q:  What algorithm did Intel use in the Pentium&#8217;s floating point divider?<br /> A:  &#8220;Life is like a box of chocolates.&#8221; (Source: F. Gump of Intel)</p>
<p> Q:  Why didn&#8217;t Intel call the Pentium the 586?<br /> A:  Because they added 486 and 100 on the first Pentium and got<br />     585.999983605.</p>
<p> Q:  According to Intel, the Pentium conforms to the IEEE standards 754  and<br />     854 for floating point arithmetic.  If you fly in aircraft designed using<br />     a Pentium, what is the correct pronunciation of &#8220;IEEE&#8221;?<br /> A:  Aaaaaaaiiiiiiiiieeeeeeeeeeeee!</p>
<p> TOP TEN NEW INTEL SLOGANS FOR THE PENTIUM<br /> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>   9.9999973251   It&#8217;s a FLAW, Dammit, not a Bug<br />   8.9999163362   It&#8217;s Close Enough, We Say So<br />   7.9999414610   Nearly 300 Correct Opcodes<br />   6.9999831538   You Don&#8217;t Need to Know What&#8217;s Inside<br />   5.9999835137   Redefining the PC &#8212; and Mathematics As Well<br />   4.9999999021   We Fixed It, Really<br />   3.9998245917   Division Considered Harmful<br />   2.9991523619   Why Do You Think They Call It *Floating* Point?<br />   1.9999103517   We&#8217;re Looking for a Few Good Flaws<br />   0.9999999998   The Errata Inside</p>
<p>For those skeptical of Intel&#8230;<br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- snip &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p></ad704></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/pentium-fdiv-instruction/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Merry Christmas</title>
		<link>http://www.coco3.com/community/1994/12/merry-christmas-2</link>
		<comments>http://www.coco3.com/community/1994/12/merry-christmas-2#comments</comments>
		<pubDate>Sat, 24 Dec 1994 21:46:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/merry-christmas-2/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>91090 24-DEC 21:46 General Information<br />     Merry Christmas<br />     From: NIMITZ       To: ALL</p>
<p>Merry Christmas everyone!</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/merry-christmas-2/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>RE: 8-bit chips Re: Msg 90979</title>
		<link>http://www.coco3.com/community/1994/12/re-8-bit-chips-re-msg-90979</link>
		<comments>http://www.coco3.com/community/1994/12/re-8-bit-chips-re-msg-90979#comments</comments>
		<pubDate>Thu, 22 Dec 1994 06:51:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - Applications 6809]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/re-8-bit-chips-re-msg-90979/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>91073 22-DEC 06:51 Applications (6809)<br />     RE: 8-bit chips (Re: Msg 90979)<br />     From: AJMLFCO      To: DSRTFOX (NR)</p>
<p>yes, GESPAC has a nice offering.  I notice lately that they have come out<br />with a lot of Intel/ Windows stuff.  It must hurt them to have to<br />do that, but customers are a demanding lot!  With the low price of<br />PC&#8217;s, a plant engineer can set up a nice operator workstation with<br />good graphics and never have to write a line of code&#8211; never see<br />a &#8220;C&#8221; compiler.  Maybe the Power PC will open up a new opportunity.<br />Do you think K-windows will be a &#8220;hit&#8221; on the power PC?</p>
<p>Allen</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/re-8-bit-chips-re-msg-90979/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back, after a month of aaagony.</title>
		<link>http://www.coco3.com/community/1994/12/back-after-a-month-of-aaagony</link>
		<comments>http://www.coco3.com/community/1994/12/back-after-a-month-of-aaagony#comments</comments>
		<pubDate>Wed, 21 Dec 1994 19:32:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/back-after-a-month-of-aaagony/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>91071 21-DEC 19:32 General Information<br />     Back, after a month of aaagony.<br />     From: DIGIGRADE    To: ALL</p>
<p>    Hi all,</p>
<p>  In case your wondering why I haven&#8217;t made the least bit of noise around<br />here, my account was suspended last month and as you know it takes weeks<br />for Delphi to process things. So here I am. I know you are all jumping for<br />joy. <img src='http://www.coco3.com/community/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p> _____________________________________________________________________________<br /> |Dave Pellerito    &#8211;   <digigrade @delphi.com>  |  Posted using InfoXpress   |<br /> |Digigrade Productions   &#8211;   Digital Services  |  with an MM/1 running OSK  |<br /> |&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br /> | *********** Compact disks, the greatest idea since television *********** |<br /> |___________________________________________________________________________|</p>
<p></digigrade></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/back-after-a-month-of-aaagony/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JEVESTAL on Delphi</title>
		<link>http://www.coco3.com/community/1994/12/jevestal-on-delphi</link>
		<comments>http://www.coco3.com/community/1994/12/jevestal-on-delphi#comments</comments>
		<pubDate>Wed, 21 Dec 1994 02:29:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/jevestal-on-delphi/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>91066 21-DEC 02:29 General Information<br />     JEVESTAL on Delphi<br />     From: ONTHEFRITZ   To: ALL</p>
<p>Hi all!  This is Jim Vestal aka JEVESTAL, I&#8217;m borrowing a friend&#8217;s account<br />to post this so please don&#8217;t send me email on this account.</p>
<p>I&#8217;m posting this due to my account being shut down as of today until at<br />least the first week of Januany.  I may not be able to read the forum<br />messages until then and won&#8217;t be able to make the cool confs until then<br />too.</p>
<p>If you send email to JEVESTAL account I won&#8217;t get it until I have access<br />again.</p>
<p>You can email me on my BBS (Narnia BBS), the internet email address is:</p>
<p>jevestal%narnia@sandv.chi.il.us</p>
<p>or</p>
<p>jevestal@narnia.citrus.sac.ca.us</p>
<p>I&#8217;ll be monitoring the CoColist via a local bulletin board.</p>
<p>Wishing all you Merry Christmas and Happy New Year, see you all in 1995!</p>
<p>Jim</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/jevestal-on-delphi/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deskmate</title>
		<link>http://www.coco3.com/community/1994/12/deskmate-5</link>
		<comments>http://www.coco3.com/community/1994/12/deskmate-5#comments</comments>
		<pubDate>Tue, 20 Dec 1994 23:48:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/deskmate-5/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>91064 20-DEC 23:48 General Information<br />     Deskmate<br />     From: 2RSMITH      To: CHYDE</p>
<p>I managed to get ded from the app files..BUT I dont know how to quite<br />understand u&#8217;re instructs.   The deskmate dos gets all those icons.  I<br />tried my os9 System disk then changed to the deskmate desk using the<br />chx chd routine but typing OS9>ded os9boot gets me errors.  Could U<br />explain when I place the SYS disk in or the DESKM disk in when etc.?<br />I&#8217;m trying to change the baud in the DESKMATE disk to 2400&#8211;maybe<br />I haven&#8217;t explained that very well. I wouldn&#8217;t blame U if U give up;<br />what with christmas and all. Have a good one&#8212;-:-)  Ray</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/deskmate-5/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Christmas_94</title>
		<link>http://www.coco3.com/community/1994/12/christmas_94</link>
		<comments>http://www.coco3.com/community/1994/12/christmas_94#comments</comments>
		<pubDate>Tue, 20 Dec 1994 23:38:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/christmas_94/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>91063 20-DEC 23:38 General Information<br />     Christmas_94<br />     From: REVWCP       To: ALL</p>
<p>Dear friends:<br />Once again it is almost Christmastide.  I want to take the<br />opportunity to thank all of you who have given so many gifts<br />to me and the rest of the OS-9 community this past year.  Your<br />willingness to share programming and technical knowledge&#8230;your<br />words of support and encouragment to newcomers&#8230;your kind notes<br />to me at various times, both to assist when I have a computer<br />related need, or just to say hello.  My chosen life, that as a<br />monk, allows me few luxuries.  Having taken a vow of poverty, I<br />do not have a great deal of personal possessions, and as far as<br />the world is concerned, I am a poor man.  But, when I count all<br />of you, my friends, I am quite wealthy indeed.</p>
<p>At Midnight mass, on Christmas eve, it is customary for a priest<br />to remember family and friends during the prayers.  I want to<br />assure that you will all be in my prayers that night.  As has<br />become my own custom, if there are any that you would like me to<br />remember in my prayers that night, any special intentions for<br />yourselves, your friends, and family, please send me an email<br />message with your intentions and I will be pleased to remember<br />them in prayer.</p>
<p>I know that I have said this many times, but the OS-9 community<br />is a very special part of my life.  I look foreward to the Fests,<br />and other times when we can get together.  I wish all of you a<br />blessed holiday time, and a peacefull and prosperous New Year.</p>
<p>::::::::::::::::::::::::::::::::::::::::::::::::::::<br />:: With all best wishes, ::::::  2 Kings 2:23-24 :::<br />:: Brother Jeremy, CSJW  :::::::::::::::::::::::::::<br />:: OS9 Users Group Treasurer :: revwcp@delphi.com ::<br />:::::::::::::::::::::::::::::::: CIS &#8211; 76477,142 :::<br />::::::::::::::::::::::::::::::::::::::::::::::::::::</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/christmas_94/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>os9 boot</title>
		<link>http://www.coco3.com/community/1994/12/os9-boot-2</link>
		<comments>http://www.coco3.com/community/1994/12/os9-boot-2#comments</comments>
		<pubDate>Sun, 18 Dec 1994 22:06:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/os9-boot-2/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>91042 18-DEC 22:06 General Information<br />     os9 boot<br />     From: TAULBORG     To: ALL</p>
<p>I have a problem booting when I first power up!I will turn my computer on<br />and everything goes on and up to speed(including my hard drives) and I<br />try to boot. It starts with floppy then reads the startup from hard drive.<br />It fails at first but when I turn off /h0 and boot straight from floppy<br />and do a dcheck of /h0 then reboot,IT DOES!!!Why didn&#8217;t it do it the<br />first time?Oh yea I did turn on /h0 before I did a dcheck of it. It also<br />sometimes boots right when after I have had the computer running in rsdos<br />for some time(about 30mins to an hour).I know that more info will<br />probably be needed to solve this dilema so I will answere all questions<br />as best I can!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/os9-boot-2/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>OS9 SIG</title>
		<link>http://www.coco3.com/community/1994/12/os9-sig</link>
		<comments>http://www.coco3.com/community/1994/12/os9-sig#comments</comments>
		<pubDate>Sun, 18 Dec 1994 21:53:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - OSK Applications]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/os9-sig/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>91041 18-DEC 21:53 OSK Applications<br />     OS9 SIG<br />     From: VAXELF       To: ALL</p>
<p>  Thanks to all who responded to my qwery.</p>
<p>COM OS9 works great.</p>
<p>            M E R R Y  C H R I S T M A S</p>
<p>                         &#038;</p>
<p>            H A P P Y  N E W  Y E A R</p>
<p>John D <vaxelf></p>
<p></vaxelf></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/os9-sig/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RE: _gs_rdy Question Re: Msg 90980</title>
		<link>http://www.coco3.com/community/1994/12/re-_gs_rdy-question-re-msg-90980</link>
		<comments>http://www.coco3.com/community/1994/12/re-_gs_rdy-question-re-msg-90980#comments</comments>
		<pubDate>Sun, 18 Dec 1994 19:42:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - Programmers Den]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/re-_gs_rdy-question-re-msg-90980/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>91038 18-DEC 19:42 Programmers Den<br />     RE: _gs_rdy() Question (Re: Msg 90980)<br />     From: DBREEDING    To: DSRTFOX (NR)</p>
<p> > The whole idea behind GNU software is to make good software avaialble to<br /> > the public at little or no charge, that&#8217;s why the restrictions. Providing<br /> > source makes it easier for the nrearly free programs to be improved upon,</p>
<p> > &#8230; leave it to others to add versatility and bells n&#8217; whistles.</p>
<p>The idea _is_ good and noble, but kinda halts us &#8220;mercenary&#8221; lots&#8230;<g></p>
<p>On a BBS once, we got into a discussion about providing source with your<br />release.  One guy said he would NOT use anything that did not have source.<br />I have released the source with one of my programs (&#8220;gfx3&#8243; from way back<br />when..).  But since then, especially in the light of the hassle that Carl<br />Kreider went through with unauthorized releases of &#8220;ar&#8221; (and he didn&#8217;t<br />even provide source, I don&#8217;t think), I have decided that it could cause<br />you problems if someone clobbered up your code and re-released it in your<br />name, so I&#8217;m not sure that I&#8217;m as much in favor or releasing code as I<br />once was.</p>
<p>Again, I can see the point of the restrictions on the GNU stuff, but if<br />I should release anything, even to the PD, I would still prefer to retain<br />control over what is done with the code, especially if I&#8217;m going to get<br />blamed for it.  Of course, not releasing code still does not preclude<br />someone&#8217;s disassembling the code and working on it, but that would require<br />a capability in one that would indicate that he could produce good code in<br />his modifications.</p>
<p>                   &#8212; David Breeding &#8211;<br />                 CompuServe :  72330,2051<br />                     Delphi :  DBREEDING</p>
<p>         ***  Sent via CoCo-InfoXpress V1.01 ***<br />                       ^^^^ ^^^^^^^^^^</p>
<p></g></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/re-_gs_rdy-question-re-msg-90980/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>VT100 Help</title>
		<link>http://www.coco3.com/community/1994/12/vt100-help</link>
		<comments>http://www.coco3.com/community/1994/12/vt100-help#comments</comments>
		<pubDate>Sun, 18 Dec 1994 17:49:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/vt100-help/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>91034 18-DEC 17:49 General Information<br />     VT100 Help<br />     From: BOISY        To: ALL</p>
<p>Hi everyone,</p>
<p>I&#8217;m in the process of adding VT-100 support to LinkUp and need some type<br />of documentation that outlines the various VT-100 codes and what they do,<br />as well as how to respond to them if necessary.</p>
<p>I would appreciate any files one could e-mail me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/vt100-help/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>cgp-220</title>
		<link>http://www.coco3.com/community/1994/12/cgp-220-2</link>
		<comments>http://www.coco3.com/community/1994/12/cgp-220-2#comments</comments>
		<pubDate>Sun, 18 Dec 1994 11:44:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/cgp-220-2/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>91028 18-DEC 11:44 General Information<br />     cgp-220<br />     From: MIKE_GUZZI   To: ALL</p>
<p>I own a CGP-220, recently i got a 486 system and there isn&#8217;t a driver for<br />this printer. If i remember right , this printer was also made by canon,<br />with a radio shack label on it, whats the canon model # for the cgp-220?<br />anyone know?</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/cgp-220-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sony 1302</title>
		<link>http://www.coco3.com/community/1994/12/sony-1302</link>
		<comments>http://www.coco3.com/community/1994/12/sony-1302#comments</comments>
		<pubDate>Sun, 18 Dec 1994 10:54:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - System Modules 6809]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/sony-1302/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>91025 18-DEC 10:54 System Modules (6809)<br />     sony 1302<br />     From: DONALDS      To: MARTYGOODMAN (NR)</p>
<p>Marty;</p>
<p>I got a sony 1302 monitor the other day and seem to have a problem with it.<br /> when I turn on the system the screen will come up fine then after it warms<br />about a minute there is a snap and I get 2 yellow line across the top of the<br />screen<br />athis the monitor works fine. would you have a sujestion (sp) as to what it may<br />be?<br />                 Don</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/sony-1302/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Kermit protocol</title>
		<link>http://www.coco3.com/community/1994/12/kermit-protocol</link>
		<comments>http://www.coco3.com/community/1994/12/kermit-protocol#comments</comments>
		<pubDate>Sat, 17 Dec 1994 23:04:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - OSK Applications]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/kermit-protocol/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>91023 17-DEC 23:04 OSK Applications<br />     Kermit protocol<br />     From: PAGAN        To: ALL</p>
<p> I left a message recently in the service forum asking if Delphi was going to<br /> support the new Kermit 5A with sliding window and variable packet sizes.  I<br /> was told that no one in service knows one way or the other but that Delphi<br /> was working on upgrades for 1995.  This is very fast transfer protocol &#8211; I<br /> did some tests on a dedicated 9600 baud line and got about 11,000 bits per<br /> second &#8211; so maybe if we all flood the feedback mail with request for this<br /> transfer protocol Delphi will oblige by addding it for &#8217;95.</p>
<p> Stephen (PAGAN)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/kermit-protocol/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DESKMATE</title>
		<link>http://www.coco3.com/community/1994/12/deskmate-6</link>
		<comments>http://www.coco3.com/community/1994/12/deskmate-6#comments</comments>
		<pubDate>Sat, 17 Dec 1994 19:49:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/deskmate-6/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>91021 17-DEC 19:49 General Information<br />     DESKMATE<br />     From: 2RSMITH      To: ALL</p>
<p>I have been using the Tandy Deskmate program lately to prepare a rental<br />lease etc.  The Baud rate is 600 which is fairly slow on my DMP-107<br />printer. I would like to change it to 2400 baud (the program that is).<br />but I sure need some help.  Frank Swygert suggested I ask on OS9 forum.<br />I am familiar with OS9 ( not a hacker) and have used Supercomm with all<br />the new parches in the boot file ok&#8230;&#8230;RAY      (2RSMITH)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/deskmate-6/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Delphi</title>
		<link>http://www.coco3.com/community/1994/12/delphi-4</link>
		<comments>http://www.coco3.com/community/1994/12/delphi-4#comments</comments>
		<pubDate>Sat, 17 Dec 1994 13:07:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - OSK Applications]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/delphi-4/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>91016 17-DEC 13:07 OSK Applications<br />     Delphi<br />     From: VAXELF       To: ALL</p>
<p>  Has anyone else notice that you can no longer go from the Delphi sigon<br />promopt to the OS9 SIG by just doing a &#8220;gr os9&#8243;. I now have to first do a<br />&#8220;go computing&#8221; then a &#8220;os9&#8243; to get to this sig.</p>
<p>John D.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/delphi-4/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Monitor Headache</title>
		<link>http://www.coco3.com/community/1994/12/monitor-headache</link>
		<comments>http://www.coco3.com/community/1994/12/monitor-headache#comments</comments>
		<pubDate>Fri, 16 Dec 1994 23:29:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/monitor-headache/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>91010 16-DEC 23:29 General Information<br />     Monitor Headache<br />     From: CHARLESAM    To: MARTYGOODMAN (NR)</p>
<p>Marty, maybe you can help me put an end to my current monitor problem. I<br />always have pix at startup but after about 10minutes the screen goes black.<br />I can get the pix back with a blow to the side and that works a couple of times<br />but then it goes down for the count. The monitor is combination of two different</p>
<p>Magnavoxs, namely a tube from one model, the guts from another. I bought it for<br />dirt at Atlanta cause my monitor (CM8) had developed loss of hoz hold. Is this<br />an overheating problem or a break in the circuit board?<br />    I plan to get a Sony after Christmas but I would like to get to the cause<br />of this problem if possible. I know I&#8217;m not giving you a wealth of useable<br />info here, but maybe you can suggest where the problem might live.<br />    One more symptom is the picture starts dancing or shrinking a little<br />before it goes black. Thats it. If I leave it off for a half hour, I&#8217;m back<br />in business again. Thanx Charlie</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/monitor-headache/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>The Pink Rose of Mansfield</title>
		<link>http://www.coco3.com/community/1994/12/the-pink-rose-of-mansfield</link>
		<comments>http://www.coco3.com/community/1994/12/the-pink-rose-of-mansfield#comments</comments>
		<pubDate>Fri, 16 Dec 1994 20:21:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - Telecom 6809]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/the-pink-rose-of-mansfield/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>91009 16-DEC 20:21 Telecom (6809)<br />     The Pink Rose of Mansfield<br />     From: MDALENE      To: ALL</p>
<p>+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;+<br />| ______          _ __                 _ __              |<br />|    /   /        &#8216; )  )         /     &#8216; )  )            |<br />| &#8211;/   /_  _      /&#8211;&#8217; o ____  /_      /&#8211;&#8217; _____    _  |<br />|(_/   / /_+&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;-+<br />    |   We keep You informed of your world    |<br />    +&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;+<br />50 Echo mail forums, with more on the way, user requstable!<br />Large and expanding online file librairy. for DOS and OS/9<br />24 Hours a day of Operation<br />QWK offline mail, Online games, CD-ROM access</p>
<p>300, 1200, 2400, 4800 and 9600 baud support always<br />SEMS official hub of 1:327 area of fido.<br />    And Most of all REDUCED yearly Subscription rate! only $24 per year<br />gives you 3 hours per day, No file ratios. Access to CD-ROM!</p>
<p>    Call Today! 203-429-6338.<br />    Fido Address 1:327/6338</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/the-pink-rose-of-mansfield/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HELP with MM/1 video</title>
		<link>http://www.coco3.com/community/1994/12/help-with-mm1-video</link>
		<comments>http://www.coco3.com/community/1994/12/help-with-mm1-video#comments</comments>
		<pubDate>Wed, 14 Dec 1994 23:19:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/help-with-mm1-video/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90984 14-DEC 23:19 General Information<br />     HELP with MM/1 video<br />     From: MARTYGOODMAN To: ALL</p>
<p>I need to know exactly what kind of physical video connector<br />the MM/1 uses, and what its pin out is.   I&#8217;ve been told<br />that it uses a standard DB 9 female connector on the MM/1.<br />IS this so?</p>
<p>Does the MM/1 put out the same sort of RGB analog video at 15.75 KHz<br />H sync rate and 60 Hz vertical sync rate that is put out by the CoCo 3?<br />That is what I had thought.   But some just sent me a pin out for<br />the MM/1 that would imply it did NOT put out analog video at all,<br />but instead put out IBM style CGA video.   Can someone here<br />clarify this for me?</p>
<p>  Thanks for any help you can give me here.</p>
<p>  &#8212;marty</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/help-with-mm1-video/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>OS-9 Late Night Schedual</title>
		<link>http://www.coco3.com/community/1994/12/os-9-late-night-schedual</link>
		<comments>http://www.coco3.com/community/1994/12/os-9-late-night-schedual#comments</comments>
		<pubDate>Tue, 13 Dec 1994 00:12:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/os-9-late-night-schedual/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90962 13-DEC 00:12 General Information<br />     OS-9 Late Night Schedual<br />     From: THETAURUS    To: ALL</p>
<p>                                OS-9 Late Night<br />                               Conference Schedual<br />                            For December AND January<br />          Date                Time(EST)      Topic<br />          &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />December 5, 1994    10:00 PM       Open Forum</p>
<p>          December 12, 1994   10:00 PM       Open Forum</p>
<p>          December 19, 1994   10:00 PM       OS-9: The Year in Review<br />                                             What exactly was<br />                                             accomplished in &#8217;94 and<br />                                             what can we improve on?<br />                                             With CD-I hitting the<br />                                             mainstream with good<br />                                             success and Personal OS-9<br />                                             Software starting to come<br />                                             of age, it gives us<br />                                             plenty to talk about!</p>
<p>          December 26, 1994   10:00 PM       Open Forum</p>
<p>          January 2, 1994     10:00 PM       OS-9 in &#8217;95!<br />                                             What lies ahead for<br />                                             OS-9 and the OS-9 User&#8217;s<br />                                             Group in the Coming year?</p>
<p>          January 9, 1994     10:00 PM       Open Forum</p>
<p>          January 16, 1994    10:00 PM       Countdown to Chicago!<br />                                             Come join members of<br />                                             the Glennside Color<br />                                             Computer Club as we<br />                                             discuss the upcoming<br />                                             Chicago Cocofest, which<br />                                             takes place on April<br />                                             29,30 1994!</p>
<p>          January 23, 1994    10:00 PM       Open Forum</p>
<p>          January 30, 1994    10:00 PM       Open Forum</p>
<p> >Chris< </p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/os-9-late-night-schedual/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Downed Hard Drive! :-</title>
		<link>http://www.coco3.com/community/1994/12/downed-hard-drive</link>
		<comments>http://www.coco3.com/community/1994/12/downed-hard-drive#comments</comments>
		<pubDate>Mon, 12 Dec 1994 10:57:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/downed-hard-drive/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90958 12-DEC 10:57 General Information<br />     Downed Hard Drive! <img src='http://www.coco3.com/community/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> <br />     From: 01GEN40      To: ALL</p>
<p>Hello All, and Happy Holidays!</p>
<p>  Quite unfortunately, my CoCos hard drive crashed yesterday 12/11.  What<br />a bummer.  I do not know how long it will be before I am back on-line with<br />my Trusty Little CoCo.  I still have on-line access with the 486 non-Intel<br />PC at work so I can read the forum just before I have to start slaving.  I<br />would like to know some tid-bits of info from anyone who has logged on with<br />a PC.  I am using a program that emmulates ProComm, it came with a modem I<br />had bought for my CoCo.  If anyone is familiar with the OS-9 program,<br />TelStar, it works similar.  I have these wierd characters that precede dis-<br />plays such as these forum messages.  There is a total of 10.  I do not know<br />how to replicate a &#8220;right arrow&#8221; so I will use this < -.  These are the char-<br />acters:  < -(1;1H<-(2H   I have gone into "Using Delphi" and cannot find any-<br />thing that would help me there.  The only thing that I can think of is term-<br />inal emmulation.  I cannot figure out how to change it in this program.  Any<br />help will be most appreciated.  See ya.</p>
<p>LONG LIVE OS-9! <forever> ** In whatever form it is in!</p>
<p>-= 01GEN40 =-</p>
<p></forever></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/downed-hard-drive/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CD-i titles&#8230;</title>
		<link>http://www.coco3.com/community/1994/12/cd-i-titles</link>
		<comments>http://www.coco3.com/community/1994/12/cd-i-titles#comments</comments>
		<pubDate>Mon, 12 Dec 1994 02:18:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - Games & Graphics]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/cd-i-titles/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90957 12-DEC 02:18 Games &#038; Graphics<br />     CD-i titles&#8230;<br />     From: MITHELEN     To: ALL</p>
<p>Welp, pick up two new CD-i titles today. Mutant Rampage: Bodyslam, and<br />Dragons lair II: Timewarp. Both are excellent.</p>
<p>Mutant Rampage is a fast paced, knock &#8216;em, sock &#8216;em, beat the heck outa<br />the Mutant bad guys game&#8230; It has 4 levels, the first 3 have 3 different<br />scenes (citys), the last just one (New York, the roughest/tuffest place in the<br />world). This is a real action game! and quite challengeing. The graphics are<br />supurb, along with the background music and sound effects. This is by far<br />my favorate game so far, really gets the heart pumping!</p>
<p>Dragons Lair II, is, of course the sequeal to the famous Dragons Lair<br />game. I haven&#8217;t played it in depth yet, but it definately starts out much<br />harder then the original. Once again the graphics/sound and action are great.</p>
<p>I noticed several more new titles in the local Best Buy(s) this weekend. They<br />must have finally got their XMas releases in&#8230; Hall of Fame Football,<br />Earth Control (or something like that) and one other game struck my interest<br />but I didn&#8217;t want to drop too much $$$ all at once&#8230; And I saw Dances With<br />Wolves there too, which I definately will get next time I have a chance<br />and some extra $$$&#8230; Looks like there will be lots of good stocking<br />stuffers for poeple with CD-i players!<br />&#8211;<br /> Paul Jerkatis &#8211; SandV BBS (708)352-0948: OS-9 Support<br /> UUCP: amiserv.xnet.com!vpnet!sandv!mithelen &#8230;or&#8230; mithelen@sandv.chi.il.us<br /> Internet: MITHELEN@Delphi.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/cd-i-titles/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerBasic files in da new</title>
		<link>http://www.coco3.com/community/1994/12/powerbasic-files-in-da-new</link>
		<comments>http://www.coco3.com/community/1994/12/powerbasic-files-in-da-new#comments</comments>
		<pubDate>Sun, 11 Dec 1994 23:34:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - OSK Applications]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/powerbasic-files-in-da-new/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90954 11-DEC 23:34 OSK Applications<br />     PowerBasic files in da new<br />     From: FHOGG        To: MISAL (NR)</p>
<p>Please delete all the files in da new that refer to PowerBasic. I will upload<br />new files with the new name CDL Basic.</p>
<p>Sorry for the trouble.</p>
<p>Thanks<br />Frank</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/powerbasic-files-in-da-new/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CDL Basic for OS9/68000</title>
		<link>http://www.coco3.com/community/1994/12/cdl-basic-for-os968000</link>
		<comments>http://www.coco3.com/community/1994/12/cdl-basic-for-os968000#comments</comments>
		<pubDate>Sun, 11 Dec 1994 23:33:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - OSK Applications]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/cdl-basic-for-os968000/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90953 11-DEC 23:33 OSK Applications<br />     CDL Basic for OS9/68000<br />     From: FHOGG        To: ALL</p>
<p>PowerBasic for OS9/68000 has a new name.</p>
<p>    CDL Basic for OS9/68000</p>
<p>It was brought to our attention that the name PowerBasic was in use in the PC<br />world and this confused many people. In order to avoid confusion (and avoid<br />spending far too much time with lawyers) we decided to change the name. Hope<br />this doesn&#8217;t confuse too<br />many people.</p>
<p>Frank</p>
<p>PS CDL Basic comes from &#8216;Computer Design Labs&#8217;, the creators of the compiler.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/cdl-basic-for-os968000/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>powerbasic vs. Ultra C</title>
		<link>http://www.coco3.com/community/1994/12/powerbasic-vs-ultra-c</link>
		<comments>http://www.coco3.com/community/1994/12/powerbasic-vs-ultra-c#comments</comments>
		<pubDate>Sun, 11 Dec 1994 16:27:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - Programmers Den]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/powerbasic-vs-ultra-c/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90948 11-DEC 16:27 Programmers Den<br />     powerbasic vs. Ultra C<br />     From: PAGAN        To: ALL</p>
<p> Out of curiosity I downloaded the benchmark programs that Frank Hogg offered<br /> for his new PowerBasic compiler.  I converted these programs to &#8220;C&#8221; and<br /> compiled with Ultra C.  I used no optimization (-o=0) and used the &#8220;csl&#8221;<br /> trap library (-i).  In each case, I tried to faithfully duplicate the<br /> function of Frank&#8217;s original code rather than use any slick tricks to speed<br /> things up.  Where C doesn&#8217;t have an equivalent function, I used the nearest<br /> I could think of.  For example in &#8220;bench6&#8243; below, Basic has the &#8220;str$&#8221;<br /> function for which I substututed the C &#8220;sprintf()&#8221;.</p>
<p> The codes sizes for UCC listed below do not include the 47K overhead of the<br /> &#8220;csl&#8221; trap library and the execution times should be considered for<br /> information only;  The test programs are do nothing loops that, in my<br /> experience, don&#8217;t reflect the real world performance of a complex<br /> application.  Also, benchmarks don&#8217;t account for development and maintenance<br /> time nor for &#8220;intangibles&#8221; like personal preference.</p>
<p> Test were done on a Delmar System IV with G-windows and screen saver<br /> deactivated by putting the mouse cursor in the lower right corner.</p>
<p>               Execution Time    Code Size<br />                (in seconds)     (in bytes)<br />                PB      UCC      PB      UCC<br />                &#8212;      &#8212;     &#8212;-    &#8212;-<br />    bench2      10       6      1362    1766<br />    bench2m      8      &#8212;      1350    &#8212;-<br />    bench3      14       8      1380    1758<br />    bench4      24       3      1462    1744<br />    bench5      20       6      1404    1774<br />    bench6      34      95      1432    1796<br />    bench7      40      18      1534    1842<br />    bench8      15       8      1384    1780<br />    bench9      11       4      1346    1760<br />    bench10     75       5      1352    1768<br />    bench11     24       4      1446    1762<br />    bench12     12       6      1370    1772</p>
<p> I am uploading the C source and makefile for the comparisons to the<br /> databases for anyone who is interested.</p>
<p> Stephen (PAGAN)</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/powerbasic-vs-ultra-c/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>palm22.lzh?</title>
		<link>http://www.coco3.com/community/1994/12/palm22-lzh</link>
		<comments>http://www.coco3.com/community/1994/12/palm22-lzh#comments</comments>
		<pubDate>Sun, 11 Dec 1994 11:25:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/palm22-lzh/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90944 11-DEC 11:25 General Information<br />     palm22.lzh?<br />     From: JEJONES      To: ALL</p>
<p>Has anyone had any luck downloading palm via the gopher section of this SIG?<br />It seems to think that &#8220;palm22.lzh&#8221; on chestnut is a subdirectory rather than<br />a file.</p>
<p>Opinions herein are solely those of their respective authors.</p>
<p>Clipper Chip: Big Brother Inside</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/palm22-lzh/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Need program</title>
		<link>http://www.coco3.com/community/1994/12/need-program-2</link>
		<comments>http://www.coco3.com/community/1994/12/need-program-2#comments</comments>
		<pubDate>Sat, 10 Dec 1994 22:29:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - Applications 6809]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/need-program-2/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90941 10-DEC 22:29 Applications (6809)<br />     Need program<br />     From: MIKE_GUZZI   To: ALL</p>
<p>Who Sells the basic09 decompiler? or is that company out of business?<br />I have a need for it and need to get a copy of it.</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/need-program-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install program</title>
		<link>http://www.coco3.com/community/1994/12/install-program</link>
		<comments>http://www.coco3.com/community/1994/12/install-program#comments</comments>
		<pubDate>Sat, 10 Dec 1994 09:23:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/install-program/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90933 10-DEC 09:23 General Information<br />     Install program<br />     From: TEDJAEGER    To: ALL</p>
<p>Hi all,<br />       I&#8217;m trying to develop an installation program for applications<br />written for the MM1. To date, I have a point and click shell that<br />allows user to specify from what drive, to what drive, name of<br />program, etc. Once the parameters are established, the install<br />program runs a script that is provided by the programmer. The script,<br />of course, is responsible for actually moving the files from<br />installation disk to wherever.</p>
<p>What do you  guys make of this general plan? It is hard to do error<br />checking in the script file from the install program. (Tips?) Also Joel H<br />discussed copying files from an installation disk to a pipe and<br />then from pipe to target disk in a 68 Micros column. I tried that<br />approach but quickly ran into the limitation that you can&#8217;t create<br />a directory inside a pipe or do a backup of a disk into a pipe. Least<br />I kept getting error messages! Seemed to mean that the install program<br />would have to assume that all the component files of the application<br />program would be in the same directory (/d0) on the installation disk. I<br />really dont want to make that assumption.</p>
<p>Thoughts appreciated</p>
<p>Bests<br />&#8212;TedJaeger</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/install-program/feed</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>RiBBS/FidoNet Message Formats</title>
		<link>http://www.coco3.com/community/1994/12/ribbsfidonet-message-formats</link>
		<comments>http://www.coco3.com/community/1994/12/ribbsfidonet-message-formats#comments</comments>
		<pubDate>Fri, 09 Dec 1994 05:32:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/ribbsfidonet-message-formats/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90927 9-DEC 05:32  General Information<br />     RiBBS/FidoNet Message Formats<br />     From: DGANTZ       To: ALL</p>
<p>I need some help in interpeting the following data.  It is a dump of a<br />message exported by RiBBS Export by the name of msg1.</p>
<p>I&#8217;m working on a program that will put RiBBS one step closer to being<br />able to act as a hub and need to be able to generate messages from within<br />that will get bundled for the appropriate net/node.</p>
<p>I have the FSC0001 document that describes various formats of various FIDO<br />files, but there are some things in the below that don&#8217;t seem to be<br />documented.  Note the lines with *&#8217;s.  These are what don&#8217;t seem to be<br />documented, nor do I have a clue as to how to generate them.</p>
<p>Addr   0 1  2 3  4 5  6 7  8 9  A B  C D  E F  0 2 4 6 8 A C E<br />&#8212;-  &#8212;- &#8212;- &#8212;- &#8212;- &#8212;- &#8212;- &#8212;- &#8212;-  &#8212;&#8212;&#8212;&#8212;&#8212;-<br />0000  0200 0100 0400 FE7A FE7A 0000 0000 3039  &#8230;&#8230;.z.z&#8230;.09<br />0010  2044 6563 2039 3420 2030 303A 3034 3A33   Dec 94  00:04:3<br />0020  3100 4461 7272 656E 2043 6C69 6674 0044  1.Darren Clift.D<br />0030  6176 6520 4761 6E74 7A00 4372 6561 7469  ave Gantz.Creati<br />0040  6E67 2061 2074 6573 7420 6D65 7373 6167  ng a test messag<br />0050  6500 0149 4E54 4C20 313A 3331 3438 362F  e..INTL 1:31486/     *<br />0060  3420 313A 3334 362F 392E 310D 014D 5347  4 1:346/9.1..MSG     *<br />0070  4944 3A20 313A 3334 362F 392E 3140 6669  ID: 1:346/9.1@fi     *<br />0080  646F 6E65 742E 6F72 6720 3865 3564 3030  donet.org 8e5d00     *<br />0090  6430 0D01 5049 443A 2052 6942 4253 2076  d0..PID: RiBBS v     *<br />00A0  322E 3130 0D54 6869 7320 6973 206A 7573  2.10.This is jus     *<br />00B0  7420 6120 7465 7374 206D 6573 7361 6765  t a test message<br />00C0  2074 6F20 7374 7564 7920 7768 696C 6520   to study while<br />00D0  6174 7465 6D70 7469 6E20 746F 2063 7265  attemptin to cre<br />00E0  6174 6520 6D79 206F 776E 0D0A 6672 6F6D  ate my own..from<br />00F0  2061 2070 726F 6772 616D 2E0D 0A20 200D   a program&#8230;  .</p>
<p>Addr   0 1  2 3  4 5  6 7  8 9  A B  C D  E F  0 2 4 6 8 A C E<br />&#8212;-  &#8212;- &#8212;- &#8212;- &#8212;- &#8212;- &#8212;- &#8212;- &#8212;-  &#8212;&#8212;&#8212;&#8212;&#8212;-<br />0100  0A20 2020 2020 2044 6176 650D 0A20 0D0A  .      Dave.. ..<br />0110  2D2D 2D20 5269 4242 5320 7632 2E31 300D  &#8212; RiBBS v2.10.    *<br />0120  0A00                                     ..</p>
<p>The bytes from offset $52 to $A4 seem to have no documentation<br />or explanation.  Also, am I correct in assumming that the bytes<br />from offset $10C to $121 are add ons to the text I typed?</p>
<p>What I have in mind is similar to the auto messages generated by TicNote<br />and AutoFrl, but in this case the messages need to generated for export<br />rather than for import.</p>
<p>Can anyone shed some light (in an Inside RiBBS type fashion) on the above<br />data or similar?</p>
<p>I&#8217;d really appreciate any help I can get.  Thanks<br />          Dave</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/ribbsfidonet-message-formats/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>PowerBASIC details?</title>
		<link>http://www.coco3.com/community/1994/12/powerbasic-details</link>
		<comments>http://www.coco3.com/community/1994/12/powerbasic-details#comments</comments>
		<pubDate>Wed, 07 Dec 1994 22:35:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - Programmers Den]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/powerbasic-details/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90915 7-DEC 22:35  Programmers Den<br />     PowerBASIC details?<br />     From: JEJONES      To: FHOGG</p>
<p>I&#8217;ve downloaded the files you uploaded about PowerBASIC, and I have a few<br />questions about the language.</p>
<p> &#8211; What data structuring facilities does it have (e.g. is there anything<br />   analogous to the BASIC09 TYPE statement)?<br /> &#8211; You say it supports separate compilation; does that mean that there are<br />   actual functions with local variables?  What&#8217;s the syntax for calling a<br />   separately compiled unit, passing parameters (including structured types<br />   if the language supports them), and returning results?<br /> &#8211; What debugging facilities does PowerBASIC have?  (All I saw mentioned<br />   in the file was a listing of assembly language output with the PowerBASIC<br />   source interspersed.)</p>
<p>If you could post or upload a sample of PowerBASIC code displaying some of<br />its features, that would help a lot.  Thanks.</p>
<p>Opinions herein are solely those of their respective authors.</p>
<p>Clipper Chip: Big Brother Inside</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/powerbasic-details/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>2nd Hard Drive</title>
		<link>http://www.coco3.com/community/1994/12/2nd-hard-drive</link>
		<comments>http://www.coco3.com/community/1994/12/2nd-hard-drive#comments</comments>
		<pubDate>Tue, 06 Dec 1994 22:48:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/2nd-hard-drive/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90906 6-DEC 22:48  General Information<br />     2nd Hard Drive<br />     From: CHARLESAM    To: ALL</p>
<p>I&#8217;m trying to get a 2nd HD working and having problems. The first thing that<br />I notice is the drive indicator light is on as soon as I power up. Of course<br />that shouldn&#8217;t be. After I configured an H1 module and put it in my boot, I<br />booted and did a dir /h1. Lock up! Any thoughts on the subject will be<br />appreciated. I&#8217;m using 2 ST277-Ns and a Kenton controller. The jumper<br />sleeve for H1 is on the first set of pins closest to the center. Since H1<br />is the first drive on the cable, I removed the 3 sets of pins off the<br />bottom of the drive. Thats all I can think of now. Thanx Charlie</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/2nd-hard-drive/feed</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Sony Monitors</title>
		<link>http://www.coco3.com/community/1994/12/sony-monitors</link>
		<comments>http://www.coco3.com/community/1994/12/sony-monitors#comments</comments>
		<pubDate>Mon, 05 Dec 1994 22:12:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/sony-monitors/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90896 5-DEC 22:12  General Information<br />     Sony Monitors<br />     From: CHARLESAM    To: ALL</p>
<p>I recall reading here that someone has Sony monitors for sale and that these<br />can be used on the Coco3. I&#8217;m in need of a monitor and need the party&#8217;s<br />name. Can anyone supply that for me. Thanx Charlie</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/sony-monitors/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Burn: Cycle ad</title>
		<link>http://www.coco3.com/community/1994/12/burn-cycle-ad</link>
		<comments>http://www.coco3.com/community/1994/12/burn-cycle-ad#comments</comments>
		<pubDate>Mon, 05 Dec 1994 20:54:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/burn-cycle-ad/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90895 5-DEC 20:54  General Information<br />     Burn: Cycle ad<br />     From: MRGOOD       To: ALL</p>
<p>While visiting a friend yesterday, I saw a commercial for Burn: Cycle.<br />I was amazed to see an actual well done ad for the CD-I platform.  I think<br />it was on the Comedy Channel.</p>
<p>Hugo</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/burn-cycle-ad/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CC3IO Patches</title>
		<link>http://www.coco3.com/community/1994/12/cc3io-patches</link>
		<comments>http://www.coco3.com/community/1994/12/cc3io-patches#comments</comments>
		<pubDate>Mon, 05 Dec 1994 16:48:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - System Modules 6809]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/cc3io-patches/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90893 5-DEC 16:48  System Modules (6809)<br />     CC3IO Patches<br />     From: GREGL        To: ALL</p>
<p>Can anyone answer this question?</p>
<p>From:   IN%&#8221;78-5750@terranet.bluethun.quake.com&#8221;  2-DEC-1994 15:29:54.85<br />To:     IN%&#8221;gregl@delphi.com&#8221;<br />Subj:   cc3io.dr patches&#8230;</p>
<p>     Hello Greg,<br />     Marty pointed me in your Direction, as He did not know the Internet<br />address of Kevin Ddarling&#8230;<br />     I&#8217;m trying to patch cc3io.dr from Version 2.00.01 of Level II OS-9 as so<br />to properly recieve OS-9 Escape sequences over the phone-line properly&#8230;<br />     My first attempts at patching it with Information in Rainbow (2/88 I<br />believe), and Confirmed by Mike Guzzi (ApBBS Pensylvania 1-717-586-2771) was<br />interactively (not using a file and the -s option of modpatch) screwed up cc3io<br />royally&#8230; Then I tried the -s option and the file method, most bytes this time<br />around gave me a &#8220;byte does not match&#8221; warning, but other than that seems to<br />function MOSTLY&#8230; I was wondering if there was a specific patch needed or not<br />for this version of CC3io.dr</p>
<p>Edition: $10<br />Mod CRC: $F737C2      <modified for RGB default and slower kbd io: $8C69BA ></p>
<p>     Any help is appreciated&#8230;</p>
<p>Also speaking of Mods&#8230;. I heard there was a 1 byte mod for os9p1 that seemed<br />to cut down on the overhead considerably enough that 9600bps was reliable&#8230;<br />     I have the Eddie Kuns Edition 9 Clock Modules < Bigger than Level II's<br />Edition 9 clock modules>, SACIA, VRN, and NIL added to increase speed, but only<br />wound up with at best a near 100% ability of ANSI at 4800bps using Supercomm<br />2.2.</p>
<p>Thanks in advance&#8230;</p>
<p>-Later!<br /> -SS-<br />     FidoNet Address: William Barnes@1:239/1100<br />     InterNet Address: 78-5750@bluethun.quake.com <methinks></p>
<p></methinks></modified></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/cc3io-patches/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>PowerBasic for OS9/68000 ships!</title>
		<link>http://www.coco3.com/community/1994/12/powerbasic-for-os968000-ships</link>
		<comments>http://www.coco3.com/community/1994/12/powerbasic-for-os968000-ships#comments</comments>
		<pubDate>Sun, 04 Dec 1994 23:02:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi -  New Uploads]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/powerbasic-for-os968000-ships/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90889 4-DEC 23:02  New Uploads<br />     PowerBasic for OS9/68000 ships!<br />     From: FHOGG        To: ALL</p>
<p>&#8220;This new language (PowerBasic) may be the most significant thing to<br />come along for OS9 in the last ten years!&#8221;</p>
<p>>>>>>>>>>>>>>>>>>>>>>>>>>> NOW SHIPPING < <<<<<<<<<<<<<<<<<<<<<<<<<</p>
<p>                     PowerBasic for OS9/68000</p>
<p>Finally, someone wrote a BASIC compiler for OS9!</p>
<p>PowerBasic is the only native (68000) code BASIC compiler for use with<br />the OS-9/68000 Operating System.</p>
<p>&#8212;&#8212;</p>
<p>I&#8217;ve just uploaded information on PowerBasic to the DL. Two files, one<br />gives the promo information and the other covers a introductory offer<br />that saves you $50 if ordered by the end of the month. Over the next<br />several days I will be uploading a more complete technical spec and<br />examples in PowerBasic source and object that you can try on your own<br />computer. I&#8217;ve downloaded a whole bunch of Basic09 programs from the DL<br />here and I plan to use some of them as examples also. My intent is to<br />see and show what is involved in converting regular Basic09 type<br />programs to PowerBasic and what speed and size advantages there are. If<br />you have any other suggestions you would like to see me try please let<br />me know.</p>
<p>I got my copy of PowerBasic just before Thanksgiving and have been<br />getting up to speed on it. So far I like it very much. The compiler runs<br />fast and the resultant code generated is also fast. Much much faster<br />than Basic09. I&#8217;ve been having fun looking at the &#8216;.a&#8217; files to see what<br />assembler code is generated by PowerBasic and to watch how changes in<br />the Basic program effect the assembler code. PowerBasic makes this easy<br />because the Basic source line is inserted into the &#8216;.a&#8217; file as a<br />comment.</p>
<p>PowerBasic object is stand alone, no &#8216;runb&#8217; type of thing is needed. I<br />like this because it keeps the whole project as one program. No need to<br />worry about having all the pieces needed to make something work.</p>
<p>I&#8217;m looking for feedback so please feel free to ask questions and make<br />suggestions.</p>
<p>Thanks<br />Frank Hogg<br />FHL</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/powerbasic-for-os968000-ships/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>OS-9 Late Night:Reminder</title>
		<link>http://www.coco3.com/community/1994/12/os-9-late-nightreminder</link>
		<comments>http://www.coco3.com/community/1994/12/os-9-late-nightreminder#comments</comments>
		<pubDate>Sun, 04 Dec 1994 20:36:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/os-9-late-nightreminder/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90887 4-DEC 20:36  General Information<br />     OS-9 Late Night:Reminder<br />     From: THETAURUS    To: ALL</p>
<p>                            OS-9 Late Night<br />                              Open Forum<br />                Monday December 5,1994 at 10:00pm (est)</p>
<p>            Please come on in, for the usual laid back chat of any<br />          kind. Since some of the more knowledgeable OS-9&#8242;ers and Coco<br />          Hackers tend to attend these conferences, an Open Forum like<br />          the ones we have been having are good times to come in and<br />          ask that question that&#8217;s been nagging you or holding up your<br />          latest programming project. Btw, hopefully I will soon have<br />          the schedual for December and January all set. I have one<br />          confirmed special conference coming up in January on the<br />          16th. Members of the &#8216;Glenside Color Computer Club&#8217;(Brian<br />          please correct me if the name is wrong), will be on hand to<br />          discuss the upcoming Cocofest in Chicago! This is one you<br />          won&#8217;t want to miss, especially if your looking for details<br />          on how to be there. Btw, if you do need details on the fest,<br />          you can send email to &#8216;Theschu&#8217;. He is the president of<br />          Glenside, and can help fill you in!</p>
<p>          See Ya<br />          >Chris< </p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/os-9-late-nightreminder/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New From DISTO!</title>
		<link>http://www.coco3.com/community/1994/12/new-from-disto</link>
		<comments>http://www.coco3.com/community/1994/12/new-from-disto#comments</comments>
		<pubDate>Sat, 03 Dec 1994 09:44:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/new-from-disto/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90879 3-DEC 09:44  General Information<br />     New From DISTO!<br />     From: DISTO        To: ALL</p>
<p>Now available! The &#8220;Inside 2-Meg&#8221; booklet from DISTO. Its a full description<br />of the DISTO 2-Meg Kit. Schematic diagrams, PAL listing and a full chip by<br />chip description of how it works. Send $20 + $2.50 S/H to DISTO  1710 Depatie,<br />St. Laurent Quebec,  Canada H4L 4A8. -Tony.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/new-from-disto/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CD-i</title>
		<link>http://www.coco3.com/community/1994/12/cd-i</link>
		<comments>http://www.coco3.com/community/1994/12/cd-i#comments</comments>
		<pubDate>Thu, 01 Dec 1994 22:06:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/12/cd-i/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90867 1-DEC 22:06  General Information<br />     CD-i<br />     From: DSRTFOX      To: BOISY</p>
<p>Boisy, wouold you know if the Panasonic CDO machines are anything like the<br />CD-i?  I mean as far as compatibility with games or movies. Someone here<br />recently purchased one for their kids (I told them CD-i would be better<br />supported through Sears!!). It is similar in concept, but I think I read<br />somewhere that it isn&#8217;t compatible with CD-i games. But are the movies?<br />I seem to recal that the movies aren&#8217;t a Phillips standard, so they may be<br />compatible. Any comments?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/12/cd-i/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>HardDrive</title>
		<link>http://www.coco3.com/community/1994/11/harddrive</link>
		<comments>http://www.coco3.com/community/1994/11/harddrive#comments</comments>
		<pubDate>Tue, 29 Nov 1994 22:43:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/harddrive/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90844 29-NOV 22:43 General Information<br />     HardDrive<br />     From: REVWCP       To: ALL</p>
<p>Dear Friends:</p>
<p>I am trying to help out a friend who needs to obtain<br />a 20-30 meg MFM 5-1/4&#8243; half-height hard drive.  Something<br />like an St-225 or St-238 would be fine.  Please let me<br />know price and shipping terms.</p>
<p>::::::::::::::::::::::::::::::::::::::::::::::::::::<br />:: With all best wishes, ::::::  2 Kings 2:23-24 :::<br />:: Brother Jeremy, CSJW  :::::::::::::::::::::::::::<br />:: OS9 Users Group Treasurer :: revwcp@delphi.com ::<br />:::::::::::::::::::::::::::::::: CIS &#8211; 76477,142 :::<br />::::::::::::::::::::::::::::::::::::::::::::::::::::</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/harddrive/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>IMPORTANT!  FROM: JEFF</title>
		<link>http://www.coco3.com/community/1994/11/important-from-jeff</link>
		<comments>http://www.coco3.com/community/1994/11/important-from-jeff#comments</comments>
		<pubDate>Mon, 28 Nov 1994 19:53:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/important-from-jeff/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90838 28-NOV 19:53 General Information<br />     IMPORTANT!  FROM: JEFF<br />     From: MRUPGRADE    To: ALL</p>
<p>   28-NOV-1994 02:50:07.30<br /> From:   IN%&#8221;jeffv@PHYSICS.UBC.CA&#8221;  &#8220;Jeff Vavasour&#8221;<br /> Subj:   CoCo 3 Emulator,   IMPORTANT</p>
<p> Well, with others putting out notices about the CoCo 3 emulator,<br />there are a few things I feel I should post to clear up:<br />  1. The CoCo 3 emulator is available only by registration.</p>
<p>  2. Registration info is found in the *new* ver 1.40 release of<br />the CoCo 2  emulator, which should appear on SimTel FTP mirror<br />sites shortly.  The file is coco2-14.zip (*not* coco2-13.zip).<br />One SimTel site is oak.oakland.edu, the directory is<br />pub/msdos/emulator.</p>
<p>  3. Those who contributed to Rick Cooper&#8217;s CoCo Emulator Bounty<br />Escrow Fund will receive credit up to the full value of the<br />registration fee, $25.   (I&#8217;m taking the monthly report in CFDM&#8217;s<br />Forum as authoritative on who contributed, and how much.  Please<br />contact Rick if there is any error in your entry in this report.)</p>
<p>4. Those who contributed in excess of the $25 to the Fund will<br />receive a typeset printed version of the manual with their copy.<br />(This is a bounus available *only* to those who contributed to the<br />Fund in excess of $25.)</p>
<p>5. Those who did not contribute to the Fund may obtain a copy of<br />the emulator for $25 by following the instructions in Section 8 of<br />the CoCo 2 emulator&#8217;s documentation.<br /> (The file is COCO.DOC in coco2-14.zip.)</p>
<p>6. Please take time to follow verify that you have the correct<br />system requirements by reading the COCO.DOC file and following the<br />test procedure for your VGA card and disk drives.</p>
<p>Please feel free to repost this message anywhere you can.  There<br />appear to be rumours and speculation circulating already, which<br />I&#8217;d like to clear up.</p>
<p> Again, the CoCo 3 emulator is not in itself shareware.  The CoCo<br />2 emulator is shareware in that, if you register it, you get the<br />CoCo 3 emulator.  The CoCo 3 emulator is only available to those<br />who register, and is not freely distributable.</p>
<p>- Jeff</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/important-from-jeff/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS9 running on an HP200</title>
		<link>http://www.coco3.com/community/1994/11/os9-running-on-an-hp200</link>
		<comments>http://www.coco3.com/community/1994/11/os9-running-on-an-hp200#comments</comments>
		<pubDate>Mon, 28 Nov 1994 13:27:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/os9-running-on-an-hp200/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90837 28-NOV 13:27 General Information<br />     OS9 running on an HP200<br />     From: CSLEWIS      To: ALL</p>
<p>P95 (these are Hewlett Packard palmtops)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/os9-running-on-an-hp200/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CoCo 3 Emulator</title>
		<link>http://www.coco3.com/community/1994/11/coco-3-emulator-2</link>
		<comments>http://www.coco3.com/community/1994/11/coco-3-emulator-2#comments</comments>
		<pubDate>Mon, 28 Nov 1994 02:13:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/coco-3-emulator-2/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90830 28-NOV 02:13 General Information<br />     CoCo 3 Emulator<br />     From: MRUPGRADE    To: ALL</p>
<p>  There has been qpuite a flurry of messages about theh release of Jeff&#8217;s<br /> CC3 Emulator.  Most of it (but only most) true.  But little has<br />upght up in a firpestoem<br /> of others ideas.  Some pure speculation!  It is NOT PD, and SHOULD NOT<br /> BE in downloads anywhere!<br /> Jr<br /> Jeff has written a heck of a program,, give him a day to think things through<br /> and there will be a fair chance for everyone.</p>
<p>  Terry Simons   UPGRADE Editor</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/coco-3-emulator-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zip/Unzip 5.0 C source</title>
		<link>http://www.coco3.com/community/1994/11/zipunzip-5-0-c-source</link>
		<comments>http://www.coco3.com/community/1994/11/zipunzip-5-0-c-source#comments</comments>
		<pubDate>Sun, 27 Nov 1994 23:24:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/zipunzip-5-0-c-source/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90829 27-NOV 23:24 General Information<br />     Zip/Unzip 5.0 C source<br />     From: BOISY        To: ALL</p>
<p>I have the source to the latest version of zip/unzip (5.0).  If anyone<br />would like to port it to OSK, please let me know and I&#8217;ll send you the<br />source.</p>
<p>I would do it, but am involved in too many things as it is.  It sure<br />would be nice to have this latest version ported over.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/zipunzip-5-0-c-source/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>boots</title>
		<link>http://www.coco3.com/community/1994/11/boots</link>
		<comments>http://www.coco3.com/community/1994/11/boots#comments</comments>
		<pubDate>Sun, 27 Nov 1994 20:17:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - System Modules 6809]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/boots/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90822 27-NOV 20:17 System Modules (6809)<br />     boots<br />     From: RICKULAND    To: ALL</p>
<p>     Well,  I  haven&#8217;t had this much fun in years.  Anybody  else<br />want  to play? The givens- a 1 meg 6809 and disto drive. Needed a<br />new boot badly. trot out all the old favorites&#8230;..<br />     Results-   after  remembering the attr thing, a deblob (just<br />repositioned)  to get the floppies writing, looks ok, except std*<br />won&#8217;t  merge to /w, and I cannot install term_win. Term_vdg works<br />fine, extra windows look ok, MVue even starts (without fonts).<br />     Ezgen  term_win in &#8211;  boot failed way back in the  OS9  BOOT<br />stage. Tried 3 windints, 2 scf, and serveral term,w,etc descripts<br />     So I&#8217;m quite stuck. Anybody?</p>
<p>                              -ricku</p>
<p>                  Rick Ulland                 CoNect<br />         rickuland@delphi.com           449 South 90th St.<br />&#8220;Operating System Nine&#8221;- 268m           Milwaukee WI 53214</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/boots/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>OS-9 Late Night:Reminder</title>
		<link>http://www.coco3.com/community/1994/11/os-9-late-nightreminder-2</link>
		<comments>http://www.coco3.com/community/1994/11/os-9-late-nightreminder-2#comments</comments>
		<pubDate>Sun, 27 Nov 1994 20:08:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/os-9-late-nightreminder-2/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90821 27-NOV 20:08 General Information<br />     OS-9 Late Night:Reminder<br />     From: THETAURUS    To: ALL</p>
<p>                            OS-9 Late Night<br />               Monday November 28, 1994 at 10:00 PM(EST)<br />                           Topic:Open Forum</p>
<p>      As usual, come one,come all! There is quite a bit going on in<br />     our little &#8216;Cult Society&#8217;<grin> as of late. Boisy Pitre has a new<br />     terminal program for the MM/1, CD-I is really going over well,<br />     and I&#8217;m gonna have a TON of Basic09  questions, so please be<br />     there! <img src='http://www.coco3.com/community/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>      By the way, I should hopefully have the schedual for BOTH<br />     December and January shortly after this Monday&#8217;s conference, so<br />     do keep your eyes open for that.</p>
<p>      See Ya!<br />      >Chris< </p>
<p></grin></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/os-9-late-nightreminder-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CoCo3 System For Sale</title>
		<link>http://www.coco3.com/community/1994/11/coco3-system-for-sale-2</link>
		<comments>http://www.coco3.com/community/1994/11/coco3-system-for-sale-2#comments</comments>
		<pubDate>Sun, 27 Nov 1994 17:58:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/coco3-system-for-sale-2/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90818 27-NOV 17:58 General Information<br />     CoCo3 System For Sale<br />     From: RICKMAC      To: ALL</p>
<p>512K CoCo III System for Sale<br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>        > HARDWARE < <br />512K CoCo III w/6309 PowerBoost installed, spare 6809s.<br />    (Practical Peripherals 512K Board)<br />64K CoCo II &#8220;F&#8221; Board Design<br />Magnavox 8CM515 RGB/comp. Monitor<br />FD-500 Disk Drive Case &#038; Controller<br />    w/two TEAC FD-55BR drives installed (720K DS)<br />CoCo III upgraded MultiPak<br />Commplus 2400 BPS Modem<br />RS-232 Pak w/socketted 6551A chip.<br />ORCH-90 Stereo Music Pak<br />CCR-81 Cassette Recorder<br />Blue Streak Serial to Parallel Printer Interface<br />2 ea. Deluxe Joysticks (two button)<br />2 ea  Regular Joysticks (one button)<br />Two button mouse.<br />One button mouse</p>
<p>        > SOFTWARE < <br />OS-9 Level Two              MultiVue                     Deskmate 3<br />Home Publisher<br />Dynacalc for OS-9           C Compiler For OS-9          Basic09<br />Disk Editor Assembler<br />Phantomgraph                Bio-Sphere                   Rogue<br />Rescue on Fractulus<br />Koronis Rift                Microscopic Mission          Sub Battle<br />Robot Odyssey I<br />Carmen SanDiego             Kings Quest III              CoCo Max III<br />Crystal City<br />Telewriter-64               Telepatch                    Gwana-Bwana<br />Micro-Ilustrator<br />InterBank Incident          PitStop II                   Shamus<br />Bugs<br />Galagon                     Buzzard Bait                 Cubix<br />The King<br />Zeus                        Bedlam                       Raaka-Tu<br />The Third Rainbow Book of Adventures</p>
<p>        > ROM PAKS < <br />Rampage                       Predator                      Rad Warrior<br />Robocop<br />Malcolm Mortar                Mind-Roll                     Super Pitfall<br />Football II<br />Castle of Tharoggad           Silpheed                      StarBlaze<br />Project Nebula<br />Microbes                      Poltergiest</p>
<p>        > BOOKS, MANUALS, ETC. < <br />Technical Reference Manual for CoCo II<br />Technical Reference Manual for CoCo III<br />The Complete Rainbow Guide to OS-9<br />Assembly Language Graphics &#8211; Don Inman &#038; Kurt Inman<br />6809 Assembly Language Programing &#8211; Lance Leventhal<br />Disk BASIC Unravelled<br />Extended Color BASIC Unravelled<br />Super Color BASIC Unravelled</p>
<p>100+ Public Domain Programs for RSDOS &#038; OS-9</p>
<p>NOTES:<br />     All equipment and software is in COMPLETE working condition and<br />the system was working reliably last time used.<br />Everything except a few items has the original packaging.<br />Am asking $350 for this &#8220;bundled&#8221; sale. Includes the shipping.<br />Everything sold &#8220;as-is&#8221;. No warranties implied or intended.</p>
<p>                      Rick McNabb</p>
<p>Contact me at the following addresses:<br />                                      DELPHI &#8211; RICKMAC<br />                                  Compuserve &#8211; 76675,3612<br />                                    Internet &#8211; RICKMAC@DELPHI.COM</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/coco3-system-for-sale-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MM/1 monitor compatibility</title>
		<link>http://www.coco3.com/community/1994/11/mm1-monitor-compatibility</link>
		<comments>http://www.coco3.com/community/1994/11/mm1-monitor-compatibility#comments</comments>
		<pubDate>Sat, 26 Nov 1994 14:48:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - OSK Applications]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/mm1-monitor-compatibility/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90806 26-NOV 14:48 OSK Applications<br />     MM/1 monitor compatibility<br />     From: MMCCLELLAND  To: ALL</p>
<p>   Can somebody tell me if the MM/1 works properly with monitors that can<br />only sync down to a horizontal frequency of 31.5 KHz? I will be buying a<br />monitor in the near future, and I need one which will be MM/1 compatible. I<br />have heard that the MM/1 is switchable between 15.75 and 31.5 KHz, but that<br />the current drivers cannot support the latter frequency.</p>
<p>-=Mark=-</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/mm1-monitor-compatibility/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CD Rom Drives</title>
		<link>http://www.coco3.com/community/1994/11/cd-rom-drives</link>
		<comments>http://www.coco3.com/community/1994/11/cd-rom-drives#comments</comments>
		<pubDate>Fri, 25 Nov 1994 19:31:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - OSK Applications]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/cd-rom-drives/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90788 25-NOV 19:31 OSK Applications<br />     CD Rom Drives<br />     From: HAWKSOFT     To: ALL</p>
<p>SORRY All!</p>
<p>  Due to an unforseen problem (the supplier is sold out!!) I will not be<br />able to supply the CDRom kits I was hoping to offer (see msg # 90768).<br />Tho if I can find another source, (based on your response) I&#8217;ll pick up<br />a few immeadiatly!!</p>
<p>  I can, however, still offer the software:</p>
<p>        Descriptor, Drivers, and File Manager with the audio player (VCDP)</p>
<p>for $50 shipping and handling included.</p>
<p>        And the Adapter Cable (connects internal SCSI cable to external DB-25</p>
<p>for $25 shipping and handling included.</p>
<p>  The External Single Speed SCSI CD Rom drives are available from smaller<br />retailers (see Computer Shopper etc.) for around $100 or so.</p>
<p>                                           Sorry Again!</p>
<p>                                                   Chris</p>
<p>   :-> :-> :-> :-> :-> :-> :->  Chris &#8220;HAWKSoft&#8221;  < -: <-: <-: <-: <-: <-: <-:</p>
<p>        Delphi: HAWKSOFT                   Internet: HAWKSOFT@DELPHI.COM</p>
<p>   ******************< Uploaded w/ InfoXpress vr. 1.02.00 >******************</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/cd-rom-drives/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turkey Day-CoCo3 Sale</title>
		<link>http://www.coco3.com/community/1994/11/turkey-day-coco3-sale</link>
		<comments>http://www.coco3.com/community/1994/11/turkey-day-coco3-sale#comments</comments>
		<pubDate>Thu, 24 Nov 1994 10:17:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/turkey-day-coco3-sale/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90777 24-NOV 10:17 General Information<br />     Turkey Day-CoCo3 Sale<br />     From: RICKMAC      To: ALL</p>
<p>Happy Thanksgiving to all! The holiday season is here again, thanx to everyone<br />for making the &#8220;CoCo experience&#8221; very interesting and informative.</p>
<p>Will be putting up a 512K/6309 CoCo3 system for sale. anyone interested?<br />Will post a classified within the week. Comes with a Magnavox monitor and<br />almost everything else &#8216;cept a hard drive and a printer.<br /><oops><br />Also have an &#8220;F&#8221; board CoCo2 with 64K. All details will be in the  classified<br />ad I will post.<br />                         Rick McNabb</p>
<p></oops></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/turkey-day-coco3-sale/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CD Rom Drives</title>
		<link>http://www.coco3.com/community/1994/11/cd-rom-drives-2</link>
		<comments>http://www.coco3.com/community/1994/11/cd-rom-drives-2#comments</comments>
		<pubDate>Tue, 22 Nov 1994 20:52:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - OSK Applications]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/cd-rom-drives-2/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90768 22-NOV 20:52 OSK Applications<br />     CD Rom Drives<br />     From: HAWKSOFT     To: ALL</p>
<p>Hi All!</p>
<p>  I&#8217;ve found a source for refurbished external CD Rom Drives (bare, so to<br />speak). Using these drives (CDR25J), I would be able to sell a complete<br />Plug and Play CD Rom Kit. Would anyone (everyone?) be interested???</p>
<p>Kit would include:</p>
<p>   External NEC CD Rom Drive<br />   Power Supply<br />   Adapter Cable (from internal SCSI cable to back-plane mount DB-25. Mounts<br />                   in printer cut-out on back of computer.)<br />   External Cable (from DB-25 to CD Rom Drive)<br />   Descriptor<br />   Driver<br />   File Manager<br />   Audio CD Software ( Virtual CD Player )</p>
<p>    Cost would run about $150 complete incuding U.S. Shipping.</p>
<p>    Requires OSK computer with a WD33c93 (or WD 33c93A) SCSI interface.</p>
<p>  If there is enough interest, I can have them available in a few weeks.</p>
<p>                                                   Chris</p>
<p>   :-> :-> :-> :-> :-> :-> :->  Chris &#8220;HAWKSoft&#8221;  < -: <-: <-: <-: <-: <-: <-:</p>
<p>        Delphi: HAWKSOFT                   Internet: HAWKSOFT@DELPHI.COM</p>
<p>   ******************< Uploaded w/ InfoXpress vr. 1.02.00 >******************</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/cd-rom-drives-2/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>CDRom stuff</title>
		<link>http://www.coco3.com/community/1994/11/cdrom-stuff</link>
		<comments>http://www.coco3.com/community/1994/11/cdrom-stuff#comments</comments>
		<pubDate>Mon, 21 Nov 1994 20:58:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/cdrom-stuff/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90758 21-NOV 20:58 General Information<br />     CDRom stuff<br />     From: HAWKSOFT     To: ALL</p>
<p>Hi All!</p>
<p>  Just a quick note. My new utility for reading directories and copying files<br />from BOTH CDRom and CD-i discs (one utility) has been uploaded to delphi<br />and should be available soon. Requires a CDRom reader, driver, and decriptor<br />(anyone&#8217;s should work, mine included).</p>
<p>  BUT my CDRom File Manager (CDF) will make it obsolete very soon!!!!</p>
<p>                                           Chris</p>
<p>   :-> :-> :-> :-> :-> :-> :->  Chris &#8220;HAWKSoft&#8221;  < -: <-: <-: <-: <-: <-: <-:</p>
<p>        Delphi: HAWKSOFT                   Internet: HAWKSOFT@DELPHI.COM</p>
<p>   ******************< Uploaded w/ InfoXpress vr. 1.02.00 >******************</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/cdrom-stuff/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>OS9/Intel</title>
		<link>http://www.coco3.com/community/1994/11/os9intel</link>
		<comments>http://www.coco3.com/community/1994/11/os9intel#comments</comments>
		<pubDate>Sun, 20 Nov 1994 22:36:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/os9intel/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90749 20-NOV 22:36 General Information<br />     OS9/Intel<br />     From: MACFADZEN    To: ALL</p>
<p>Is there a version of OS9 that will run on an Intel 486 ? Also has there been<br />any statement for OS9 and the Power PC ?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/os9intel/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>OS-9 Late Night: Reminder</title>
		<link>http://www.coco3.com/community/1994/11/os-9-late-night-reminder</link>
		<comments>http://www.coco3.com/community/1994/11/os-9-late-night-reminder#comments</comments>
		<pubDate>Sun, 20 Nov 1994 20:00:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/os-9-late-night-reminder/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90748 20-NOV 20:00 General Information<br />     OS-9 Late Night: Reminder<br />     From: THETAURUS    To: ALL</p>
<p>             ***OS-9 Late Night***<br />                Open Topic<br />             Monday November 21, 10:00 PM est</p>
<p>        I might not be there myself, but I&#8217;ll try to show. Since I have<br />   to be up  very early Tuesday morning, I can&#8217;t really spend much time<br />   online, but since it&#8217;s just an open conference anyway, you won&#8217;t need<br />   me there <img src='http://www.coco3.com/community/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>        Last week was a pretty good conference, so let&#8217;s keep up the<br />   momentum!</p>
<p>        See Ya<br />        >Chris< </p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/os-9-late-night-reminder/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New CD-i Stuff</title>
		<link>http://www.coco3.com/community/1994/11/new-cd-i-stuff</link>
		<comments>http://www.coco3.com/community/1994/11/new-cd-i-stuff#comments</comments>
		<pubDate>Sun, 20 Nov 1994 18:00:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/new-cd-i-stuff/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90746 20-NOV 18:00 General Information<br />     New CD-i Stuff<br />     From: BOISY        To: ALL</p>
<p>Hi all,</p>
<p>I thought I&#8217;d let everyone know about my latest CD-i acquisitions <img src='http://www.coco3.com/community/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>        o Naked Gun 33 1/3 &#8212; The MPEG encoding on this movie is *VERY* good.<br />          I was very impressed.  Like other movies, this one came on two discs.<br />          This movie has VIDEO CD across the bottom; I presume that this movie<br />          would be able to be played in a dedicated Video CD player.  A very<br />          good job on this one.</p>
<p>        o Sargon Chess &#8212; Very very cool!  I&#8217;m not a great chess player, but<br />          thought this classic program would be cool to have.  It has a very<br />          nice tutorial on chess playing and strategy for beginners.  There<br />          are three modes: Novice, Beginner and Expert.  You can play against<br />          &#8220;Sargon&#8221; as white or black, or let Sargon play against himself.  You<br />          can also edit the board with pieces and locations you want.  This<br />          feature is great to examine strategy.  Again, Sargon can play against<br />          himself even in this mode.</p>
<p>          You can select either a 2D or 3D chess perspective.  3D has several<br />          chess sets (marble, wood, etc.)  There&#8217;s nice music or comment by<br />          Sargon when making a move, or you can opt for silence.  You also have<br />          the option of timing moves and viewing elapsed or cumulative time, or<br />          no time at all.</p>
<p>I ordered Clue (based on the Parker Brothers board game) but haven&#8217;t gotten<br />it yet.  As soon as I do I&#8217;ll post my observations.<br />&#8211;<br />Boisy G. Pitre__    __  __              Delphi:  BOISY<br />          |_   _|   \ \/ /              CompuServe:  74464,3005<br />I use&#8230;   _| |_     >  < Internet:  boisy@os9er.waukee.ia.us<br />          |_____|NFO/_/\_\PRESS 1.2.0   OS-9 &#8212; King of Operating Systems</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/new-cd-i-stuff/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>printer cable</title>
		<link>http://www.coco3.com/community/1994/11/printer-cable-2</link>
		<comments>http://www.coco3.com/community/1994/11/printer-cable-2#comments</comments>
		<pubDate>Sun, 20 Nov 1994 16:52:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/printer-cable-2/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90745 20-NOV 16:52 General Information<br />     printer cable<br />     From: WAYNETHOMPSO To: ALL</p>
<p>Can anyone tell me the pinout of a pc clone type parallel printer cable?<br />I is the kind that hase a 25pin dsub at on end and a 36pin centronics<br />connector at the other.<br /> Thanks,<br /> Wayne</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/printer-cable-2/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MVCanvas</title>
		<link>http://www.coco3.com/community/1994/11/mvcanvas</link>
		<comments>http://www.coco3.com/community/1994/11/mvcanvas#comments</comments>
		<pubDate>Sun, 20 Nov 1994 08:42:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/mvcanvas/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90741 20-NOV 08:42 General Information<br />     MVCanvas<br />     From: DONALDS      To: ALL</p>
<p>e Haaland of Hyper-tech software is still around and<br />if ther where any updates to MVCanvas from version 2? I would like to see<br /> world.<br /> Don</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/mvcanvas/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>_gs_rdy Question</title>
		<link>http://www.coco3.com/community/1994/11/_gs_rdy-question</link>
		<comments>http://www.coco3.com/community/1994/11/_gs_rdy-question#comments</comments>
		<pubDate>Sat, 19 Nov 1994 17:12:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - Programmers Den]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/_gs_rdy-question/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90725 19-NOV 17:12 Programmers Den<br />     _gs_rdy() Question<br />     From: DBREEDING    To: ALL</p>
<p>Hey, Gang,  I have a question.  Why doesn&#8217;t the following work?</p>
<p>I have tried this both on my OSK and CoCo, and get similar results.<br />The program as written will continue to loop, keeping getting the &#8220;AT&#8221;<br />and &#8220;OK&#8221;, with some other gibberish.  It seems to keep writing and reading<br />the modem.</p>
<p>If the while{} statement is not used, and The Alternate Method, commented<br />out, here, is used, if you write something to the modem, then you keep<br />getting a positive value returned from _gs_rdy().  If you do the for loop<br />without writing to the modem, you keep getting a -1 returned, which is<br />correct.  But if something has been written, it looks like the pointer<br />is not getting updated, and, in fact, it seems that it keeps getting rewritten<br />to the serial port.. strange.. or am I overlooking something?</p>
<p>Note: this is the coco version, but, as I said, OSK seems to act the same<br />way.  This here is just a test program.. but it still looks like it SHOULD<br />work.  I&#8217;ve also tried time loop delays between reads, etc, but still<br />no luck.. I can&#8217;t see why it keeps sending to the modem..</p>
<p>          #include <stdio .h><br />          #include <lowio .h></p>
<p>          int mdm;<br />          char buf(30);<br />          char cmd(10) = &#8220;AT\x0d&#8221;;   /* try something else, too */</p>
<p>          main()<br />          {<br />           int count, state;</p>
<p>            if ( (mdm=open(&#8220;/t2&#8243;,UPDATE)) == -1)<br />              exit(1);</p>
<p>            write( mdm,cmd,3);</p>
<p>            while ((state=_gs_rdy(mdm)) > 0 ) {<br />              printf(&#8220;\x0a_gs_rdy()=%d  Read()=%d   &#8220;,<br />                       state, read( mdm,buf,state ) );<br />              fflush(stdout);<br />              write( 1,buf,state );<br />            }</p>
<p>          /* Alternate method */<br />          /* if the above after the open() is deleted, _gs_rdy() returns<br />             -1, but if the write() call is left in, it goes crazy */<br />            for (count=1;count&lt;10;count++ ) {<br />              printf(&#8220;_gs_rdy()=%d\n&#8221;,_gs_rdy(mdm) );<br />            }    /* End Alternate method */</p>
<p>            close(mdm);<br />          }</p>
<p>                   &#8212; David Breeding &#8211;<br />                 CompuServe :  72330,2051<br />                     Delphi :  DBREEDING</p>
<p>         ***  Sent via CoCo-InfoXpress V1.01 ***<br />                       ^^^^ ^^^^^^^^^^</p>
<p></lowio></stdio></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/_gs_rdy-question/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>User group</title>
		<link>http://www.coco3.com/community/1994/11/user-group</link>
		<comments>http://www.coco3.com/community/1994/11/user-group#comments</comments>
		<pubDate>Fri, 18 Nov 1994 23:38:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/user-group/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90705 18-NOV 23:38 General Information<br />     User group<br />     From: WA2EGP       To: ALL</p>
<p>Anybody know how many MOTD&#8217;s came out since May?  I&#8217;ve only received one.<br />Just wondering if I was &#8220;automatically&#8221; deleted (grin).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/user-group/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Memory Shortage</title>
		<link>http://www.coco3.com/community/1994/11/memory-shortage</link>
		<comments>http://www.coco3.com/community/1994/11/memory-shortage#comments</comments>
		<pubDate>Fri, 18 Nov 1994 22:56:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/memory-shortage/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90703 18-NOV 22:56 General Information<br />     Memory Shortage<br />     From: 2NIBBLES     To: ALL</p>
<p>  Sometime, long ago&#8211;I read some cocolist mail concerning someone&#8217;s<br />homebrew 2 Meg simm board for their CoCo. I just happen to have 2 Meg&#8217;s<br />worth of 256 X 8 simms laying around, and would like to fabricate an<br />adapter board for MY CoCo. In order to prepare for this task, I ordered<br />NEC&#8217;s Memory data book from JDR Microdevices out here in CA, and now have<br />a pinout for these simms, but I DONT have a schematic that I&#8217;ll certainly<br />need in order to assemble the desired memory board. I could make a 512k<br />board easily, but if some very kind CoCo-ist out there would oblige me, I<br />will assemble a 1 or 2 Meg board that I would much prefer. At this moment<br />I have sockets, memory, a suitable protoboard, a little time, much desire,<br />a lot of patience, and much hope.</p>
<p>     Please, someone HELP!! I&#8217;d very much appreciate it, and if an SASE and<br />some valuable consideration within the means of the typical married CoCo-nuts<br />limited budget will help, I&#8217;m game.</p>
<p>   Long-winded, happy, one taco short of a combination plate and 2NIBBLES<br />short of a byte.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/memory-shortage/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Palm 2.2</title>
		<link>http://www.coco3.com/community/1994/11/palm-2-2</link>
		<comments>http://www.coco3.com/community/1994/11/palm-2-2#comments</comments>
		<pubDate>Thu, 17 Nov 1994 23:40:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - OSK Applications]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/palm-2-2/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90697 17-NOV 23:40 OSK Applications<br />     Palm 2.2<br />     From: MRGOOD       To: ALL</p>
<p>Help!</p>
<p>I&#8217;ve been trying to compile Palm 2.2 and have been unsuccessful.  This<br />is on a 3-Meg MM1 using the compiler that shipped with the machine.  The<br />following is the error output I get from the compiler after running MAKE<br />with &#8220;makefile.osk.&#8221;</p>
<p> Symbol &#8216;strtok&#8217; unresolved.<br />        Referenced 2 times by psect &#8216;misc_c&#8217; in file &#8216;misc.r&#8217;<br /> Symbol &#8216;_environ&#8217; unresolved.<br />        Referenced by psect &#8216;misc_c&#8217; in file &#8216;misc.r&#8217;<br /> Symbol &#8216;strchr&#8217; unresolved.<br />        Referenced 13 times by psect &#8216;termio_c&#8217; in file &#8216;termio.r&#8217;<br />        Referenced 2 times by psect &#8216;strip_c&#8217; in file &#8216;strip.r&#8217;<br />        Referenced 2 times by psect &#8216;setup_c&#8217; in file &#8216;setup.r&#8217;<br />        Referenced 3 times by psect &#8216;parse_adrs_c&#8217; in file &#8216;parse_adrs.r&#8217;<br />        Referenced 2 times by psect &#8216;getstring_c&#8217; in file &#8216;getstring.r&#8217;<br />        Referenced 4 times by psect &#8216;getname_c&#8217; in file &#8216;getname.r&#8217;<br />        Referenced by psect &#8216;explode_c&#8217; in file &#8216;explode.r&#8217;<br /> l68: error &#8211; unresolved references</p>
<p>The following is the beginning of the makefile that I&#8217;m using:</p>
<p>**************************************************************************<br />* Makefile for Palm v2.1 &#8211; OS-9/68K Version<br />*   Jeff Shepler &#8211; 10/93</p>
<p>** Choose which UUCP package you are using:<br />** RICK &#8211; Rick Adams&#8217; UUCP package version 4.2 (or lower??)<br />** BOB &#8211; Bob Billson&#8217;s UUCP package version 2.0</p>
<p>** Note that this makefile is constructed for Ultra C<br />** Minimal changes are needed for GCC and MW C V3.2</p>
<p>_UUCP = BOB</p>
<p>CC = cc<br />RDIR = .<br />ODIR = /dd/cmds<br />NEWLIBS = -l=/dd/lib/termlib.l -l=/dd/lib/clib.l -l=/dd/lib/sys.l<br />CFLAGS = -I -d$(_UUCP) -d_OSK -v=.<br />LFLAGS = $(CFLAGS) $(NEWLIBS) -M=8k</p>
<p>If the linker can&#8217;t find &#8220;strtok,&#8221; &#8220;strchr,&#8221; and &#8220;_envrion,&#8221; what do<br />I have to do to compile the program???</p>
<p>As it is, one portion of the source code &#8211; termio.c &#8211; generates several<br />screenfuls of errors and warnings.  John Donaldson was kind enough to<br />send me his version of termio.c which appears to be much better.</p>
<p>Any help would be greatly appreciated.  Better yet, if someone can<br />email me just the executable, that would be enough for me.</p>
<p>Thanks.<br />Hugo</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/palm-2-2/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Chicago CoCo-Fest</title>
		<link>http://www.coco3.com/community/1994/11/chicago-coco-fest</link>
		<comments>http://www.coco3.com/community/1994/11/chicago-coco-fest#comments</comments>
		<pubDate>Thu, 17 Nov 1994 20:45:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/chicago-coco-fest/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90690 17-NOV 20:45 General Information<br />     Chicago CoCo-Fest<br />     From: THESCHU      To: ALL</p>
<p>                               NEWS RELEASE<br />                               NEWS RELEASE<br />                               NEWS RELEASE<br />Here are the 5 &#8220;W&#8217;s&#8221;<br />WHO?       1)  The Glenside Color Computer Club of Illinois presents<br />WHAT?      2)  The Fourth Annual &#8220;Last&#8221; Chicago CoCoFEST!<br />WHEN?      3)  April 29th &#038; 30th, 1995 (Sat. 10am-6pm; Sun. 10am-4pm)<br />WHERE?     4)  HOLIDAY INN ELGIN  (A Holidome Indoor Recreation Center)<br />               345 W. River Road  (A city block from I-90 &#038; IL-31S)<br />               Elgin, Illinois    (Same great location as last year!)<br />               Overnight room rate: $55.00 (plus 10% tax)<br />               Call 1-708-695-5000 for reservations.<br />               Be sure to ask for the &#8220;Glenside&#8221; or &#8220;CoCoFEST!&#8221; rate.<br />        >>>>>  YOU MUST REGISTER UNDER COCOFEST TO GET THIS RATE < <<<<<br />WHY?       5) A.  To provide vendor support to the CoCo Community<br />              B.  To provide Community support to the CoCo Vendors<br />              C.  To provide educational support to new users.<br />              D.  TO HAVE AN OUTRAGEOUSLY GOOD TIME!!!!!<br />And now, the &#8220;H&#8221; word.<br />HOW MUCH?  1)  Admission:            $8.00 at the door, 2-day pass<br />                                     $5.00 at the door, 1-day pass<br />               Advance ticket sales: $5.00 + SASE for the whole show or<br />                                     $5.00 + $.50 postage &#038; handling<br />               Children 8 and under   FREE<br />            Contact: George Schneeweiss, Treasurer<br />                     Glenside Color Computer Club<br />                     RR#2     Box 67<br />                     Forrest, IL  61741-9629<br />For further information, general or exhibitor, contact:<br /> Tony Podraza, Fest Chairman        Carl Boll, Vice President, GCCCI<br /> 708-428-3576, VOICE                312-735-6087, VOICE<br /> 708-428-0436, BBS                  312-735-3355, BBS<br />                                    DELPHI-CBJ<br />                     Brian Schubring, President, GCCCI<br />                     708-529-3539, VOICE<br />                     DELPHI-THESCHU</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/chicago-coco-fest/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>mini expansion bus</title>
		<link>http://www.coco3.com/community/1994/11/mini-expansion-bus</link>
		<comments>http://www.coco3.com/community/1994/11/mini-expansion-bus#comments</comments>
		<pubDate>Thu, 17 Nov 1994 05:06:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/mini-expansion-bus/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90688 17-NOV 05:06 General Information<br />     mini expansion bus<br />     From: WAYNETHOMPSO To: DISTO</p>
<p>Tony,<br />  I am thinking about building a PIA based parallel port using<br />the mini expansion bus in my SC2.  My question involves the Chip Enable<br /> __<br />(CE) pin (#13).  What state is this pin in when address $FF50 is selected<br />on the coco bus?  I think that it would be low, but I want to make sure.<br />I plan to map the pia into $FF50-FF53.  I am using Mike Guzzi&#8217;s PPIA.AR<br />as a guideline.  In that file he decodes the pia into $FF70-$FF73 and<br />builds a separate pak to plug in his MPI. After studying his guidelines<br />I started looking at my SC2&#8242;s MEB since it is already decoded and should<br />be relatively easy to use for the project and end up saving a slot on my<br />MPI to boot!<br />  To clarify, let me restate the question:<br /> When $FF50 is shown on the coco bus, what is the state of pin 13<br />( chip enable) of the MEB?<br />Thanks,<br />Wayne</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/mini-expansion-bus/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Multiboot.</title>
		<link>http://www.coco3.com/community/1994/11/multiboot</link>
		<comments>http://www.coco3.com/community/1994/11/multiboot#comments</comments>
		<pubDate>Thu, 17 Nov 1994 00:19:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/multiboot/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90687 17-NOV 00:19 General Information<br />     Multiboot.<br />     From: CHARLESAM    To: ALL</p>
<p>                 I tried to implement &#8216;MultiBoot&#8217; tonight and keep getting error<br />#207 stack<br />full. I unloaded my startup files and rebooted, same problem. Anyone here<br />using Sub-Etha&#8217;s &#8216;Multiboot&#8217; have this problem? If so, how do I solve it?<br />Any help will be appreciated. Thanx Charlie</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/multiboot/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Signals in UCC</title>
		<link>http://www.coco3.com/community/1994/11/signals-in-ucc</link>
		<comments>http://www.coco3.com/community/1994/11/signals-in-ucc#comments</comments>
		<pubDate>Wed, 16 Nov 1994 21:13:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - Programmers Den]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/signals-in-ucc/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90686 16-NOV 21:13 Programmers Den<br />     Signals in UCC<br />     From: PAGAN        To: ALL</p>
<p> I recently posted a request for information re the signal() and<br /> _os_intercept() functions in UCC.  Here&#8217;s what I learned:</p>
<p> It&#8217;s not necessary to _os_sigmask() unless you need to clear or increnment<br /> the signal mask.</p>
<p> To second parameter should be _glob_data which is initialized in cstart just<br /> for this purpose.  Microware overlooked this in it&#8217;s documentation <img src='http://www.coco3.com/community/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p> The process becomes:</p>
<p>    void SignalCatcher(sig)<br />    int sig;<br />    {<br />    /* process the signal */<br />    _os_rte()<br />    }</p>
<p>    main(argc,argv)<br />    int argc;<br />    char *argv();<br />    {<br />    extern void *_glob_data;</p>
<p>    _os_intercept(SignalCatcher,_glob_data);<br />    }</p>
<p> BTW, using debug it looks like _os_intercept has less overhead than the old<br /> intercept() function in the 3.2 compiler.</p>
<p> Thank for the information goes to Peter Dibble, A.B. Cohen Stuart and<br /> Ruediger Nahm-Elstner (PEP Modular Computers).</p>
<p> Stephen Carville &#8211; pagan@delphi.com</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/signals-in-ucc/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PGP ver 2.6.2</title>
		<link>http://www.coco3.com/community/1994/11/pgp-ver-2-6-2</link>
		<comments>http://www.coco3.com/community/1994/11/pgp-ver-2-6-2#comments</comments>
		<pubDate>Wed, 16 Nov 1994 00:57:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/pgp-ver-2-6-2/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90682 16-NOV 00:57 General Information<br />     PGP ver 2.6.2<br />     From: MARTYGOODMAN To: ALL</p>
<p>In the Color Computer SIG data base, in the GENERAL section, is<br />a 14K long text file I just wrote that gives the history of the PGP<br />public RSA encryption software, AND tells you how to use Delphi<br />(assuming you are at a site in the USA) to obtain a copy of the latest<br />(and now legal) release of PGP, version 2.6.2.     (You do have to<br />be a member of the Internet SIG, with acess to FTP and Telnet capabilities<br />of Delphi.)</p>
<p>While PGP is available only for the PC compatible and Macintosh platforms,<br />there IS available from the same FTP site that has the program<br />SOURCE CODE for the program, which might allow OS68K types to port<br />it to their machines.</p>
<p>    &#8212;marty</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/pgp-ver-2-6-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CD info</title>
		<link>http://www.coco3.com/community/1994/11/cd-info</link>
		<comments>http://www.coco3.com/community/1994/11/cd-info#comments</comments>
		<pubDate>Tue, 15 Nov 1994 20:34:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - OSK Applications]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/cd-info/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90676 15-NOV 20:34 OSK Applications<br />     CD info<br />     From: HAWKSOFT     To: ALL</p>
<p>Greetings All!</p>
<p>  I&#8217;m looking for a few brave souls to beta-test the first release of my new<br />CDRom File Manager (CDF). It works fine with all the utilities I&#8217;ve thrown<br />at it (dir, copy, attr, load (<from CD-i discs>). And I need someone(s)<br />to wring it old real good!</p>
<p>  You need:</p>
<p>  An OSK based computer.<br />  a 33c93A SCSI controller chip (like the MM/1)<br />  an NEC SCSI CDRom reader (others may work, maybe not)</p>
<p>  I will supply the File Manger and descriptor. If you have the CDRom reader<br />then you probably have the driver (rbvccs and scsi_mm1d vr #27). If not, I can<br />supply them too.</p>
<p>  Send me E-Mail if you are willing to try it out.</p>
<p>  To whet your appetites, here is a dir of a CD-i disc:( 7th Guest )</p>
<p>                           Directory of /cd 19:25:38<br />abstract        bibliographic   cdi_loader      cdi_nodv        cdi_t7g<br />copyright       green           path_tbl</p>
<p>                                          Chris</p>
<p>   :-> :-> :-> :-> :-> :-> :->  Chris &#8220;HAWKSoft&#8221;  < -: <-: <-: <-: <-: <-: <-:</p>
<p>        Delphi: HAWKSOFT                   Internet: HAWKSOFT@DELPHI.COM</p>
<p>   ******************< Uploaded w/ InfoXpress vr. 1.02.00 >******************</p>
<p></from></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/cd-info/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cdi</title>
		<link>http://www.coco3.com/community/1994/11/cdi</link>
		<comments>http://www.coco3.com/community/1994/11/cdi#comments</comments>
		<pubDate>Tue, 15 Nov 1994 20:10:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/cdi/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90674 15-NOV 20:10 General Information<br />     cdi<br />     From: TEDJAEGER    To: ALL</p>
<p>Hi all,<br />        After all the discussion of CDI here I figure I better get<br />around to asking what kind of files are on a CDI disk? I do have a<br />CD reader hooked to my MM1 and Chris Hawk&#8217;s utility to copy from<br />CDI. Are there sound files (iff) on those CDI disks that I could<br />bring to my MM1 HD and play? Are there images on those disks that<br />could be displayed on the MM1? I might go buy a CDI disk just to<br />explore &#8230;..</p>
<p>Bests<br />&#8212;TedJaeger</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/cdi/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Delphi Connect Speed</title>
		<link>http://www.coco3.com/community/1994/11/delphi-connect-speed</link>
		<comments>http://www.coco3.com/community/1994/11/delphi-connect-speed#comments</comments>
		<pubDate>Tue, 15 Nov 1994 02:23:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - Telecom 6809]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/delphi-connect-speed/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90672 15-NOV 02:23 Telecom (6809)<br />     Delphi Connect Speed<br />     From: JMICHELSON   To: ALL</p>
<p>Anyone notice that you can log into Delphi (at least on Sprintnet) at 14.4k<br />baud recently? I normally call in on my Coco at 9600, but have the PC fired<br />up tonight and lo and behold&#8230;CONNECT 14400/MNP COMPRESSED. Maybe I missed<br />something somewhere, or maybe Sprintnet is finally starting to upgrade!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/delphi-connect-speed/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Monitor blackouts</title>
		<link>http://www.coco3.com/community/1994/11/monitor-blackouts</link>
		<comments>http://www.coco3.com/community/1994/11/monitor-blackouts#comments</comments>
		<pubDate>Tue, 15 Nov 1994 00:34:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/monitor-blackouts/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90671 15-NOV 00:34 General Information<br />     Monitor blackouts<br />     From: CHARLESAM    To: REVKAK (NR)</p>
<p>Thanx Keith, reseating the CPU board did the trick. I&#8217;m back in business.<br />..Charlie&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/monitor-blackouts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eprom</title>
		<link>http://www.coco3.com/community/1994/11/eprom-9</link>
		<comments>http://www.coco3.com/community/1994/11/eprom-9#comments</comments>
		<pubDate>Mon, 14 Nov 1994 21:53:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/eprom-9/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90667 14-NOV 21:53 General Information<br />     eprom<br />     From: RICKULAND    To: ALL</p>
<p>Eprommer   update- Awhile back, Br.Jeremy posted a question about<br />an  &#8216;Aval  PRW1000&#8242;  programmer (no docs). The repost  is  needed<br />because  I&#8217;ve  figured it out (close, anyway) and this ain&#8217;t  yer<br />average  programmer.<br />     It&#8217;s  a  very pricey looking (actually, looks like an  Apple<br />)(e with a calculator stuck on it) just add modules job, with one<br />included  that  covers  2716 to 27c256 (and the a&#8217;s)  (in  intel,<br />fuji,  and  std).  Using just the hexpad, you can read  two  decb<br />eproms (moving one up 8K), and rewrite the dual version- in about<br />3  minutes  flat if you don&#8217;t bend any pins. You can  shrink  big<br />endians  and flip the bits _in_the_programmer_!  But the crux  of<br />the  biscuit &#8216;rip is it rts/cts 3 different formats right out the<br />serial port without a host program.  (With OS9+DevPak to do the s<br />records&#8230;wow!   they  were right, it is a DevPak! Might  have  a<br />product here- OS9 burns, the ROM)</p>
<p>     So now I&#8217;m _very_ eagerly looking for any more pieces, docs,<br />etc.  PALS and so on ought to be in this boxes range- be thankful<br />if   you&#8217;d  take  a second look at any  beige  hi-end  programmer<br />modules you run across festing- there is a bounty;-)<br />                              -ricku</p>
<p>                  Rick Ulland                 CoNect<br />         rickuland@delphi.com           449 South 90th St.<br />&#8220;Operating System Nine&#8221;- 268m           Milwaukee WI 53214</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/eprom-9/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ppia.ar</title>
		<link>http://www.coco3.com/community/1994/11/ppia-ar</link>
		<comments>http://www.coco3.com/community/1994/11/ppia-ar#comments</comments>
		<pubDate>Mon, 14 Nov 1994 21:48:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/ppia-ar/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90664 14-NOV 21:48 General Information<br />     ppia.ar<br />     From: WAYNETHOMPSO To: MIKE_GUZZI (NR)</p>
<p>Mike,<br />  I am in the process of building a parallel port as described in your<br />ppia.ar file and have run into a slight problem.  The 74ls133 is not in<br />my ttl databook, (it says to look in the supplement, which I don&#8217;t have)<br />and I need pin-outs.  Could you send me the pin-outs?  My other question<br />is regarding the db25 connector you talk about in the text file.<br />I have a pc clone type printer cable laying around and was wondering if<br />you knew the pin assignments of that particular cable?  (It has a male<br />db25 connector at one end and a 36pin centronics at the other.)<br />  Now for some opinions. <img src='http://www.coco3.com/community/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   After reading your file (very good work, I must<br />say)  I can see that with the correct driver, these 2 parallel ports can<br />be bi-directional, now I wonder what kind of performance is possible<br />in bi-derectional mode.  ie. Is it fast enough to utilize some of the<br />pc compatible parallel port devices such as hard drives and tape backups?<br />  Also, I have seen a few external modems that have a parallel port to<br />hook up to a pc parallel port for VERY high speed comunication. (28.8k and up)<br />I know that these types are extremely expensive at this time, but how<br />difficult would it be to utilize (ie. write the proper driver) one of<br />these modems with the Eliminator style parallel port?<br /> Thanks,<br /> Wayne</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/ppia-ar/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MM1 for sale</title>
		<link>http://www.coco3.com/community/1994/11/mm1-for-sale</link>
		<comments>http://www.coco3.com/community/1994/11/mm1-for-sale#comments</comments>
		<pubDate>Mon, 14 Nov 1994 01:40:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/mm1-for-sale/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90658 14-NOV 01:40 General Information<br />     MM1 for sale<br />     From: JAYODER      To: ALL</p>
<p>Hello all,</p>
<p>On behalf of my friend Jason, I&#8217;ve posted in the classifieds here<br />in the SIG, an AD describing his MM1 that he would like to sell.<br />The AD should be available in the next 24 hours. Thanks to all<br />that respond to the AD. All inquiries welcome!</p>
<p>Jeff Yoder, (JAYODER) N2ZDS</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/mm1-for-sale/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My cursor!? Those darned dots!</title>
		<link>http://www.coco3.com/community/1994/11/my-cursor-those-darned-dots</link>
		<comments>http://www.coco3.com/community/1994/11/my-cursor-those-darned-dots#comments</comments>
		<pubDate>Sun, 13 Nov 1994 14:25:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/my-cursor-those-darned-dots/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90648 13-NOV 14:25 General Information<br />     My cursor!? Those darned dots!<br />     From: 01GEN40      To: ALL</p>
<p>Hello everyone,<br />  I have been experiencing these little anomolies that drive me batty.<br />First of all, does anyone know why I am losing my cursor every time I<br />leave MAIL?  Working without a cursor is like driving a car at night<br />with the lights out.  Another thing are these random characters I<br />get when I sit idle as in reading a message here.  My cusror<br />moves of its own accordd and leaves random characters behind.  In pairs.<br />Most of the time I get &#8220;..&#8221; but other times I get characters That I do<br />not think the CoCo is capable of generating.</p>
<p>  I read in a message that someone has a 63c09 processor in thier CoCo.<br />I have a HD63B09EP.  What, if any, is the difference between the &#8220;b&#8221;<br />and the &#8220;c&#8221;.  These random characters are driving me crazy!  I<br />have a hard time determining where I am in this text.  If I have to back-<br />space, I have to take into account that I have X number of characters I<br />did not type.  If I backspace I need to backspace -X number of random<br />characters.  Anyway, back to the processor.  I would like to find<br />out anything about the difference, please.  Thanks for any input, in<br />advance.  See ya.</p>
<p>LONG LIVE OS-9! <forever> ** In whatever form it is in!</p>
<p>-= 01GEN40 =-</p>
<p></forever></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/my-cursor-those-darned-dots/feed</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>RiBBS</title>
		<link>http://www.coco3.com/community/1994/11/ribbs</link>
		<comments>http://www.coco3.com/community/1994/11/ribbs#comments</comments>
		<pubDate>Sun, 13 Nov 1994 08:41:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - Telecom 6809]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/ribbs/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90645 13-NOV 08:41 Telecom (6809)<br />     RiBBS<br />     From: DENNYWRIGHT  To: ALL</p>
<p>Does anyone know if the TodayOs9 and Ribbstoday commands, the ribbstoday one in<br />particular, in the telecom database works with R<br />RiBBS v2.10? A friend has it and he said when he runs the ribbstoday from the<br />menu it crashes the bbs. He followed the docs which simply say to put the data<br />in a TODAY directory on his /dd and the command module in his exec dir. The<br />attr&#8217;s have been set (<br />e pe). If this is for RiBBS 2.0 is there a newer version or a patch?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/ribbs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DISTO Sale!!</title>
		<link>http://www.coco3.com/community/1994/11/disto-sale</link>
		<comments>http://www.coco3.com/community/1994/11/disto-sale#comments</comments>
		<pubDate>Sat, 12 Nov 1994 22:12:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/disto-sale/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90641 12-NOV 22:12 General Information<br />     DISTO Sale!!<br />     From: DISTO        To: ALL</p>
<p>Starting Dec 1 &#8217;94 to the end of the year, all remaining DISTO products will<br />be sold at a 15% discount. Leave email for availability. -Tony.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/disto-sale/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>signal handling in UCC</title>
		<link>http://www.coco3.com/community/1994/11/signal-handling-in-ucc</link>
		<comments>http://www.coco3.com/community/1994/11/signal-handling-in-ucc#comments</comments>
		<pubDate>Sat, 12 Nov 1994 14:33:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - Programmers Den]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/signal-handling-in-ucc/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90638 12-NOV 14:33 Programmers Den<br />     signal handling in UCC<br />     From: PAGAN        To: ALL</p>
<p> Does anyone know how to use the signal() and _os_intercept() functions in<br /> Ultra C?  I&#8217;m trying to get a transfer program working under OS9 &#038; OS9000<br /> and both calls are causing unexpected problems.  I&#8217;m doing the development<br /> under OS9/68000.</p>
<p> globally defined variables:</p>
<p>    volatile sig_atomic_t<br />        g_sigmodem=0,<br />        g_abort=0;</p>
<p>    path_id modempath;</p>
<p> Using signal():</p>
<p>    void ModemSignal(sig)<br />    int sig;<br />    {<br />    signal(sig,modemsignal);   /* reset signal handling */<br />    g_sigmodem++;              /* set flag */<br />    }</p>
<p> This worked fine in the short test program but blew up the main program with<br /> when I returned from the put character routine:</p>
<p>    S_PutC(ch)<br />    int ch;<br />    {<br />    u_int32 size=1;<br />    u_char khar=ch;</p>
<p>    _os_write(modempath,&#038;khar,&#038;size);<br />    return;<br />    }</p>
<p> Sometime the program quit with an error #103 (address trap error) or locked<br /> up or went out and stomped all over another module.  When I move the signal<br /> reset into the body of the program the error dissappears but resetting the<br /> signal handling from within the main program is not going to work with real<br /> world signals.  I suppose I could mask interupts in the signal handler and<br /> unmask after checking the flag but that seems a little clumsy to me.</p>
<p> I tried using _os_intercept().  The prototype is:</p>
<p>    error_code _os_intercept(void (*)(), void *);</p>
<p> I can set up a signal handler easily enough:</p>
<p>    void SignalCatcher(sig)<br />    int sig;<br />    {<br />    _os_sigmask(1);         /* mask signals */<br />    switch(sig)             /* set appropiate flag */<br />        {<br />        case SER_SIG:<br />            g_sigmodem++;<br />            break;<br />        case SIGINT:<br />        case SIGQUIT:<br />            g_abort++;<br />            break;<br />        }<br />    _os_sigmask(0);         /* unmask signals */<br />    _os_rte();              /* go back */<br />    }</p>
<p> but where does that second void * come from?  Under OS9 I&#8217;ve tryed passing<br /> it as 0 and as &#8220;void *void_ptr&#8221; which will compile but _os_intercept()<br /> returns an error #225 (Bad Parameter) and doesn&#8217;t set any intercept.<br /> Passing it as an address of a global variable (&#038;g_sigmodem) won&#8217;t compile in<br /> extended ANSI mode &#8211; I haven&#8217;t tried that with -bc set.</p>
<p> The program works fine with the old intercept() call but that requires<br /> linking with the -bc flag and there is no guarantee that Microware will<br /> continue support for the backward compatability mode.</p>
<p> Stephen (PAGAN)</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/signal-handling-in-ucc/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TESTCLOCK</title>
		<link>http://www.coco3.com/community/1994/11/testclock</link>
		<comments>http://www.coco3.com/community/1994/11/testclock#comments</comments>
		<pubDate>Thu, 10 Nov 1994 08:25:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - System Modules 6809]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/testclock/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90627 10-NOV 08:25 System Modules (6809)<br />     TESTCLOCK<br />     From: DONALDS      To: WDTV5</p>
<p>I have tried to get your new clock for the Disto 4n1 going but I seem to have<br />a problem &#8211; I get a boot fail every time I try to boot with it. I can remove<br />it and boot just fine. I am using a 63c09 ,4n1 , scsi drive, and do most of my<br />boot from the harddrive. all I have on the boot disk is OS9BOOT. I have moved<br />modules and some other stuff but still get a boot fail. Can you help.<br />             Don</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/testclock/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>off the air a bit</title>
		<link>http://www.coco3.com/community/1994/11/off-the-air-a-bit</link>
		<comments>http://www.coco3.com/community/1994/11/off-the-air-a-bit#comments</comments>
		<pubDate>Wed, 09 Nov 1994 19:46:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/off-the-air-a-bit/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90621 9-NOV 19:46  General Information<br />     off the air a bit<br />     From: JEJONES      To: ALL</p>
<p>Just in case someone asks, or wonders where I am&#8211;I&#8217;m going off the<br />figurative air for what I hope is a short interval.  I am about to (finally!)<br />start the process of moving stuff to a new hard drive, which entails making<br />one last backup and moving everything over to the new drive.  Once the smoke<br />clears, I&#8217;ll fire up ix again and be back in the&#8211;aw, heck, I was about to<br />use some &#8220;information superhighway&#8221;/cyberpunk cliche.  <sound of soap<br />bubbles emerging from mouth>  But anyway, during the interval, I don&#8217;t want<br />to change files or accumulate new ones.</p>
<p>So&#8230;back shortly.</p>
<p>Opinions herein are solely those of their respective authors.</p>
<p>Clipper Chip: Big Brother Inside</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/off-the-air-a-bit/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>klondike</title>
		<link>http://www.coco3.com/community/1994/11/klondike</link>
		<comments>http://www.coco3.com/community/1994/11/klondike#comments</comments>
		<pubDate>Tue, 08 Nov 1994 20:16:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/klondike/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90613 8-NOV 20:16  General Information<br />     klondike<br />     From: RICKULAND    To: NEWKID</p>
<p>What does -b do? We ran into a major problem with ix caused by<br />shell+ stubborn isnsistance that every program have at least 8K<br />of data space. (ix needs 1 page, or 256bytes). Perhaps klondyke<br />trips the same bug.</p>
<p>     Paul Seniura published a modpatch script (in system? dbase)<br />that is very clever but doesn&#8217;t work as written. The gist of it<br />is-</p>
<p>l shell<br />c 130f 1f 01<br />v</p>
<p>get his file for more info. Also, the diskcat/ix thread here&#8230;.</p>
<p>                              -ricku</p>
<p>                  Rick Ulland                 CoNect<br />         rickuland@delphi.com           449 South 90th St.<br />&#8220;Operating System Nine&#8221;- 268m           Milwaukee WI 53214</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/klondike/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>RE: C compiler Link error Re: Msg 10004</title>
		<link>http://www.coco3.com/community/1994/11/re-c-compiler-link-error-re-msg-10004</link>
		<comments>http://www.coco3.com/community/1994/11/re-c-compiler-link-error-re-msg-10004#comments</comments>
		<pubDate>Tue, 08 Nov 1994 20:01:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - OSK Applications]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/re-c-compiler-link-error-re-msg-10004/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90612 8-NOV 20:01  OSK Applications<br />     RE: C compiler Link error (Re: Msg 10004)<br />     From: JHICKLE      To: ALL</p>
<p>This thread is 6 years old, but I encountered the problem at least 4<br />years old, so i&#8217;m chiming in&#8230;</p>
<p>The error message: &#8220;linker fatal: out of dref nodes&#8221;</p>
<p>I get this error when trying to compile something like this:<br />  char (*func_key())(256);</p>
<p>splitting it into two 128 member arrays solved the problem.</p>
<p>At the time I wrote to Microware on their Compu$erve forum.<br />I&#8217;m still waiting for them to reply.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/re-c-compiler-link-error-re-msg-10004/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>klondike</title>
		<link>http://www.coco3.com/community/1994/11/klondike-2</link>
		<comments>http://www.coco3.com/community/1994/11/klondike-2#comments</comments>
		<pubDate>Tue, 08 Nov 1994 07:36:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/klondike-2/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90610 8-NOV 07:36  General Information<br />     klondike<br />     From: MROWEN01     To: NEWKID</p>
<p>     I couldn&#8217;t get it to work with Shell + either. When i boot from a stock<br />shell, I can run with the -b option. I have no idea if it&#8217;s due to shell +<br />or some other module though.</p>
<p>-Mike Rowen</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/klondike-2/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>help</title>
		<link>http://www.coco3.com/community/1994/11/help-35</link>
		<comments>http://www.coco3.com/community/1994/11/help-35#comments</comments>
		<pubDate>Tue, 08 Nov 1994 03:10:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/help-35/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90609 8-NOV 03:10  General Information<br />     help<br />     From: NEWKID       To: ALL</p>
<p>I need help.  I&#8217;m having trouble with Klondike. When I try to run it<br />using the command line &#8220;klondike -b&#8221; I get an error 187 illegal arugment.<br />If I use &#8220;klondike&#8221; the game run perfectly.</p>
<p>I&#8217;m using shell +. I have 512k and 314k free after boot. In my startup file<br />I merge stdpats_4,stdfonts and stdprts,mostly for multivue whenever I use<br />it.</p>
<p>Thanks for any help in advance!</p>
<p>James</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/help-35/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS-9 Late Night:Reminder</title>
		<link>http://www.coco3.com/community/1994/11/os-9-late-nightreminder-3</link>
		<comments>http://www.coco3.com/community/1994/11/os-9-late-nightreminder-3#comments</comments>
		<pubDate>Sun, 06 Nov 1994 20:06:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/os-9-late-nightreminder-3/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90601 6-NOV 20:06  General Information<br />     OS-9 Late Night:Reminder<br />     From: THETAURUS    To: ALL</p>
<p>                       ***OS-9 Late Night***<br />                       Monday, November 7 at 10:00pm est<br />                       Topic:Open Forum</p>
<p>        Okay folks, this week I DIDN&#8217;T forget the reminder <img src='http://www.coco3.com/community/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Everyone<br />   is welcome to attend tomorrow. It is another Open Forum so everything<br />   and anything OS-9/Coco/Computer whatever related is welcome. I&#8217;m<br />   always up for good Basic09 Chat myself if anyone is interested, or<br />   perhaps shell Programming with ShellPlus. That&#8217;s just me, so bring<br />   what interests you <img src='http://www.coco3.com/community/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>        See Ya Tomorra<br />        >Chris< </p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/os-9-late-nightreminder-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RBF</title>
		<link>http://www.coco3.com/community/1994/11/rbf</link>
		<comments>http://www.coco3.com/community/1994/11/rbf#comments</comments>
		<pubDate>Sun, 06 Nov 1994 01:18:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - System Modules 6809]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/rbf/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90594 6-NOV 01:18  System Modules (6809)<br />     RBF<br />     From: VE3DAC       To: WDTV5</p>
<p>Well  a bit late  but Happy 60th.  Hope that there are lots more highway<br />miles in the old body.<br />Thanks for the RBF fixes, but dare I use them at Version 1? <g>.  iI&#8217;ve had<br />to go back to V.28  on the BBS with the new 130 meg drive, didn&#8217;t want to<br />think about an allocation map that big at 1 sector per.  Almost the first thing<br />I did of course was to delete a file I didn&#8217;t mean to.<br />So now we may be ok.  I&#8217;ll pass them on to Gene K.  see how rbf30B(     ? i thin<br />k)<br />works on his Powerboost system.  Talk to you again soon.<br />Mmerv<br />  Damn old keyboard&#8230;..</p>
<p></g></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/rbf/feed</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>*Cybermania &#8217;94* results</title>
		<link>http://www.coco3.com/community/1994/11/cybermania-94-results</link>
		<comments>http://www.coco3.com/community/1994/11/cybermania-94-results#comments</comments>
		<pubDate>Sat, 05 Nov 1994 22:26:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/cybermania-94-results/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90591 5-NOV 22:26  General Information<br />     *Cybermania &#8217;94* results<br />     From: JEJONES      To: ALL</p>
<p>*Cybermania &#8217;94*, the first annual interactive game awards show, is ending<br />as I type.  Results of interest to OS-9/CD-i users:</p>
<p>   Best Comedy:  *The Wacky World of Miniature Golf*<br />   Best Sports:  *Caesar&#8217;s World of Boxing*<br />   Best Actress: Grace Zabriskie, *Voyeur*<br />   Best Actor:   Robert Culp, *Voyeur*</p>
<p>(Drat!  I should&#8217;ve taken notes, because I have a feeling I&#8217;ve forgotten<br />something.  They&#8217;re going to immediately rerun it, probably for the West<br />Coast contingent, so I&#8217;ll post any additions needed.  One thing that I<br />should add is that there were other CD-i nominees, one that comes to mind<br />being Mickey Rooney for *Great Day at the Races*.)</p>
<p>I guess *Burn:Cycle* wasn&#8217;t up for an award, having come out *very*<br />recently, BUT there was a very good segment on it, and if there&#8217;s ANY<br />justice on this earth (*pace* Larry Niven and *Ringworld*), it ought to<br />sweep everything for which it&#8217;s nominated next time around.  (I just<br />got my copy, and words fail me.)</p>
<p>Opinions herein are solely those of their respective authors.</p>
<p>Clipper Chip: Big Brother Inside</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/cybermania-94-results/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Level II BBS</title>
		<link>http://www.coco3.com/community/1994/11/level-ii-bbs</link>
		<comments>http://www.coco3.com/community/1994/11/level-ii-bbs#comments</comments>
		<pubDate>Sat, 05 Nov 1994 22:26:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - Telecom 6809]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/level-ii-bbs/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90590 5-NOV 22:26  Telecom (6809)<br />     Level II BBS<br />     From: RICKULAND    To: WDTV5</p>
<p>     Gene,</p>
<p>     Exactly  right  on  the diode- Fast232 (16550)  and  Mini232<br />(65c51)   do this now- BTW cheap _silicon_ diode;-) and still get<br />a good spike.</p>
<p>     Fast232  is  a  fluke. We run it at 1/3  it&#8217;s  minimum  buss<br />speed,  with  timings off the chart and the Motachi clocks  gated<br />together,  and it works, for no reason at all. Haven&#8217;t been able,<br />on MototoMoto or HittoMoto, yet. They did that on purpose!</p>
<p>PS &#8220;CoCoZ &#8211; it even works on VAX!&#8221; really weird to be compliant.<br />                              -ricku</p>
<p>                  Rick Ulland                 CoNect<br />         rickuland@delphi.com           449 South 90th St.<br />&#8220;Operating System Nine&#8221;- 268m           Milwaukee WI 53214</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/level-ii-bbs/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Shanghai bug ??</title>
		<link>http://www.coco3.com/community/1994/11/shanghai-bug</link>
		<comments>http://www.coco3.com/community/1994/11/shanghai-bug#comments</comments>
		<pubDate>Sat, 05 Nov 1994 12:23:00 +0000</pubDate>
		<dc:creator>Delphi</dc:creator>
				<category><![CDATA[Delphi - General Information]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/1994/11/shanghai-bug/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>90586 5-NOV 12:23  General Information<br />     Shanghai bug ??<br />     From: MRUPGRADE    To: ALL</p>
<p>  There is a &#8220;BUG&#8221; in the play mode of Shanghai.  It doesn&#8217;t severly interfere<br /> with the game play,, and is over looked by those who have seen it.<br />  This doesn&#8217;t include the rare unsolvable puzzle.</p>
<p>  The first one with an answer,, will recieve a very nice prize,, yet to be<br /> announced.  (choice RS or OS)<br />  Note:  I&#8217;ve also posted this on th Rs or CoCo SIG.  While they (RSDOS&#8217;ers)<br /> are more likely to beat out <grin> an OS&#8217;er.   I thought I&#8217;d give you<br /> a shot at it.<br />  Terry Simons  UPGRADE Editor</p>
<p></grin></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/1994/11/shanghai-bug/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

