<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[ChipMusic.org - Do you still use your C64 for games as well as music?]]></title>
		<link>https://chipmusic.org/forums/topic/1852/do-you-still-use-your-c64-for-games-as-well-as-music/</link>
		<description><![CDATA[The most recent posts in Do you still use your C64 for games as well as music?.]]></description>
		<lastBuildDate>Sat, 10 Jul 2010 19:10:09 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Do you still use your C64 for games as well as music?]]></title>
			<link>https://chipmusic.org/forums/post/30108/#p30108</link>
			<description><![CDATA[<b><i>irrlichtproject says:</i></b><p>that&#039;s probably the most drugged up c64 game i&#039;ve ever seen.</p>]]></description>
			<pubDate>Sat, 10 Jul 2010 19:10:09 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/30108/#p30108</guid>
		</item>
		<item>
			<title><![CDATA[Re: Do you still use your C64 for games as well as music?]]></title>
			<link>https://chipmusic.org/forums/post/30102/#p30102</link>
			<description><![CDATA[<b><i>8bitweapon says:</i></b><p>4mat, I&#039;ve seen that b4, but i only needed a tiny square of paper to play it for 6+ hours <img src="https://chipmusic.org/forums/img/smilies/wink.png" width="15" height="15" alt="wink" /> lol</p>]]></description>
			<pubDate>Sat, 10 Jul 2010 18:11:42 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/30102/#p30102</guid>
		</item>
		<item>
			<title><![CDATA[Re: Do you still use your C64 for games as well as music?]]></title>
			<link>https://chipmusic.org/forums/post/30100/#p30100</link>
			<description><![CDATA[<b><i>akira^8GB says:</i></b><p>4mat, I Don&#039;t knwo what that is, but it looks really interesting</p>]]></description>
			<pubDate>Sat, 10 Jul 2010 16:26:18 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/30100/#p30100</guid>
		</item>
		<item>
			<title><![CDATA[Re: Do you still use your C64 for games as well as music?]]></title>
			<link>https://chipmusic.org/forums/post/30087/#p30087</link>
			<description><![CDATA[<b><i>2xAA says:</i></b><p>If I had a working tape-drive I could play Ghostbusters.</p>]]></description>
			<pubDate>Sat, 10 Jul 2010 14:15:51 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/30087/#p30087</guid>
		</item>
		<item>
			<title><![CDATA[Re: Do you still use your C64 for games as well as music?]]></title>
			<link>https://chipmusic.org/forums/post/30071/#p30071</link>
			<description><![CDATA[<b><i>4mat says:</i></b><p>You should play more Moon Dust:</p><p><div class="embed_video"><iframe width="560" height="340" src="https://www.youtube.com/embed/6QJ4ugnYqLM" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div></p>]]></description>
			<pubDate>Sat, 10 Jul 2010 11:56:13 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/30071/#p30071</guid>
		</item>
		<item>
			<title><![CDATA[Re: Do you still use your C64 for games as well as music?]]></title>
			<link>https://chipmusic.org/forums/post/30064/#p30064</link>
			<description><![CDATA[<b><i>Jellica says:</i></b><p>c64 games generally stress me out something bad, aaah lords of chaos, a nice relaxing turn based stratagy where you get to summon all kinds of magical beasts.</p>]]></description>
			<pubDate>Sat, 10 Jul 2010 09:12:50 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/30064/#p30064</guid>
		</item>
		<item>
			<title><![CDATA[Re: Do you still use your C64 for games as well as music?]]></title>
			<link>https://chipmusic.org/forums/post/29965/#p29965</link>
			<description><![CDATA[<b><i>irrlichtproject says:</i></b><div class="quotebox"><cite>4mat wrote:</cite><blockquote><p><a href="http://www.antimon.org/code/Linus/" target="_blank">Introduction to programming c64 demos</a></p></blockquote></div><p>whoa, looks like i finally found a resource about asm that i actually understand. thanx man!</p><p>and yes, i use c64 for gaming as well, favourites including trailblazer, turrican, hacker 2, and super nova.</p>]]></description>
			<pubDate>Fri, 09 Jul 2010 11:28:50 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/29965/#p29965</guid>
		</item>
		<item>
			<title><![CDATA[Re: Do you still use your C64 for games as well as music?]]></title>
			<link>https://chipmusic.org/forums/post/29955/#p29955</link>
			<description><![CDATA[<b><i>4mat says:</i></b><p>If you want to get into c64 assembly I found <a href="http://www.oldschool-gaming.com/view_article.php?art=c64_hex_files_1" target="_blank">this tutorial a good primer for the basics.</a>&nbsp; It&#039;s based around <a href="http://noname.c64.org/csdb/release/?id=52829" target="_blank">Turbo Assembler</a> but it&#039;s far easier to use a crossdev one these days, such as <a href="http://cadaver.homeftp.net/tools.htm" target="_blank">DASM</a> or <a href="http://noname.c64.org/csdb/release/?id=89532" target="_blank">KickAssembler</a></p><p>Oh what the heck, few more links:<br /><a href="http://www.commodore.ca/manuals/c64_programmers_reference/c64-programmers_reference.htm" target="_blank">Programmer&#039;s Reference Guide</a><br /><a href="http://www.antimon.org/code/Linus/" target="_blank">Introduction to programming c64 demos</a><br /><a href="http://www.the-dreams.de/aay.html" target="_blank">All about your 64.</a><br /><a href="http://codebase64.org/doku.php" target="_blank">C64 Codebase.&nbsp; Has tutorials, example source and info on various things.</a></p>]]></description>
			<pubDate>Fri, 09 Jul 2010 07:23:49 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/29955/#p29955</guid>
		</item>
		<item>
			<title><![CDATA[Re: Do you still use your C64 for games as well as music?]]></title>
			<link>https://chipmusic.org/forums/post/29952/#p29952</link>
			<description><![CDATA[<b><i>e.s.c. says:</i></b><div class="quotebox"><cite>RG wrote:</cite><blockquote><p>@e.s.c: I&#039;m not even joking when I say that I *just* tossed my original copies of &quot;cave of the word wizard&quot; for c64 last week. I&#039;ll check to see if I have doubles.</p><p>FUUUUUUUUUU</p></blockquote></div><p>hahaha, no shit? let me know if you do find another...i mean, its a horrible game in most ways, but that was actually the first video game i had, and theres something so damn creepy about that wizard&#039;s voice that i feel i need to experience again (and force my brother to as well)</p>]]></description>
			<pubDate>Fri, 09 Jul 2010 06:45:17 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/29952/#p29952</guid>
		</item>
		<item>
			<title><![CDATA[Re: Do you still use your C64 for games as well as music?]]></title>
			<link>https://chipmusic.org/forums/post/29949/#p29949</link>
			<description><![CDATA[<b><i>SKGB says:</i></b><p>that&#039;s awesome!</p>]]></description>
			<pubDate>Fri, 09 Jul 2010 06:27:28 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/29949/#p29949</guid>
		</item>
		<item>
			<title><![CDATA[Re: Do you still use your C64 for games as well as music?]]></title>
			<link>https://chipmusic.org/forums/post/29943/#p29943</link>
			<description><![CDATA[<b><i>4mat says:</i></b><p>I&#039;ve written one or two, eg: <a href="http://noname.c64.org/csdb/release/?id=8703" target="_blank">http://noname.c64.org/csdb/release/?id=8703</a>&nbsp; C64 Basic is really slow for action games so you&#039;re better off with assembly.&nbsp; (6510 is far easier to learn than z80 imo)&nbsp; &nbsp;Failing that there are a few game making tools out there but they&#039;re very simple, for example <a href="http://www.seuck.retrogaming64.com/" target="_blank">Shoot&#039;em-up construction kit.</a></p>]]></description>
			<pubDate>Fri, 09 Jul 2010 02:50:23 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/29943/#p29943</guid>
		</item>
		<item>
			<title><![CDATA[Re: Do you still use your C64 for games as well as music?]]></title>
			<link>https://chipmusic.org/forums/post/29942/#p29942</link>
			<description><![CDATA[<b><i>SKGB says:</i></b><p>kind of a stupid question, but does anyone know how to program a game for c64?</p>]]></description>
			<pubDate>Fri, 09 Jul 2010 02:45:03 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/29942/#p29942</guid>
		</item>
		<item>
			<title><![CDATA[Re: Do you still use your C64 for games as well as music?]]></title>
			<link>https://chipmusic.org/forums/post/29941/#p29941</link>
			<description><![CDATA[<b><i>SKGB says:</i></b><p>must... ignore... the trolling...</p>]]></description>
			<pubDate>Fri, 09 Jul 2010 02:43:52 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/29941/#p29941</guid>
		</item>
		<item>
			<title><![CDATA[Re: Do you still use your C64 for games as well as music?]]></title>
			<link>https://chipmusic.org/forums/post/29922/#p29922</link>
			<description><![CDATA[<b><i>akira^8GB says:</i></b><p>Fuck playing games<br /><img src="https://chipmusic.org/forums/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<pubDate>Thu, 08 Jul 2010 22:37:54 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/29922/#p29922</guid>
		</item>
		<item>
			<title><![CDATA[Re: Do you still use your C64 for games as well as music?]]></title>
			<link>https://chipmusic.org/forums/post/29921/#p29921</link>
			<description><![CDATA[<b><i>8bitweapon says:</i></b><div class="quotebox"><cite>mechlo wrote:</cite><blockquote><div class="quotebox"><cite>8bitweapon wrote:</cite><blockquote><p>Anyone play Bard&#039;s Tale 1-3, Dragon wars, or Wasteland?</p></blockquote></div><p>I love wasteland.&nbsp; I got into that after destroying the first 3 Fallouts.</p><p>Oh yeah... off topic but Fallout: New Vegas - Squeeeeeeee!</p></blockquote></div><p>Cant wait for FNV! How far in Wasteland did you get?</p>]]></description>
			<pubDate>Thu, 08 Jul 2010 22:09:44 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/29921/#p29921</guid>
		</item>
	</channel>
</rss>
