<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="/feed/bypass/styles/feed.css" media="screen"?>
<?xml-stylesheet type="text/xsl" href="/feed/bypass/styles/feed.xsl"?>
<rss version="2.0"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/">

	<channel>
	  <!-- main channel info -->
        <title>Bug Reports (TICT Software)</title>
        <link>http://tichessteamhq.yuku.com/forums/4</link>
        <description>
        <![CDATA[ No Description Available ]]>
        </description>

		<!-- optional elements -->
		<language>en-us</language>
		<copyright>Copyright 2006, Yuku</copyright>
		<managingEditor>feeds@yuku.com (FeedMaster)</managingEditor>
		<webMaster>webmaster@yuku.com (WebMaster)</webMaster>
		<!-- note: dates need to be RFC 822 formated "Sat, 07 Sep 2002 00:00:01 GMT" -->
		<lastBuildDate>Sun, 18 Jan 2009 02:50:15 GMT</lastBuildDate>
		<generator>Yuku Feeds 1.0</generator>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<!-- <cloud domain="rpc.yuku.com" port="80" path="/RPC2" registerProcedure="pingMe" protocol="soap"/>-->
		<ttl>60</ttl>
		<!-- feed image -->
		<image>
			<title>Yuku</title>
			<url>http://static.yuku.com//feed/bypass/images/button-yuku.png</url>
			<link>http://tichessteamhq.yuku.com/forums/4</link>
			<description>Yuku - free hosted forums and profiles</description>
			<width>88</width>
			<height>31</height>
		</image>
		<rating>
		{pics-1.1 &quot;http://www.icra.org/ratingsv02.html&quot; l gen true for &quot;http://yuku.com&quot; r (nz 1 vz 1 lz 1 oz 1 cz 1 ) &quot;http://www.rsac.org/ratingsv01.html&quot; l gen true for &quot;http://yuku.com&quot; r (n 0 s 0 v 0 l 0 ))
		</rating>
		<textInput>
			<title>Search</title>
			<description>Search Domain</description>
			<name>q</name>
			<link>http://yuku.com/search/direct/</link>
		</textInput>
		<!-- skip
		<skipHours>
			<hour>23</hour>
		</skipHours>
		<skipDays>
			<day>Monday</day>
			<day>Wednesday</day>
			<day>Friday</day>
		</skipDays>-->
		<!-- extensions -->


		<!-- channel items -->
		<!-- descriptions should be shorter than 500 char to be polite -->
		<!-- html shoud be stripped or escaped -->
		<item>
			<title><![CDATA[ TiEmu Screen Refresh ]]></title>
			<link>http://tichessteamhq.yuku.com/topic/4657/t/TiEmu-Screen-Refresh.html</link>
			<description><![CDATA[ <p>I have interrupt driven graphics in the main gameplay of many of my games.  Inside the loop that handles the refreshing of the screen, I turn off the
processor to wake it up on certain interrupts (it&#39;s a PokeIO something, I can&#39;t check right now though). It then does all of it&#39;s drawing with
ExtGraph functions on a temp plane, and copies the temp plane into LCD_MEM with FastCopyScreen_R.  Finally, a call to printf_xy displays the score in the
corner, and the processor is put to... ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (Pixel)</author>
			<guid isPermaLink="true">http://tichessteamhq.yuku.com/topic/4657</guid>
			<pubDate>Fri, 21 Nov 2008 05:44:15 GMT</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ Memory Error ]]></title>
			<link>http://tichessteamhq.yuku.com/topic/4643/t/Memory-Error.html</link>
			<description><![CDATA[ Hi, I&#39;ve uploaded TiChess on my new TI-89 TITANIUM, and archived the right file, but when I ticstart() it doesn&#39;t see it as a programme, and when I
find it in VAR-LINK, and use it there (where it says tict\ticstart()) it says Error: Memory. That&#39;s all. Any ideas? ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (Neferazo)</author>
			<guid isPermaLink="true">http://tichessteamhq.yuku.com/topic/4643</guid>
			<pubDate>Sun, 14 Sep 2008 22:17:19 GMT</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ Possible small typo in the TIGCC Documentation ]]></title>
			<link>http://tichessteamhq.yuku.com/topic/1107/t/Possible-small-typo-in-the-TIGCC-Documentation.html</link>
			<description><![CDATA[ This is from tigcc v0.96 Beta 8.<br><br>In the topic: &quot;I don't understand how to define sprites!&quot;<br><br>...<br>01111100 binary = 7B hex <br><br>etc. These hex numbers describe the sprite, i.e. the sprite definition should be <br>unsigned char sprite [] = {0x38, 0x7B, ...};<br>...<br><br>should be<br><br>...<br>01111100 binary = 7C hex<br><br>etc. These hex numbers describe the sprite, i.e. the sprite definition should be <br>unsigned char sprite [] = {0x38, 0x7C,... ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (FocusedWolf)</author>
			<guid isPermaLink="true">http://tichessteamhq.yuku.com/topic/1107</guid>
			<pubDate>Fri, 06 Apr 2007 23:03:56 GMT</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ TIGCC Tools Suite on 64-bit platforms ]]></title>
			<link>http://tichessteamhq.yuku.com/topic/1108/t/TIGCC-Tools-Suite-on-64-bit-platforms.html</link>
			<description><![CDATA[ The TIGCC Tools Suite thinks &quot;int&quot; and &quot;long&quot; are the same (format strings mix them up in several places). This is not true on 64-bit GNU/Linux. I already e-mailed a log of the warnings to Lionel 4 months ago. There's still no fix that I know of. <!--EZCODE EMOTICON START :( --><img src=http://www.ezboard.com/intl/aenglish/images/emoticons/frown.gif ALT=":("><!--EZCODE EMOTICON END--> So if you want to know why I'm building x86_64 RPMs of all the TI development stuff... ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (Kevin Kofler)</author>
			<guid isPermaLink="true">http://tichessteamhq.yuku.com/topic/1108</guid>
			<pubDate>Sun, 05 Nov 2006 14:40:27 GMT</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ Cannot find &quot;tichess_faster.89y&quot; or &quot;tichess_ ]]></title>
			<link>http://tichessteamhq.yuku.com/topic/1111/t/Cannot-find-quot-tichess-faster-89y-quot-or-quot-tichess-.html</link>
			<description><![CDATA[ I could not find &quot;tichess_faster.89y&quot; or &quot;tichess_small.89y&quot; in the tichess.zip folder. I found the files &quot;tichess.89y&quot;, &quot;tistart_fast.89z&quot;, and &quot;tistart_small.89z&quot;, but neither &quot;tichess_faster.89y&quot; nor &quot;tichess_small.89y&quot;. How do I start tichess without one or the other?<!--EZCODE EMOTICON START :eek --><img src=http://www.ezboard.com/intl/aenglish/images/emoticons/eek.gif ALT=":eek"><!--EZCODE EMOTICON END--> ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (Portside)</author>
			<guid isPermaLink="true">http://tichessteamhq.yuku.com/topic/1111</guid>
			<pubDate>Tue, 06 Jun 2006 17:49:07 GMT</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ titc reader - unhandeled characters ]]></title>
			<link>http://tichessteamhq.yuku.com/topic/1112/t/titc-reader-unhandeled-characters.html</link>
			<description><![CDATA[ I converted a strory and had the bad surprise to see some caratere not appears propperly.<br>like &quot; -  (whose works with ti-reader)<br><br>I saw that the é è à and such work, that's great ! ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (Mara30)</author>
			<guid isPermaLink="true">http://tichessteamhq.yuku.com/topic/1112</guid>
			<pubDate>Sat, 27 May 2006 12:02:53 GMT</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ another freeze ]]></title>
			<link>http://tichessteamhq.yuku.com/topic/1113/t/another-freeze.html</link>
			<description><![CDATA[ i have Voy. 200 with the newest op.sys. and tictchess version.<br>I was playing the game(chess) when the device turned off (because the battery exhausted) Then i changed the batteries and turned on the device. The chess desk was on the screen frozen.there was no reaction to any button (F5,on,..).i had to disconnect the circuit by the apps desktop showed and started the installation process of the opsys. (of course all <br>unarchieved variables were deleted(so the RAM) and the default settings... ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (qetuol)</author>
			<guid isPermaLink="true">http://tichessteamhq.yuku.com/topic/1113</guid>
			<pubDate>Tue, 18 Apr 2006 13:47:23 GMT</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ Scroll Routines ]]></title>
			<link>http://tichessteamhq.yuku.com/topic/1110/t/Scroll-Routines.html</link>
			<description><![CDATA[ The ScrollUp Routines seem to lockup my calculator and emulators (crashing the actual program) when I use these routines along with Double Buffering. ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (Tyler)</author>
			<guid isPermaLink="true">http://tichessteamhq.yuku.com/topic/1110</guid>
			<pubDate>Wed, 01 Feb 2006 00:00:10 GMT</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ ExtGraph 2 contains code in .data ]]></title>
			<link>http://tichessteamhq.yuku.com/topic/1109/t/ExtGraph-2-contains-code-in-data.html</link>
			<description><![CDATA[ The files in the Sprites\Normal\X8 folder have their code in .data. This breaks external data file support. Code <!--EZCODE BOLD START--><strong>must</strong><!--EZCODE BOLD END--> be in a code section. Please change this to .text. This is a serious issue and is affecting at least one program MathStuf is coding. ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (Kevin Kofler)</author>
			<guid isPermaLink="true">http://tichessteamhq.yuku.com/topic/1109</guid>
			<pubDate>Mon, 31 Oct 2005 03:41:57 GMT</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ Typo in ttstart 2.00 tts-lzma.h ]]></title>
			<link>http://tichessteamhq.yuku.com/topic/1114/t/Typo-in-ttstart-2-00-tts-lzma-h.html</link>
			<description><![CDATA[ There's a typo-type error in <!--EZCODE ITALIC START--><em>tts-lzma.h</em><!--EZCODE ITALIC END-->:<br><br>* My pstarter contained:<!--EZCODE CODE START--><pre> tst.b (%a3)+jbeq valid_archiveinvalid_archive:.word 0xA000+210 | ER_DATATYPEvalid_archive:</pre><!--EZCODE CODE END--><br>* You changed that to:<!--EZCODE CODE START--><pre> tst.b (%a3)+jbeq invalid_archive_or_prgm</pre><!--EZCODE CODE END--><br>* It actually needs to be:<!--EZCODE CODE START--><pre> tst.b (%a3)+jbne... ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (Kevin Kofler)</author>
			<guid isPermaLink="true">http://tichessteamhq.yuku.com/topic/1114</guid>
			<pubDate>Sat, 17 Sep 2005 18:50:30 GMT</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ tichess freeze ]]></title>
			<link>http://tichessteamhq.yuku.com/topic/1115/t/tichess-freeze.html</link>
			<description><![CDATA[ Hi, I've been trying to get tichess to work on my new 89 titanium. My problem could be that I'm not using the titanium version because the archives are down at ticalc but I'm not sure. I am using an 89 version 4.15 I think and i've tried both small and fast versions of it. Both bring me to the tichess 'welcome screen' and then freeze. <br><br>Also the screen says its version 4.00 while its supposedly 4.15<br><br>Anyone have any ideas? ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (themacman13)</author>
			<guid isPermaLink="true">http://tichessteamhq.yuku.com/topic/1115</guid>
			<pubDate>Sun, 21 Aug 2005 07:06:04 GMT</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ tichess not found ]]></title>
			<link>http://tichessteamhq.yuku.com/topic/1116/t/tichess-not-found.html</link>
			<description><![CDATA[ I have a TI-89 Titanium OS v3.01 and Hardware Version 3.00.<br>I got version 4.11 of TI-Chess and uploaded ticstart-titanium.89z and tichess.89y. The tichess is in the TICT folder and the ticstart is in the main folder, both unarchived (but I also tried running them archived). I type in ticstart() at Home and it returns Done and at the bottom it says tichess not found. What?? <!--EZCODE EMOTICON START :\ --><img src=http://www.ezboard.com/intl/aenglish/images/emoticons/ohwell.gif... ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (chronicidal)</author>
			<guid isPermaLink="true">http://tichessteamhq.yuku.com/topic/1116</guid>
			<pubDate>Sun, 03 Jul 2005 03:00:27 GMT</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ extgraph.a references __ref_all___MIN_AMS_1_01 ]]></title>
			<link>http://tichessteamhq.yuku.com/topic/1117/t/extgraph-a-references-ref-all-MIN-AMS-1-01.html</link>
			<description><![CDATA[ Some object files in extgraph.a define <!--EZCODE ITALIC START--><em>__ref_all___MIN_AMS_1_01</em><!--EZCODE ITALIC END-->. This is <!--EZCODE BOLD START--><strong>not</strong><!--EZCODE BOLD END--> a good idea. (For example, it leads to JPong containing &quot;AMS 2.001.01 or higher needed&quot; and probably also an invalid AMS detection code.) Please make sure all C files in ExtGraph get built with <!--EZCODE ITALIC START--><em>#define _GENERIC_ARCHIVE</em><!--EZCODE ITALIC END-->. ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (Kevin Kofler)</author>
			<guid isPermaLink="true">http://tichessteamhq.yuku.com/topic/1117</guid>
			<pubDate>Fri, 03 Jun 2005 09:14:10 GMT</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ GraySprite32_BLIT_R() and Sprite32_BLIT_R() ]]></title>
			<link>http://tichessteamhq.yuku.com/topic/1119/t/GraySprite32-BLIT-R-and-Sprite32-BLIT-R-.html</link>
			<description><![CDATA[ I get garbage when I use either of these two functions. The 16 and 8 variants seem to work fine. Is this a bug?<br><br>(¯`._MaEyHeM_.`¯) ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (maeyhem)</author>
			<guid isPermaLink="true">http://tichessteamhq.yuku.com/topic/1119</guid>
			<pubDate>Sun, 04 Apr 2004 17:35:14 GMT</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ Getting &quot;Program good&quot; posts ]]></title>
			<link>http://tichessteamhq.yuku.com/topic/1121/t/Getting-quot-Program-good-quot-posts.html</link>
			<description><![CDATA[ I have been using tictex, and the ebook reader, and everything seems to work perfectly :-) <br><br>Now, the reason for posting: I have seen it mentioned elsewhere on this board (I forget where) that the tict programs usually work, and no one wants to clutter the boards with posts merely saying that the program is good.<br>I have a suggestion, which may rake in thos posts, without bothersomely cluttering the board: Mak a thread just for that one purpose, which will get deleted when the next... ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (Panda)</author>
			<guid isPermaLink="true">http://tichessteamhq.yuku.com/topic/1121</guid>
			<pubDate>Mon, 15 Mar 2004 03:59:30 GMT</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ Possibility of a bug-tictex and unarchiving ]]></title>
			<link>http://tichessteamhq.yuku.com/topic/1123/t/Possibility-of-a-bug-tictex-and-unarchiving.html</link>
			<description><![CDATA[ Every now and then, when I am installing/uninstalling various programs, I have difficulties with Tict-ex; it will give me the error &quot;(Un)archiving failed&quot; or somehting to that effect. The next time I get this error I will post the exact wording. The reason I think this is a problem with Tict-ex and not my calc is that I then went to the Var-link and attempted to unarchive the same files, and the operation went through normally. If you'd like to know any more details that I have not... ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (archnaid)</author>
			<guid isPermaLink="true">http://tichessteamhq.yuku.com/topic/1123</guid>
			<pubDate>Wed, 30 Jul 2003 04:40:23 GMT</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ TICT-Explorer Beta 1.30 bug? ]]></title>
			<link>http://tichessteamhq.yuku.com/topic/1124/t/TICT-Explorer-Beta-1-30-bug-.html</link>
			<description><![CDATA[ well i was playing a game whose name i can't remember, and i ran it with TICT-Ex<br><br>i exited the game with it's normal control (the key it tells you to use, such as ESC), and then TICT-ex exited to the home screen and turned the contrast all the way up until the screen turned blue, and you could barely see the wording<br><br>since i don't know @#%$ about calculators (well the V200 at least), i can't tell you what may have caused it, but i can tell you that i didn't press ESC twice... ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (gregduh)</author>
			<guid isPermaLink="true">http://tichessteamhq.yuku.com/topic/1124</guid>
			<pubDate>Tue, 24 Jun 2003 03:52:35 GMT</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ TICT-Explorer 1.20 problem with V200 ]]></title>
			<link>http://tichessteamhq.yuku.com/topic/1125/t/TICT-Explorer-1-20-problem-with-V200.html</link>
			<description><![CDATA[ Hey,<br><br>I just bought a Voyage 200, and I downloaded a couple games to it as usual. <!--EZCODE EMOTICON START :D --><img src=http://www.ezboard.com/intl/aenglish/images/emoticons/happy.gif ALT=":D"><!--EZCODE EMOTICON END--> I then sent tictex.9xz and tictexpl.9xy because I wanted to use all of it's great features. But I kept getting an error.<br><br>I typed tictex() at the home screen, and then it said &quot;Invalid relocation data in ASM program.&quot; I just figured that it was because... ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (gregduh)</author>
			<guid isPermaLink="true">http://tichessteamhq.yuku.com/topic/1125</guid>
			<pubDate>Fri, 13 Jun 2003 23:11:43 GMT</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ TICT Demo: Dissolve Effect ]]></title>
			<link>http://tichessteamhq.yuku.com/topic/1126/t/TICT-Demo-Dissolve-Effect.html</link>
			<description><![CDATA[ I noticed something strange in the TICT Dissolve Demo: On a HW1 or VTI the program dissolves directly between the two images (as in the image and its inverse), but on a HW2 calculator it seems like the program first dissolves to a blank (white) screen, and then to the image inverse. Has anyone else noticed something like this?<br><br>--Malcolm ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (TRgenius)</author>
			<guid isPermaLink="true">http://tichessteamhq.yuku.com/topic/1126</guid>
			<pubDate>Wed, 04 Jun 2003 06:01:25 GMT</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ ttunpack_decompress and -mregparm ]]></title>
			<link>http://tichessteamhq.yuku.com/topic/1122/t/ttunpack-decompress-and-mregparm.html</link>
			<description><![CDATA[ The ttunpack_decompress function in ttunpack.h is defined in such a way that it does not work when compiling with -mregparm ; I think<br>« __attribute__ ((stkparm)) » should be added in the typecast. ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (timoleon)</author>
			<guid isPermaLink="true">http://tichessteamhq.yuku.com/topic/1122</guid>
			<pubDate>Wed, 05 Mar 2003 15:01:25 GMT</pubDate>
			<!-- extensions -->

		</item>
    <!-- end items -->

  </channel>
</rss>