<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[The 1-Bit Forum — 1-bit music on Hector]]></title>
	<link rel="self" href="https://randomflux.info/1bit/extern.php?action=feed&amp;tid=96&amp;type=atom" />
	<updated>2016-07-01T12:46:13Z</updated>
	<generator>PunBB</generator>
	<id>http://randomflux.info/1bit/viewtopic.php?id=96</id>
		<entry>
			<title type="html"><![CDATA[Re: 1-bit music on Hector]]></title>
			<link rel="alternate" href="http://randomflux.info/1bit/viewtopic.php?pid=871#p871" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[garvalf]]></name>
				<uri>http://randomflux.info/1bit/profile.php?id=6</uri>
			</author>
			<updated>2016-07-01T12:46:13Z</updated>
			<id>http://randomflux.info/1bit/viewtopic.php?pid=871#p871</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: 1-bit music on Hector]]></title>
			<link rel="alternate" href="http://randomflux.info/1bit/viewtopic.php?pid=870#p870" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[utz]]></name>
				<uri>http://randomflux.info/1bit/profile.php?id=2</uri>
			</author>
			<updated>2016-06-30T10:43:50Z</updated>
			<id>http://randomflux.info/1bit/viewtopic.php?pid=870#p870</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: 1-bit music on Hector]]></title>
			<link rel="alternate" href="http://randomflux.info/1bit/viewtopic.php?pid=869#p869" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[garvalf]]></name>
				<uri>http://randomflux.info/1bit/profile.php?id=6</uri>
			</author>
			<updated>2016-06-28T19:39:07Z</updated>
			<id>http://randomflux.info/1bit/viewtopic.php?pid=869#p869</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: 1-bit music on Hector]]></title>
			<link rel="alternate" href="http://randomflux.info/1bit/viewtopic.php?pid=867#p867" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[utz]]></name>
				<uri>http://randomflux.info/1bit/profile.php?id=2</uri>
			</author>
			<updated>2016-06-25T15:31:43Z</updated>
			<id>http://randomflux.info/1bit/viewtopic.php?pid=867#p867</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[1-bit music on Hector]]></title>
			<link rel="alternate" href="http://randomflux.info/1bit/viewtopic.php?pid=865#p865" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[garvalf]]></name>
				<uri>http://randomflux.info/1bit/profile.php?id=6</uri>
			</author>
			<updated>2016-06-17T14:09:32Z</updated>
			<id>http://randomflux.info/1bit/viewtopic.php?pid=865#p865</id>
		</entry>
</feed>
