<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[esxDOS BBS — SE Basic IV compatibility]]></title>
		<link>https://board.esxdos.org/viewtopic.php?id=19</link>
		<atom:link href="https://board.esxdos.org/extern.php?action=feed&amp;tid=19&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in SE Basic IV compatibility.]]></description>
		<lastBuildDate>Wed, 13 Feb 2019 12:01:21 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: SE Basic IV compatibility]]></title>
			<link>https://board.esxdos.org/viewtopic.php?pid=1124#p1124</link>
			<description><![CDATA[<p>I&#039;m working on a new version of SE Basic IV. This is ultimately intended for use as the firmware in the Chloe 280SE. However, it will also run on a 128K machine with a SLAM+128 ULA. Therefore, initially I am building it to work with esxDOS (the Chloe will use UnoDOS 3 instead). Because it&#039;s a ground-up project, I&#039;m testing as I go to make sure I don&#039;t break esxDOS compatibility.</p><p>Some features:<br /></p><ul><li><p>80 column screen mode.</p></li><li><p>Native file commands (no &#039;dot&#039; commands).</p></li><li><p>BASIC footprint is 23K instead of 16K.</p></li><li><p>An extra 168 bytes available for your programs.</p></li><li><p>Code page support (8-bit ASCII); defalult: <a href="https://en.wikipedia.org/wiki/Code_page_437">437</a></p></li></ul>]]></description>
			<author><![CDATA[null@example.com (aowen)]]></author>
			<pubDate>Wed, 13 Feb 2019 12:01:21 +0000</pubDate>
			<guid>https://board.esxdos.org/viewtopic.php?pid=1124#p1124</guid>
		</item>
		<item>
			<title><![CDATA[Re: SE Basic IV compatibility]]></title>
			<link>https://board.esxdos.org/viewtopic.php?pid=199#p199</link>
			<description><![CDATA[<p>You can get around the tokenization of directories with the same name as keywords by entering the line in lowercase and then switching CAPS LOCK on before entering the line. When CAPS LOCK is on, lowercase characters are not tokenized. All edit lines are terminated with a $0D.</p>]]></description>
			<author><![CDATA[null@example.com (smallscaleindustries)]]></author>
			<pubDate>Tue, 13 Oct 2015 11:32:23 +0000</pubDate>
			<guid>https://board.esxdos.org/viewtopic.php?pid=199#p199</guid>
		</item>
		<item>
			<title><![CDATA[Re: SE Basic IV compatibility]]></title>
			<link>https://board.esxdos.org/viewtopic.php?pid=86#p86</link>
			<description><![CDATA[<p>Ok, I&#039;ve backported the tokenizer. Seems to be working OK now. I swapped the RESET and DELETE tokens so you can use DELETE * &quot;filename&quot; in place of ERASE * &quot;filename&quot;. I also modified the keyboard code to enable direct entry of the tokens on characters 0 to 6. Enter CONTROL mode then SHIFT + number:</p><p>1. EDIT<br />2. RESET<br />5. RENUM<br />6. SOUND<br />7. ON ERROR<br />8. PALETTE</p><p><a href="https://dl.dropboxusercontent.com/u/15659782/sebasic407.zip">https://dl.dropboxusercontent.com/u/156 … sic407.zip</a></p><p>You can get around the tokenization of directories with the same name as keywords by entering the line in lowercase and then switching CAPS LOCK on before entering the line. When CAPS LOCK is on, lowercase characters are not tokenized. All edit lines are terminated with a $0D.</p>]]></description>
			<author><![CDATA[null@example.com (aowen)]]></author>
			<pubDate>Fri, 28 Mar 2014 06:44:12 +0000</pubDate>
			<guid>https://board.esxdos.org/viewtopic.php?pid=86#p86</guid>
		</item>
		<item>
			<title><![CDATA[Re: SE Basic IV compatibility]]></title>
			<link>https://board.esxdos.org/viewtopic.php?pid=84#p84</link>
			<description><![CDATA[<div class="quotebox"><cite>lordcoxis wrote:</cite><blockquote><div class="quotebox"><cite>aowen wrote:</cite><blockquote><p>Ok, I&#039;ve backported the tape code from 4.1 to 4.0.6. .tapein mostly works. .tapeout doesn&#039;t seem to work at all.</p><p><a href="https://dl.dropboxusercontent.com/u/15659782/sebasic406.zip">https://dl.dropboxusercontent.com/u/156 … sic406.zip</a></p></blockquote></div><p>Ok, tested this version and found the following:</p><p>1. &quot;.tapein&quot;, &quot;.tapeout&quot;, &quot;.cd bin&quot; don&#039;t run because it seems to me that IN, OUT and BIN are being tokenized or something. if you rename tapeout to something else it runs, but the filenames are mangled (lixo.tap was created as LIX OR TAP). Also, do you have a $0d at the end of the line?<br />2. Pressing BREAK on &quot;Scroll?&quot; message from .ls or other command crashes</p></blockquote></div><p>Ok, well the tokenizer is different in 4.1 too. Guess I&#039;d better backport that as well. 407 coming up soon.</p>]]></description>
			<author><![CDATA[null@example.com (aowen)]]></author>
			<pubDate>Thu, 27 Mar 2014 16:44:06 +0000</pubDate>
			<guid>https://board.esxdos.org/viewtopic.php?pid=84#p84</guid>
		</item>
		<item>
			<title><![CDATA[Re: SE Basic IV compatibility]]></title>
			<link>https://board.esxdos.org/viewtopic.php?pid=82#p82</link>
			<description><![CDATA[<div class="quotebox"><cite>aowen wrote:</cite><blockquote><p>Ok, I&#039;ve backported the tape code from 4.1 to 4.0.6. .tapein mostly works. .tapeout doesn&#039;t seem to work at all.</p><p><a href="https://dl.dropboxusercontent.com/u/15659782/sebasic406.zip">https://dl.dropboxusercontent.com/u/156 … sic406.zip</a></p></blockquote></div><p>Ok, tested this version and found the following:</p><p>1. &quot;.tapein&quot;, &quot;.tapeout&quot;, &quot;.cd bin&quot; don&#039;t run because it seems to me that IN, OUT and BIN are being tokenized or something. if you rename tapeout to something else it runs, but the filenames are mangled (lixo.tap was created as LIX OR TAP). Also, do you have a $0d at the end of the line?<br />2. Pressing BREAK on &quot;Scroll?&quot; message from .ls or other command crashes</p>]]></description>
			<author><![CDATA[null@example.com (lordcoxis)]]></author>
			<pubDate>Thu, 27 Mar 2014 14:48:17 +0000</pubDate>
			<guid>https://board.esxdos.org/viewtopic.php?pid=82#p82</guid>
		</item>
		<item>
			<title><![CDATA[Re: SE Basic IV compatibility]]></title>
			<link>https://board.esxdos.org/viewtopic.php?pid=80#p80</link>
			<description><![CDATA[<p>Ok, I&#039;ve backported the tape code from 4.1 to 4.0.6. .tapein mostly works. .tapeout doesn&#039;t seem to work at all.</p><p><a href="https://dl.dropboxusercontent.com/u/15659782/sebasic406.zip">https://dl.dropboxusercontent.com/u/156 … sic406.zip</a></p>]]></description>
			<author><![CDATA[null@example.com (aowen)]]></author>
			<pubDate>Thu, 27 Mar 2014 10:15:55 +0000</pubDate>
			<guid>https://board.esxdos.org/viewtopic.php?pid=80#p80</guid>
		</item>
		<item>
			<title><![CDATA[Re: SE Basic IV compatibility]]></title>
			<link>https://board.esxdos.org/viewtopic.php?pid=79#p79</link>
			<description><![CDATA[<p>Ok, I&#039;ve done a full set of tests with v4.1 and I can&#039;t find any problems either. So there may be problems specific to version 4.0.5. I&#039;ll backport the tape code from 4.1. to 4.0.6 and send it to McLeod_IdeaFix and see if that solves the issues he&#039;s been having. Otherwise it may be something specific to ZX-Uno&#039;s divMMC implementation.</p>]]></description>
			<author><![CDATA[null@example.com (aowen)]]></author>
			<pubDate>Wed, 26 Mar 2014 21:53:02 +0000</pubDate>
			<guid>https://board.esxdos.org/viewtopic.php?pid=79#p79</guid>
		</item>
		<item>
			<title><![CDATA[Re: SE Basic IV compatibility]]></title>
			<link>https://board.esxdos.org/viewtopic.php?pid=78#p78</link>
			<description><![CDATA[<p>Hi,</p><p>So, I gave SE Basic IV (version 4.1.0) a test and found the following:</p><p>1. Switch the order of your PUSH/POPs (HL, AF -&gt; AF, HL) on the NMI entry point to make NMI work. The 48K ROM has a PUSH AF at $0066 and this instruction is executed before paging in the DivIDE, so esxDOS expects it.</p><p>2. The NMI auto-LOAD doesn&#039;t work because this syscall uses a big chunk of the 48K ROM init routine.</p><p>3. I tested a couple of TAPs with .tapein and they worked? This was on DivIDE (not DivMMC - but there shouldn&#039;t be any difference) and on my development version though...</p>]]></description>
			<author><![CDATA[null@example.com (lordcoxis)]]></author>
			<pubDate>Wed, 26 Mar 2014 20:17:37 +0000</pubDate>
			<guid>https://board.esxdos.org/viewtopic.php?pid=78#p78</guid>
		</item>
		<item>
			<title><![CDATA[Re: SE Basic IV compatibility]]></title>
			<link>https://board.esxdos.org/viewtopic.php?pid=77#p77</link>
			<description><![CDATA[<div class="quotebox"><cite>lordcoxis wrote:</cite><blockquote><p>Do you have the tape I/O routines at the exact same address as the Sinclair ROM? Where can I get this SE Basic IV ROMs?</p></blockquote></div><p>They are close enough for tape traps to work in emulators. The SE Basic IV site with source and downloads is here:</p><p><a href="https://github.com/cheveron/sebasic4">https://github.com/cheveron/sebasic4</a></p><p>Although I&#039;m currently working in the 4.0 branch (as there are unresolved bugs in the 4.1 branch) please look at v4.1. The 4.1 source is fully commented. Let me know if there are any other questions.</p>]]></description>
			<author><![CDATA[null@example.com (aowen)]]></author>
			<pubDate>Wed, 26 Mar 2014 18:18:04 +0000</pubDate>
			<guid>https://board.esxdos.org/viewtopic.php?pid=77#p77</guid>
		</item>
		<item>
			<title><![CDATA[Re: SE Basic IV compatibility]]></title>
			<link>https://board.esxdos.org/viewtopic.php?pid=76#p76</link>
			<description><![CDATA[<div class="quotebox"><cite>aowen wrote:</cite><blockquote><p>Tape support is broken when using the SE Basic IV ROMs. I&#039;d like to fix this, but without the esxDOS source I don&#039;t know where to begin.</p><p>As there are no CAT or ERASE commands in SE Basic IV, it would be nice if esxDOS would accept untokenized CAT and ERASE in their place.</p></blockquote></div><p>Do you have the tape I/O routines at the exact same address as the Sinclair ROM? Where can I get this SE Basic IV ROMs?</p>]]></description>
			<author><![CDATA[null@example.com (lordcoxis)]]></author>
			<pubDate>Wed, 26 Mar 2014 18:00:44 +0000</pubDate>
			<guid>https://board.esxdos.org/viewtopic.php?pid=76#p76</guid>
		</item>
		<item>
			<title><![CDATA[SE Basic IV compatibility]]></title>
			<link>https://board.esxdos.org/viewtopic.php?pid=70#p70</link>
			<description><![CDATA[<p>Tape support is broken when using the SE Basic IV ROMs. I&#039;d like to fix this, but without the esxDOS source I don&#039;t know where to begin.</p><p>As there are no CAT or ERASE commands in SE Basic IV, it would be nice if esxDOS would accept untokenized CAT and ERASE in their place.</p>]]></description>
			<author><![CDATA[null@example.com (aowen)]]></author>
			<pubDate>Wed, 26 Mar 2014 13:18:05 +0000</pubDate>
			<guid>https://board.esxdos.org/viewtopic.php?pid=70#p70</guid>
		</item>
	</channel>
</rss>
