<?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"
	>
<channel>
	<title>Comments on: TI85 Emulator Roadmap</title>
	<atom:link href="http://blog.davr.org/2006/10/12/ti85-emulator-roadmap/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.davr.org/2006/10/12/ti85-emulator-roadmap/</link>
	<description>Nintendo DS &#038; GBA development, microcontrollers, and occasionally FPGAs</description>
	<pubDate>Fri, 21 Nov 2008 01:08:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: davr</title>
		<link>http://blog.davr.org/2006/10/12/ti85-emulator-roadmap/#comment-552</link>
		<dc:creator>davr</dc:creator>
		<pubDate>Fri, 13 Oct 2006 17:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.davr.org/2006/10/12/ti85-emulator-roadmap/#comment-552</guid>
		<description>As for the current layout: Unfortunately, I make it via code on the DS, so I can't exactly give you a premade image. If you can get it to boot under an emulator, that might work, but other than that, all I can give you is this:
http://davr.org/ds2/ds85_gui.zip
It contains all the individual buttons, and the code that lays them out. The code is a bit awkward, mainly because I ported it from the original version, so I just sort of tweaked it by hand until things looked like. Also check the screenshot in the previous post...the only difference between the screenshot, and the code, are the addition of these buttons:
SAVE, LOAD, RESET, SIZE, SPEED, GFX, SEND

SIZE can toggle between stretched to fill the whole screen, or streched with keeping aspect ration
SPEED can toggle between FULL speed, REAL speed, or "FREAL" (basically, full speed during processing, otherwise real speed)
GFX can toggle between ALL and SKIP (skip drawing some frames to speed it up. calculators don't usually need a high framerate, unless you're plaing games).</description>
		<content:encoded><![CDATA[<p>As for the current layout: Unfortunately, I make it via code on the DS, so I can&#8217;t exactly give you a premade image. If you can get it to boot under an emulator, that might work, but other than that, all I can give you is this:<br />
<a href="http://davr.org/ds2/ds85_gui.zip" rel="nofollow">http://davr.org/ds2/ds85_gui.zip</a><br />
It contains all the individual buttons, and the code that lays them out. The code is a bit awkward, mainly because I ported it from the original version, so I just sort of tweaked it by hand until things looked like. Also check the screenshot in the previous post&#8230;the only difference between the screenshot, and the code, are the addition of these buttons:<br />
SAVE, LOAD, RESET, SIZE, SPEED, GFX, SEND</p>
<p>SIZE can toggle between stretched to fill the whole screen, or streched with keeping aspect ration<br />
SPEED can toggle between FULL speed, REAL speed, or &#8220;FREAL&#8221; (basically, full speed during processing, otherwise real speed)<br />
GFX can toggle between ALL and SKIP (skip drawing some frames to speed it up. calculators don&#8217;t usually need a high framerate, unless you&#8217;re plaing games).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrShlee</title>
		<link>http://blog.davr.org/2006/10/12/ti85-emulator-roadmap/#comment-551</link>
		<dc:creator>MrShlee</dc:creator>
		<pubDate>Fri, 13 Oct 2006 16:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.davr.org/2006/10/12/ti85-emulator-roadmap/#comment-551</guid>
		<description>P.S. I'm currently VERY sick but hopefully I'll be ready for action soon!</description>
		<content:encoded><![CDATA[<p>P.S. I&#8217;m currently VERY sick but hopefully I&#8217;ll be ready for action soon!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrShlee</title>
		<link>http://blog.davr.org/2006/10/12/ti85-emulator-roadmap/#comment-549</link>
		<dc:creator>MrShlee</dc:creator>
		<pubDate>Fri, 13 Oct 2006 16:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.davr.org/2006/10/12/ti85-emulator-roadmap/#comment-549</guid>
		<description>This is the first "preview" of the layout I made..

&lt;img src="http://www.dev-scene.com/images/1/1d/TI-83a.gif" /&gt; &lt;img src="http://www.dev-scene.com/images/8/86/TI-83b.gif" /&gt;

I can improve on this design for primary/secondary keys (L key to change)

I'll work on one with all the buttons on a single screen - apart from that. the key map looks fine. 

P.S (D-PAD + ABXY) works well for left/righthanded people - unless you can't think of another way to map them</description>
		<content:encoded><![CDATA[<p>This is the first &#8220;preview&#8221; of the layout I made..</p>
<p><img src="http://www.dev-scene.com/images/1/1d/TI-83a.gif" /> <img src="http://www.dev-scene.com/images/8/86/TI-83b.gif" /></p>
<p>I can improve on this design for primary/secondary keys (L key to change)</p>
<p>I&#8217;ll work on one with all the buttons on a single screen - apart from that. the key map looks fine. </p>
<p>P.S (D-PAD + ABXY) works well for left/righthanded people - unless you can&#8217;t think of another way to map them</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rudi Rastelli</title>
		<link>http://blog.davr.org/2006/10/12/ti85-emulator-roadmap/#comment-548</link>
		<dc:creator>Rudi Rastelli</dc:creator>
		<pubDate>Fri, 13 Oct 2006 13:18:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.davr.org/2006/10/12/ti85-emulator-roadmap/#comment-548</guid>
		<description>Would try to make a nicer looking layout... but it would be easier if i have your current layout as a starting point.</description>
		<content:encoded><![CDATA[<p>Would try to make a nicer looking layout&#8230; but it would be easier if i have your current layout as a starting point.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
