<?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>Bernaard.Iceleaf.NET &#187; Commodore 64</title>
	<atom:link href="http://bernaard.iceleaf.net/category/c64/feed/" rel="self" type="application/rss+xml" />
	<link>http://bernaard.iceleaf.net</link>
	<description>at iceleaf.net</description>
	<lastBuildDate>Tue, 07 Sep 2010 21:46:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Oslo Børs 2 for Commodore 64</title>
		<link>http://bernaard.iceleaf.net/oslo-bors-2/</link>
		<comments>http://bernaard.iceleaf.net/oslo-bors-2/#comments</comments>
		<pubDate>Mon, 22 Jan 2007 01:15:20 +0000</pubDate>
		<dc:creator>Bernaard</dc:creator>
				<category><![CDATA[Commodore 64]]></category>
		<category><![CDATA[Den digitale røyndomen]]></category>
		<category><![CDATA[Norsk]]></category>
		<category><![CDATA[b0t]]></category>
		<category><![CDATA[commodore 64]]></category>
		<category><![CDATA[emulator]]></category>
		<category><![CDATA[oslo børs]]></category>

		<guid isPermaLink="false">http://bernaard.iceleaf.net/oslo-b%c3%b8rs-2/</guid>
		<description><![CDATA[Endelig er den her: Versjon 2 av Oslo Børs for Commodore 6, opphavelig programmert av Lørenskog-knack, men nå lett utvidet av ThE ZoDiAc. Du kan vinne ved å sette en beløpsgrense, og du kan bestemme startkapitalen. Er det ikke utrolig?]]></description>
			<content:encoded><![CDATA[<p align="center"><img id="image52" src="http://bernaard.iceleaf.net/wp-content/uploads/2007/01/oslobors2_screen.jpg" alt="Oslo Børs 2" /></p>
<p>Endelig er den her: Versjon 2 av Oslo Børs for Commodore 64, opphavelig programmert av Lørenskog-knack, men nå lett utvidet av ThE ZoDiAc, også kjent som be-null-te (B0T). Du kan vinne ved å sette en beløpsgrense, og du kan bestemme startkapitalen. Er det ikke utrolig? (<a title="Oslo Børs 2 (diskbilde)" href="http://bernaard.iceleaf.net/wp-content/uploads/2007/12/oslob0rs2.d64" target="_blank">Last ned Oslo Børs 2 som d64</a>.)</p>
<p>Trenger du en emulator, et program som kan kjøre C64-spill, se <a title="emulatorer" href="http://bernaard.iceleaf.net/oslo-bors-2/#comment-1210">kommentaren min nedenfor</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://bernaard.iceleaf.net/oslo-bors-2/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>CentOS, Red Hat and OpenCBM</title>
		<link>http://bernaard.iceleaf.net/centos-opencbm/</link>
		<comments>http://bernaard.iceleaf.net/centos-opencbm/#comments</comments>
		<pubDate>Sun, 21 Jan 2007 01:33:47 +0000</pubDate>
		<dc:creator>Bernaard</dc:creator>
				<category><![CDATA[Commodore 64]]></category>

		<guid isPermaLink="false">http://bernaard.iceleaf.net/centos-opencbm-and-1541-ii-drive/</guid>
		<description><![CDATA[This post explains how you can connect an old Commodore disk drive to your Linux PC, for example if you want to transfer games you have downloaded to a 5.25 floppy which can be run on your Commodore 64/128. I guess the instructions will work both on CentOS 4.4 (my distro) and Red Hat Enterprise Linux 4.4.]]></description>
			<content:encoded><![CDATA[<p>This post explains how you can connect an old Commodore disk drive to your linux PC, for example if you want to transfer games you have downloaded to a 5.25 floppy which can be run on your Commodore 64/128. I guess the instructions will work both on CentOS 4.4 (my distro) and Red Hat Enterprise Linux 4.4 and possibly in other distros.<span id="more-51"></span></p>
<p>You&#8217;ll need a XM1541 cable, which in Europe can be bought from <a href="http://www.protovision-online.de" title="Protovision">www.protovision-online.de</a>, or you can <a href="http://sta.c64.org/xm1541c.html" title="Cable Howto">make one yourself</a>.</p>
<p>1. Turn off all equipment. Connect the 1541 drive to the paralell port on your Linux PC using the XM1541 cable. Turn on the 1541 and then the PC.</p>
<p>2. Download the  			opencbm-0.4.0.tar.gz OpenCBM (<a href="http://sourceforge.net/project/showfiles.php?group_id=122047" title="OpenCBM">from here</a>) and unpack it.</p>
<p>3. Download <a href="http://sourceforge.net/tracker/download.php?group_id=122047&amp;atid=692221&amp;file_id=184074&amp;aid=1518253" title="Patch">this patch</a>, place it in the now unpacked opencbm-0.4.0-directory. Open a bash terminal and cd into the opencbm  directory. Patch with this command (or else compilation fails):</p>
<pre>patch -p0 &lt; opencbm-0.4.0-optcompile.patch4</pre>
<p>Make a symbolic link from /sbin/ldconfig to /bin/ldconfig (or else installation errors out):</p>
<pre>ln -s /sbin/ldconfig /bin/ldconfig</pre>
<p>5. While being in the opencbm-0.4.0 directory, run:</p>
<pre>make -f LINUX/Makefile
make -f LINUX/Makefile dev
make -f LINUX/Makefile install
/sbin/depmod</pre>
<p>6. Now, you have to set up an irq for the Commodore disk drive. (If you don&#8217;t, /var/log/messages will show the error: cbm_init: parallel port irq not configured: 0.)</p>
<p>Add these lines to /etc/modprobe.conf:</p>
<pre>alias parport_lowlevel parport_pc
options parport_pc io=0x378 irq=7</pre>
<pre></pre>
<p>7. Then reboot the machine, and add this line to /etc/ld.so.conf:</p>
<pre>/usr/local/lib/</pre>
<p>Then execute:</p>
<pre>/sbin/ldconfig</pre>
<p>8. Now, you have to remove the lp module (which claims lp0) and assure that /dev/cbm is writeable</p>
<pre>/sbin/rmmod lp
chmod 777 /dev/cbm</pre>
<p>You are ready to use your 1541 station:</p>
<pre>/sbin/modprobe cbm lp=0</pre>
<p>9. Now you can use the commands like cbmctrl, d64copy (<a href="http://opencbm.trikaliotis.net/" title="OpenCBM">learn more</a>). Wow!</p>
<p>(Of course you can  put the things in point 8 in a script, or else you will have to do it each time you use OpenCBM.)</p>
<p>Links: <a href="http://opencbm.trikaliotis.net/" title="OpenCBM 0.4.0 User Manual">OpenCBM User Manual</a>, <a href="http://sourceforge.net/projects/opencbm" title="OpenCBM at Sourceforge">OpenCBM at Sourceforge</a>, <a href="http://sta.c64.org/" title="STA homepage">The Joe Foerster/STA homepage</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://bernaard.iceleaf.net/centos-opencbm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s&#8230; alive!</title>
		<link>http://bernaard.iceleaf.net/its-alive/</link>
		<comments>http://bernaard.iceleaf.net/its-alive/#comments</comments>
		<pubDate>Tue, 09 Jan 2007 20:04:58 +0000</pubDate>
		<dc:creator>Bernaard</dc:creator>
				<category><![CDATA[Commodore 64]]></category>

		<guid isPermaLink="false">http://bernaard.iceleaf.net/its-alive/</guid>
		<description><![CDATA[Now I got a power supply, and after some cleaning of the C64 motherboard, it starts. And the 15 year old disks are still mostly working! Hooray! The next step is to connect the 1541 or 1570 disk to my Linux PC by soldering an XM1541 cable&#8230; The problem is that I have only one [...]]]></description>
			<content:encoded><![CDATA[<p>Now I got a power supply, and after some cleaning of the C64 motherboard, it starts. And the 15 year old disks are still mostly working! Hooray! The next step is to connect the 1541 or 1570 disk to my Linux PC by soldering an XM1541 cable&#8230; The problem is that I have only one original serial cable and cannot kill that to make the XM1541&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://bernaard.iceleaf.net/its-alive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Problem of the Power Supply</title>
		<link>http://bernaard.iceleaf.net/the-problem-of-the-power-supply/</link>
		<comments>http://bernaard.iceleaf.net/the-problem-of-the-power-supply/#comments</comments>
		<pubDate>Sun, 07 Jan 2007 13:52:09 +0000</pubDate>
		<dc:creator>Bernaard</dc:creator>
				<category><![CDATA[Commodore 64]]></category>

		<guid isPermaLink="false">http://bernaard.iceleaf.net/the-problem-of-the-power-supply/</guid>
		<description><![CDATA[I have put an ad in the newspaper, because I need a power supply (PSU) for my Commodore 64. Since nobody want to sell the PSU only, I guess,  I have even advertised for a Commodore 64. It doesn&#8217;t hurt to  get some more equipment and have a &#8220;backup machine&#8221;&#8230;]]></description>
			<content:encoded><![CDATA[<p>I have put an ad in the newspaper, because I need a power supply (PSU) for my Commodore 64. Since nobody want to sell the PSU only, I guess,  I have even advertised for a Commodore 64. It doesn&#8217;t hurt to  get some more equipment and have a &#8220;backup machine&#8221;&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://bernaard.iceleaf.net/the-problem-of-the-power-supply/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Eight Bit Ghost of the Past&#8230;</title>
		<link>http://bernaard.iceleaf.net/a-ghost-of-the-past/</link>
		<comments>http://bernaard.iceleaf.net/a-ghost-of-the-past/#comments</comments>
		<pubDate>Sat, 30 Dec 2006 23:29:53 +0000</pubDate>
		<dc:creator>Bernaard</dc:creator>
				<category><![CDATA[Commodore 64]]></category>

		<guid isPermaLink="false">http://bernaard.iceleaf.net/a-ghost-of-the-past/</guid>
		<description><![CDATA[I am ecstatic&#8230; I got an old Commodore 64 from my friend, Tombua. Even the old model which has the same style as the old stove which my parents bought in the eighties. Is she not a beauty? The good old shift lock-key, which locks mechanically. And of course: The wonderful Commodore key&#8230; In addition [...]]]></description>
			<content:encoded><![CDATA[<p>I am ecstatic&#8230; I got an old Commodore 64 from my friend, <a title="Tombua" href="http://tombua.iceleaf.net">Tombua</a>. Even the old model which has the same style as the old stove which my parents bought in the eighties.</p>
<p><a class="imagelink" title="dsc03489.jpg" href="http://bernaard.iceleaf.net/wp-content/uploads/2006/12/dsc03489.jpg" /></p>
<p><a class="imagelink" title="dsc03489.jpg" href="http://bernaard.iceleaf.net/wp-content/uploads/2006/12/dsc03489.jpg"> </a><a class="imagelink" title="dsc03489.jpg" href="http://bernaard.iceleaf.net/wp-content/uploads/2006/12/dsc03489.jpg"> </a><a class="imagelink" title="dsc03489.jpg" href="http://bernaard.iceleaf.net/wp-content/uploads/2006/12/dsc03489.jpg"> </a></p>
<div style="text-align: center"><a class="imagelink" title="dsc03489.jpg" href="http://bernaard.iceleaf.net/wp-content/uploads/2006/12/dsc03489.jpg"><img class="imgcenter" id="image31" alt="dsc03489.jpg" src="http://bernaard.iceleaf.net/wp-content/uploads/2006/12/dsc03489.thumbnail.jpg" /></a></div>
<p>Is she not a beauty? The good old shift lock-key, which locks mechanically. And of course: The wonderful Commodore key&#8230;</p>
<p><a title="dsc03490.jpg" class="imagelink" href="http://bernaard.iceleaf.net/wp-content/uploads/2006/12/dsc03490.jpg" /></p>
<p><a title="dsc03490.jpg" class="imagelink" href="http://bernaard.iceleaf.net/wp-content/uploads/2006/12/dsc03490.jpg"> </a><a title="dsc03490.jpg" class="imagelink" href="http://bernaard.iceleaf.net/wp-content/uploads/2006/12/dsc03490.jpg"> </a><a title="dsc03490.jpg" class="imagelink" href="http://bernaard.iceleaf.net/wp-content/uploads/2006/12/dsc03490.jpg"> </a></p>
<div style="text-align: center"><a title="dsc03490.jpg" class="imagelink" href="http://bernaard.iceleaf.net/wp-content/uploads/2006/12/dsc03490.jpg"><img class="imgcenter" alt="dsc03490.jpg" id="image32" src="http://bernaard.iceleaf.net/wp-content/uploads/2006/12/dsc03490.thumbnail.jpg" /></a></div>
<p>In addition to three cassette players, I even got an old model 1570 disk station, a monstrous thing, for real floppy floppies:</p>
<p><a class="imagelink" title="dsc03491.jpg" href="http://bernaard.iceleaf.net/wp-content/uploads/2006/12/dsc03491.jpg" /></p>
<p><a class="imagelink" title="dsc03491.jpg" href="http://bernaard.iceleaf.net/wp-content/uploads/2006/12/dsc03491.jpg"> </a><a class="imagelink" title="dsc03491.jpg" href="http://bernaard.iceleaf.net/wp-content/uploads/2006/12/dsc03491.jpg"> </a></p>
<div style="text-align: center"><a class="imagelink" title="dsc03491.jpg" href="http://bernaard.iceleaf.net/wp-content/uploads/2006/12/dsc03491.jpg"><img class="imgcenter" id="image33" alt="dsc03491.jpg" src="http://bernaard.iceleaf.net/wp-content/uploads/2006/12/dsc03491.thumbnail.jpg" /></a></div>
<p>The things I am worried about is getting hold of some floppy disks and making the power supply work (or getting a new one). The power supply I got with the computer has a square plug which does not fit the computer:<br />
<a class="imagelink" title="dsc03493.jpg" href="http://bernaard.iceleaf.net/wp-content/uploads/2006/12/dsc03493.jpg" /></p>
<p><a class="imagelink" title="dsc03493.jpg" href="http://bernaard.iceleaf.net/wp-content/uploads/2006/12/dsc03493.jpg"> </a><a class="imagelink" title="dsc03493.jpg" href="http://bernaard.iceleaf.net/wp-content/uploads/2006/12/dsc03493.jpg"> </a></p>
<div style="text-align: center"><a class="imagelink" title="dsc03493.jpg" href="http://bernaard.iceleaf.net/wp-content/uploads/2006/12/dsc03493.jpg"><img class="imgcenter" id="image34" alt="dsc03493.jpg" src="http://bernaard.iceleaf.net/wp-content/uploads/2006/12/dsc03493.thumbnail.jpg" /></a></div>
<p>However, I WILL get this thing running&#8230; I cannot wait until the day when I can play Barbarian and Oslo Børs on this eight bit system of glory. I will post continuously on the story of how this beauty will reincarnate!</p>
]]></content:encoded>
			<wfw:commentRss>http://bernaard.iceleaf.net/a-ghost-of-the-past/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
