<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: CHROMAtrs</title>
	<atom:link href="http://www.trs-80.org/chromatrs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trs-80.org/chromatrs/</link>
	<description>TRS-80.org is a source for information about the Radio Shack TRS-80 line of computers, hardware, and software, with articles, interviews, and more!</description>
	<lastBuildDate>Sat, 21 Jan 2012 03:40:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Chuck Sites</title>
		<link>http://www.trs-80.org/chromatrs/comment-page-1/#comment-13857</link>
		<dc:creator>Chuck Sites</dc:creator>
		<pubDate>Thu, 22 Apr 2010 23:25:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.trs-80.org/chromatrs/#comment-13857</guid>
		<description>South Shore was lucky to get Robert French to write ChromaBasic.  At Thirteen he could program circles around anybody.  And he could type unbelievably fast too. 
Hi Rob.  Here is my story on the ChromaTRS.  I bought mine in the form of the $99 kit.  I still have it too.  I bought my Model I in 1978. by the time ChromaTRS came around I was pretty good at hardware hacking.  One of the mods I made to the Model I, was something i called 
the Re-Mapper which was an amazingly simple mod to run a real CPM.  I never got around to publishing it, but 80-Micro would have loved it. Basically a bit on port 7E, toggle a JK-flipflop that triggered an XOR on A14 and A15.  Magically the ROM moved from 0000-3FFF to C000-FFFF and the RAM from that location moved to 0000.  And all your code from 4000-BFFF stayed there.  It made booting CP/M a snap. The mod was as easy as the reverse video mod.   In the end; my Model I had 192K RAM bank-switch CP/M mod, swap RAM for ROM mod, speed up mod, reverse video mod, lower case mod, and a ChromaTRS.  I showed the ChromaTRS  to Rob and said you should take your RF-Extended Basic and re-write it for the ChromaTRS which he did. He even did the 3D commands as a favor to me.  Geeze we are talking sines and cosines in assembly language here.  It was very  impressive.   My hat is off to the people at South Shore for making a great expansion device, and to Rob for coding up such a cool language.



.</description>
		<content:encoded><![CDATA[<p>South Shore was lucky to get Robert French to write ChromaBasic.  At Thirteen he could program circles around anybody.  And he could type unbelievably fast too.<br />
Hi Rob.  Here is my story on the ChromaTRS.  I bought mine in the form of the $99 kit.  I still have it too.  I bought my Model I in 1978. by the time ChromaTRS came around I was pretty good at hardware hacking.  One of the mods I made to the Model I, was something i called<br />
the Re-Mapper which was an amazingly simple mod to run a real CPM.  I never got around to publishing it, but 80-Micro would have loved it. Basically a bit on port 7E, toggle a JK-flipflop that triggered an XOR on A14 and A15.  Magically the ROM moved from 0000-3FFF to C000-FFFF and the RAM from that location moved to 0000.  And all your code from 4000-BFFF stayed there.  It made booting CP/M a snap. The mod was as easy as the reverse video mod.   In the end; my Model I had 192K RAM bank-switch CP/M mod, swap RAM for ROM mod, speed up mod, reverse video mod, lower case mod, and a ChromaTRS.  I showed the ChromaTRS  to Rob and said you should take your RF-Extended Basic and re-write it for the ChromaTRS which he did. He even did the 3D commands as a favor to me.  Geeze we are talking sines and cosines in assembly language here.  It was very  impressive.   My hat is off to the people at South Shore for making a great expansion device, and to Rob for coding up such a cool language.</p>
<p>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark McDougall</title>
		<link>http://www.trs-80.org/chromatrs/comment-page-1/#comment-11030</link>
		<dc:creator>Mark McDougall</dc:creator>
		<pubDate>Sun, 21 Feb 2010 00:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.trs-80.org/chromatrs/#comment-11030</guid>
		<description>If you have any software listings Ben, that&#039;d help with reverse-engineering?!?</description>
		<content:encoded><![CDATA[<p>If you have any software listings Ben, that&#8217;d help with reverse-engineering?!?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Mesander</title>
		<link>http://www.trs-80.org/chromatrs/comment-page-1/#comment-7400</link>
		<dc:creator>Ben Mesander</dc:creator>
		<pubDate>Thu, 29 Oct 2009 20:04:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.trs-80.org/chromatrs/#comment-7400</guid>
		<description>I wrote some game programs for my own use in Z-80 assembler that used the CHROMAtrs. Stuff like a parachute jump program, the plane would be one sprite in the 9918, the little person and the chute were two others. I had a WICO joystick and trackball hooked to mine.

I recall the trackball either drew too much power and made the CHROMAtrs unreliable or the 5V wasn&#039;t provided on the atari-compatible port, can&#039;t remember which, so I tapped 5V off somewhere else and ran a wire to the joystick port so I could use it.

I remember using the CHROMAtrs from BASIC, Z-80, small C, and FORTH.

I also ported some Applesoft BASIC graphics programs from Creative Computing to the TRS-80/CHROMAtrs.

Good times when I was in highschool, sometimes I wish I still had all that old hardware, but there&#039;s just not enough time anymore.

Later I remember porting some of these old programs to the Amiga 1000 when I got one of those with money from my first &quot;real&quot; engineering job.</description>
		<content:encoded><![CDATA[<p>I wrote some game programs for my own use in Z-80 assembler that used the CHROMAtrs. Stuff like a parachute jump program, the plane would be one sprite in the 9918, the little person and the chute were two others. I had a WICO joystick and trackball hooked to mine.</p>
<p>I recall the trackball either drew too much power and made the CHROMAtrs unreliable or the 5V wasn&#8217;t provided on the atari-compatible port, can&#8217;t remember which, so I tapped 5V off somewhere else and ran a wire to the joystick port so I could use it.</p>
<p>I remember using the CHROMAtrs from BASIC, Z-80, small C, and FORTH.</p>
<p>I also ported some Applesoft BASIC graphics programs from Creative Computing to the TRS-80/CHROMAtrs.</p>
<p>Good times when I was in highschool, sometimes I wish I still had all that old hardware, but there&#8217;s just not enough time anymore.</p>
<p>Later I remember porting some of these old programs to the Amiga 1000 when I got one of those with money from my first &#8220;real&#8221; engineering job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert French</title>
		<link>http://www.trs-80.org/chromatrs/comment-page-1/#comment-2853</link>
		<dc:creator>Robert French</dc:creator>
		<pubDate>Mon, 27 Apr 2009 22:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.trs-80.org/chromatrs/#comment-2853</guid>
		<description>Wow, I just ran across this web page by accident.  I&#039;m the &quot;shockingly young student from Kentucky&quot; that StevenHB referred to above.  I was 14 when I wrote and sold Chroma BASIC to South Shore, and I still remember it well.  I also remember writing a Pacman-equivalent and some other games.  I would be thrilled to hear from anyone else from South Shore or any users of the product.</description>
		<content:encoded><![CDATA[<p>Wow, I just ran across this web page by accident.  I&#8217;m the &#8220;shockingly young student from Kentucky&#8221; that StevenHB referred to above.  I was 14 when I wrote and sold Chroma BASIC to South Shore, and I still remember it well.  I also remember writing a Pacman-equivalent and some other games.  I would be thrilled to hear from anyone else from South Shore or any users of the product.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Reed</title>
		<link>http://www.trs-80.org/chromatrs/comment-page-1/#comment-1056</link>
		<dc:creator>Matthew Reed</dc:creator>
		<pubDate>Tue, 24 Feb 2009 14:06:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.trs-80.org/chromatrs/#comment-1056</guid>
		<description>The CHROMAtrs was mapped to ports 78H to 7FH, although the base address could be changed using a jumper. I don&#039;t know which of the ports mapped to the TMS9918A and which mapped to the sound and the joysticks.

I have thought before about adding CHROMAtrs support to my TRS-80 emulators, but the lack of software is a problem. It would be fairly easy to reverse engineer the CHROMAtrs hardware if any of the software was still available.</description>
		<content:encoded><![CDATA[<p>The CHROMAtrs was mapped to ports 78H to 7FH, although the base address could be changed using a jumper. I don&#8217;t know which of the ports mapped to the TMS9918A and which mapped to the sound and the joysticks.</p>
<p>I have thought before about adding CHROMAtrs support to my TRS-80 emulators, but the lack of software is a problem. It would be fairly easy to reverse engineer the CHROMAtrs hardware if any of the software was still available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark McDougall</title>
		<link>http://www.trs-80.org/chromatrs/comment-page-1/#comment-1027</link>
		<dc:creator>Mark McDougall</dc:creator>
		<pubDate>Mon, 23 Feb 2009 05:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.trs-80.org/chromatrs/#comment-1027</guid>
		<description>Does anyone have any documentation for the CHROMAtrs (and the other similar colour add-ons)? I&#039;d be particularly interested in the schematics, user/programmer manual, and the driver software.

I&#039;d like to implement this (and perhaps the other TMS9918A-based add-ons) in my FPGA TRS-80. But I have no idea how it was interfaced to the TRS-80 (memory/port map(s) etc). I&#039;m surprised none of the software emulation authors have added these products. I do know MAME/MESS already has a TMS9918A core... so adding it to MESS would be a no-brainer...

Thanks in advance!
Regards,</description>
		<content:encoded><![CDATA[<p>Does anyone have any documentation for the CHROMAtrs (and the other similar colour add-ons)? I&#8217;d be particularly interested in the schematics, user/programmer manual, and the driver software.</p>
<p>I&#8217;d like to implement this (and perhaps the other TMS9918A-based add-ons) in my FPGA TRS-80. But I have no idea how it was interfaced to the TRS-80 (memory/port map(s) etc). I&#8217;m surprised none of the software emulation authors have added these products. I do know MAME/MESS already has a TMS9918A core&#8230; so adding it to MESS would be a no-brainer&#8230;</p>
<p>Thanks in advance!<br />
Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: StevenHB</title>
		<link>http://www.trs-80.org/chromatrs/comment-page-1/#comment-468</link>
		<dc:creator>StevenHB</dc:creator>
		<pubDate>Thu, 22 Jan 2009 23:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.trs-80.org/chromatrs/#comment-468</guid>
		<description>I worked for South Shore Computer Concepts in 1982 and 1983.  I assembled a few of them and debugged more.  I probably still have one in a closet somewhere.  I know that I have the keyboard/CPU unit from my own Model I.

I worked with the author of CHROMA Basic, who was a (shockingly) young student from Kentucky.  Thanks for the memories.</description>
		<content:encoded><![CDATA[<p>I worked for South Shore Computer Concepts in 1982 and 1983.  I assembled a few of them and debugged more.  I probably still have one in a closet somewhere.  I know that I have the keyboard/CPU unit from my own Model I.</p>
<p>I worked with the author of CHROMA Basic, who was a (shockingly) young student from Kentucky.  Thanks for the memories.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

