<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[The 1-Bit Forum — 1-bit music on Hector]]></title>
		<link>http://randomflux.info/1bit/viewtopic.php?id=96</link>
		<atom:link href="https://randomflux.info/1bit/extern.php?action=feed&amp;tid=96&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in 1-bit music on Hector.]]></description>
		<lastBuildDate>Fri, 01 Jul 2016 12:46:13 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: 1-bit music on Hector]]></title>
			<link>http://randomflux.info/1bit/viewtopic.php?pid=871#p871</link>
			<description><![CDATA[<div class="quotebox"><blockquote><p>Though my French is really too crap for holding a proper conversation.</p></blockquote></div><p>what? Are you joking? As far as I&#039;ve seen, you have a very decent French.</p><p>There are talented programmers on system-cfg.com, you&#039;ll see <img src="http://randomflux.info/1bit/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>He loaded it twice because the hector is faster than zx spectrum: &quot;Comme Hector est plus rapide que le ZX Spectrum ( de 3,5 Mhz on passe à 5 !) cela suffit à descendre le tempo (c&#039;est pour ça qu&#039;il y a 2 fois le même ld).&quot;<br />It was also a &quot;quick and dirty&quot; conversion, he said he hasn&#039;t optimised the cycles used in your engine for getting a correct timing, hence the noise.</p>]]></description>
			<author><![CDATA[null@example.com (garvalf)]]></author>
			<pubDate>Fri, 01 Jul 2016 12:46:13 +0000</pubDate>
			<guid>http://randomflux.info/1bit/viewtopic.php?pid=871#p871</guid>
		</item>
		<item>
			<title><![CDATA[Re: 1-bit music on Hector]]></title>
			<link>http://randomflux.info/1bit/viewtopic.php?pid=870#p870</link>
			<description><![CDATA[<p>Ah yes, found the mp3. It does indeed sound quite noisy <img src="http://randomflux.info/1bit/img/smilies/hmm.png" width="15" height="15" alt="hmm" /> Some of that might be from the emulator, though.<br />But I do see room for optimizations.</p><div class="codebox"><pre><code>   ld (Save_RegA),a
   ld a,_LOW
   ld ($1800),a         ;du son à Hector !
   ld ($1800),a         ;du son à Hector !
   ld a,(Save_RegA) </code></pre></div><p>should at least be</p><div class="codebox"><pre><code>   ld (Save_RegA),a
   ld a,_LOW
   ld ($1800),a         ;du son à Hector ! - why twice? once should be enough?
Save_RegA equ $+1
   ld a,0</code></pre></div><p>and since BC is unused, in most cases even </p><div class="codebox"><pre><code>   ld c,_LOW         ;outside of sound loop
   ;...
   ld b,a
   ld a,c
   ld ($1800),a         ;du son à Hector ! - why twice? once should be enough?
Save_RegA equ $+1
   ld a,b</code></pre></div><p>should do.</p><p>system-cfg.com seems like a nice place, I&#039;ll think about signing up. Though my French is really too crap for holding a proper conversation.</p>]]></description>
			<author><![CDATA[null@example.com (utz)]]></author>
			<pubDate>Thu, 30 Jun 2016 10:43:50 +0000</pubDate>
			<guid>http://randomflux.info/1bit/viewtopic.php?pid=870#p870</guid>
		</item>
		<item>
			<title><![CDATA[Re: 1-bit music on Hector]]></title>
			<link>http://randomflux.info/1bit/viewtopic.php?pid=869#p869</link>
			<description><![CDATA[<p>I think there is a mp3 in his zip. If you wish, I can send it to you, in the case the forum doesn&#039;t allow to download when you&#039;re not registered. But you can also register there because it&#039;s a cool forum <img src="http://randomflux.info/1bit/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[null@example.com (garvalf)]]></author>
			<pubDate>Tue, 28 Jun 2016 19:39:07 +0000</pubDate>
			<guid>http://randomflux.info/1bit/viewtopic.php?pid=869#p869</guid>
		</item>
		<item>
			<title><![CDATA[Re: 1-bit music on Hector]]></title>
			<link>http://randomflux.info/1bit/viewtopic.php?pid=867#p867</link>
			<description><![CDATA[<p>Excellent news, thanks for sharing. And of course, my respects to the author!<br />I&#039;ll have to see if I can get emulation going somehow, very curious how this sounds. I&#039;m afraid adapting the code to memory-mapped IO might not have had the best impact on those tight timings.</p>]]></description>
			<author><![CDATA[null@example.com (utz)]]></author>
			<pubDate>Sat, 25 Jun 2016 15:31:43 +0000</pubDate>
			<guid>http://randomflux.info/1bit/viewtopic.php?pid=867#p867</guid>
		</item>
		<item>
			<title><![CDATA[1-bit music on Hector]]></title>
			<link>http://randomflux.info/1bit/viewtopic.php?pid=865#p865</link>
			<description><![CDATA[<p>octode2k16 has been ported on Hector (another French computer system : <a href="http://hectorvictor.free.fr/">http://hectorvictor.free.fr/</a> ) :<br /><a href="http://forum.system-cfg.com/viewtopic.php?f=17&amp;t=6552&amp;p=119106#p119073">http://forum.system-cfg.com/viewtopic.p … 06#p119073</a></p>]]></description>
			<author><![CDATA[null@example.com (garvalf)]]></author>
			<pubDate>Fri, 17 Jun 2016 14:09:32 +0000</pubDate>
			<guid>http://randomflux.info/1bit/viewtopic.php?pid=865#p865</guid>
		</item>
	</channel>
</rss>
