<?xml version="1.0" encoding="utf-8"?>
<feed
  version="0.3"
  xml:lang="en-GB"
  xmlns="http://purl.org/atom/ns#">
  <title>Acorn Arcade (Atom 0.3 feed)</title>
  <link
    rel="alternate"
    type="text/html"
    href="http://www.acornarcade.com/forums/"
    title="Acorn Arcade"
   />
  <author>
    <name>Richard Goodwin</name>
    <url>http://www.houseofmabel.com/</url>
  </author>
  <tagline>Gaming news and views</tagline>
  <id>http://www.acornarcade.com/forums/rss-atom03.php</id>
  <copyright
    type="text/plain"
    mode="escaped">(c) Acorn Arcade 2010.  All rights reserved.</copyright>
  <modified>2010-09-02T21:44:34Z</modified>

  <entry>
    <title
      type="text/plain"
      mode="escaped">RDPClient Riscos 6.20</title>
    <link
      rel="alternate"
      type="text/html"
      href="http://www.acornarcade.com/forums/viewthread.php?threadid=11499&amp;page=1#115223"
      title="RDPClient Riscos 6.20" />
    <author>
      <name>Eric Rucker (bhtooefr)</name>
    </author>
    <id>http://www.acornarcade.com/forums/viewthread.php?threadid=11499&amp;page=1#115223</id>
    <modified>2010-09-02T17:43:31Z</modified>
    <issued>2010-09-02T17:43:31Z</issued>
    <created>2010-09-02T17:43:31Z</created>
    <summary
      type="text/plain"
      mode="escaped">Replace the Select6i1 file with the Select3i4 file, from within RISC OS 6.20's filer, shutdown, and reboot. Then it'll run.</summary>
        <content type="text/html" mode="escaped" xml:lang="en" xml:base="">
      <![CDATA[<p>Replace the Select6i1 file with the Select3i4 file, from within RISC OS 6.20's filer, shutdown, and reboot. Then it'll run.<br /><br /><img src='/images/smileys/wink.gif' width="15" height="15" alt="wink" /><br /> <br />Posted by Eric Rucker (bhtooefr)<br />
<a href="http://www.acornarcade.com/forums/viewthread.php?threadid=11499&amp;amp;page=1#115223">24 comments in forum</a>
</p>]]>
    </content>
  </entry>
  <entry>
    <title
      type="text/plain"
      mode="escaped">RDPClient Riscos 6.20</title>
    <link
      rel="alternate"
      type="text/html"
      href="http://www.acornarcade.com/forums/viewthread.php?threadid=11499&amp;page=1#115222"
      title="RDPClient Riscos 6.20" />
    <author>
      <name>David Heath (HeathHayle)</name>
    </author>
    <id>http://www.acornarcade.com/forums/viewthread.php?threadid=11499&amp;page=1#115222</id>
    <modified>2010-09-02T17:38:17Z</modified>
    <issued>2010-09-02T17:38:17Z</issued>
    <created>2010-09-02T17:38:17Z</created>
    <summary
      type="text/plain"
      mode="escaped">So if I want to run it on Riscos 6.20 what do I need to do?</summary>
        <content type="text/html" mode="escaped" xml:lang="en" xml:base="">
      <![CDATA[<p>So if I want to run it on Riscos 6.20 what do I need to do?<br /> <br />Posted by David Heath (HeathHayle)<br />
<a href="http://www.acornarcade.com/forums/viewthread.php?threadid=11499&amp;amp;page=1#115222">24 comments in forum</a>
</p>]]>
    </content>
  </entry>
  <entry>
    <title
      type="text/plain"
      mode="escaped">Can someone look at this ARM code for me?</title>
    <link
      rel="alternate"
      type="text/html"
      href="http://www.acornarcade.com/forums/viewthread.php?threadid=11467&amp;page=1#115221"
      title="Can someone look at this ARM code for me?" />
    <author>
      <name>Simon Willcocks (Stoppers)</name>
    </author>
    <id>http://www.acornarcade.com/forums/viewthread.php?threadid=11467&amp;page=1#115221</id>
    <modified>2010-09-02T16:17:26Z</modified>
    <issued>2010-09-02T16:17:26Z</issued>
    <created>2010-09-02T16:17:26Z</created>
    <summary
      type="text/plain"
      mode="escaped">I'm back!</summary>
        <content type="text/html" mode="escaped" xml:lang="en" xml:base="">
      <![CDATA[<p><blockquote>There's some funky stuff the OS does during startup to get the hardware working....<br /><br />I'd suggest either looking over the 3.x kernel sources in the ROOL source tree or looking at/using RPCEmu. Or if you want the fun of working it out for yourself, try adding some logging code to both ROLF and RPCEmu and see what each does for the first N instructions up until the crash.</blockquote><br /><br />I'm back!<br /><br />As you suggested, I've been looking at the RPCEmu source for indications of how the hardware works (as well as the RPC TRM, various datasheets, etc.).  I even tried integrating the cmos.c code into the emulator, with some success.<br /><br />I've decided, though, to try identifying routines in the OS by purpose (e.g. "read configuration data" instead of all the i2c bit twiddling) and "patching" the emulated code to call native code routines to perform the necessary functions.  The aim is to avoid emulating any specific hardware external to the processor and see just how many (or few) routines are needed to do that.  The downside is that, initially, the emulator won't work with anything other than RO4.02 ROM images (although modifying it to work with others should just be a matter of finding the addresses of the appropriate routines).<br /><br />I've noticed a couple of strange encodings for instructions in the ROM, can anyone tell me if I've missed something in the ARM ARM?<br /><br />These two instructions are encoded with the (non-existant) op1 as r15 instead of the usual r0.  They don't have the S bit set, so as far as I can see they're not the "P" version of the instructions.  Any ideas (or is this another thing I can safely ignore)?<br /><br />03829b20 e3af1e27 mov r1, #624 ; =0x270<br /><br />03829b84 23af2e27 movcs r2, #624 ; =0x270<br /> <br />Posted by Simon Willcocks (Stoppers)<br />
<a href="http://www.acornarcade.com/forums/viewthread.php?threadid=11467&amp;amp;page=1#115221">6 comments in forum</a>
</p>]]>
    </content>
  </entry>
  <entry>
    <title
      type="text/plain"
      mode="escaped">RDPClient Riscos 6.20</title>
    <link
      rel="alternate"
      type="text/html"
      href="http://www.acornarcade.com/forums/viewthread.php?threadid=11499&amp;page=1#115220"
      title="RDPClient Riscos 6.20" />
    <author>
      <name>Andrew Poole (andypoole)</name>
    </author>
    <id>http://www.acornarcade.com/forums/viewthread.php?threadid=11499&amp;page=1#115220</id>
    <modified>2010-09-02T07:05:27Z</modified>
    <issued>2010-09-02T07:05:27Z</issued>
    <created>2010-09-02T07:05:27Z</created>
    <summary
      type="text/plain"
      mode="escaped">I wouldn't hold your breath.</summary>
        <content type="text/html" mode="escaped" xml:lang="en" xml:base="">
      <![CDATA[<p><blockquote><blockquote> I'm sure ROL are busy making some more rounded buttons ...</blockquote><br />Bother!! There was me thinking they were frantically trying to 'finish' 4.42 for me A9home.<img src='/images/smileys/crybaby.gif' width="19" height="15" alt="Crybaby" /></blockquote><br /><br />I wouldn't hold your breath.<br /> <br />Posted by Andrew Poole (andypoole)<br />
<a href="http://www.acornarcade.com/forums/viewthread.php?threadid=11499&amp;amp;page=1#115220">24 comments in forum</a>
</p>]]>
    </content>
  </entry>
  <entry>
    <title
      type="text/plain"
      mode="escaped">Help save my old RiscPC</title>
    <link
      rel="alternate"
      type="text/html"
      href="http://www.acornarcade.com/forums/viewthread.php?threadid=11503&amp;page=1#115219"
      title="Help save my old RiscPC" />
    <author>
      <name>riscy (riscy)</name>
    </author>
    <id>http://www.acornarcade.com/forums/viewthread.php?threadid=11503&amp;page=1#115219</id>
    <modified>2010-09-02T01:16:04Z</modified>
    <issued>2010-09-02T01:16:04Z</issued>
    <created>2010-09-02T01:16:04Z</created>
    <summary
      type="text/plain"
      mode="escaped">There is no one who has access to it, and even the people around there would not even know what a PC looks like, let alone a CMOS battery   Thanks for the advice about the RAM.</summary>
        <content type="text/html" mode="escaped" xml:lang="en" xml:base="">
      <![CDATA[<p>There is no one who has access to it, and even the people around there would not even know what a PC looks like, let alone a CMOS battery <img src='/images/smileys/tongue.gif' width="15" height="15" alt="tongue" />  Thanks for the advice about the RAM.<br /><br /><blockquote>I'd get someone who has access to it to look at it to make sure the battery isn't leaking.<br /><br />4.02 is what I'd consider the minimum OS for use of RISC OS software that's currently being developed.<br /><br />Also, if you're softloading an OS, it may subtract 6 MiB of RAM from the RAM count - when I boot 4.02, it says I have 98 MiB (96 of RAM, 2 of VRAM,) then when it softloads 6.20, it says I have 90 (96 of RAM, minus the six megs of softload, and not counting the VRAM.)</blockquote><br /> <br />Posted by riscy (riscy)<br />
<a href="http://www.acornarcade.com/forums/viewthread.php?threadid=11503&amp;amp;page=1#115219">12 comments in forum</a>
</p>]]>
    </content>
  </entry>
  <entry>
    <title
      type="text/plain"
      mode="escaped">Help save my old RiscPC</title>
    <link
      rel="alternate"
      type="text/html"
      href="http://www.acornarcade.com/forums/viewthread.php?threadid=11503&amp;page=1#115218"
      title="Help save my old RiscPC" />
    <author>
      <name>Eric Rucker (bhtooefr)</name>
    </author>
    <id>http://www.acornarcade.com/forums/viewthread.php?threadid=11503&amp;page=1#115218</id>
    <modified>2010-09-01T23:35:48Z</modified>
    <issued>2010-09-01T23:35:48Z</issued>
    <created>2010-09-01T23:35:48Z</created>
    <summary
      type="text/plain"
      mode="escaped">I'd get someone who has access to it to look at it to make sure the battery isn't leaking.</summary>
        <content type="text/html" mode="escaped" xml:lang="en" xml:base="">
      <![CDATA[<p>I'd get someone who has access to it to look at it to make sure the battery isn't leaking.<br /><br />4.02 is what I'd consider the minimum OS for use of RISC OS software that's currently being developed.<br /><br />Also, if you're softloading an OS, it may subtract 6 MiB of RAM from the RAM count - when I boot 4.02, it says I have 98 MiB (96 of RAM, 2 of VRAM,) then when it softloads 6.20, it says I have 90 (96 of RAM, minus the six megs of softload, and not counting the VRAM.)<br /> <br />Posted by Eric Rucker (bhtooefr)<br />
<a href="http://www.acornarcade.com/forums/viewthread.php?threadid=11503&amp;amp;page=1#115218">12 comments in forum</a>
</p>]]>
    </content>
  </entry>
  <entry>
    <title
      type="text/plain"
      mode="escaped">RDPClient Riscos 6.20</title>
    <link
      rel="alternate"
      type="text/html"
      href="http://www.acornarcade.com/forums/viewthread.php?threadid=11499&amp;page=1#115217"
      title="RDPClient Riscos 6.20" />
    <author>
      <name>Blind Moose (Acornut)</name>
    </author>
    <id>http://www.acornarcade.com/forums/viewthread.php?threadid=11499&amp;page=1#115217</id>
    <modified>2010-09-01T23:20:26Z</modified>
    <issued>2010-09-01T23:20:26Z</issued>
    <created>2010-09-01T23:20:26Z</created>
    <summary
      type="text/plain"
      mode="escaped">Bother!! There was me thinking they were frantically trying to 'finish' 4.42 for me A9home.</summary>
        <content type="text/html" mode="escaped" xml:lang="en" xml:base="">
      <![CDATA[<p><blockquote> I'm sure ROL are busy making some more rounded buttons ...</blockquote><br />Bother!! There was me thinking they were frantically trying to 'finish' 4.42 for me A9home.<img src='/images/smileys/crybaby.gif' width="19" height="15" alt="Crybaby" /><br /> <br />Posted by Blind Moose (Acornut)<br />
<a href="http://www.acornarcade.com/forums/viewthread.php?threadid=11499&amp;amp;page=1#115217">24 comments in forum</a>
</p>]]>
    </content>
  </entry>
  <entry>
    <title
      type="text/plain"
      mode="escaped">RDPClient Riscos 6.20</title>
    <link
      rel="alternate"
      type="text/html"
      href="http://www.acornarcade.com/forums/viewthread.php?threadid=11499&amp;page=1#115216"
      title="RDPClient Riscos 6.20" />
    <author>
      <name>Andrew Poole (andypoole)</name>
    </author>
    <id>http://www.acornarcade.com/forums/viewthread.php?threadid=11499&amp;page=1#115216</id>
    <modified>2010-09-01T23:13:10Z</modified>
    <issued>2010-09-01T23:13:10Z</issued>
    <created>2010-09-01T23:13:10Z</created>
    <summary
      type="text/plain"
      mode="escaped">Given that this issue has existed for more than two years, absolutely nothing.</summary>
        <content type="text/html" mode="escaped" xml:lang="en" xml:base="">
      <![CDATA[<p><blockquote><blockquote>  It's RISC OS 6 that's at fault. </blockquote><br />So what, if anything, are  RISCOS Ltd doing about it then?<br />Answers on a Postcard! <img src='/images/smileys/laugh.gif' width="15" height="15" alt="laugh" /></blockquote><br /><br />Given that this issue has existed for more than two years, absolutely nothing.<br /><br />I'm amazed people still pay their Select subscription.  So far this year, they've got absolutely nothing in return for their hundred quid.  I'm sure ROL are busy making some more rounded buttons and new icon sprites for them for next year though.  Who knows, maybe they'll finally actually centre the 6 in the RO6 switcher icon...<br /> <br />Posted by Andrew Poole (andypoole)<br />
<a href="http://www.acornarcade.com/forums/viewthread.php?threadid=11499&amp;amp;page=1#115216">24 comments in forum</a>
</p>]]>
    </content>
  </entry>
  <entry>
    <title
      type="text/plain"
      mode="escaped">Help save my old RiscPC</title>
    <link
      rel="alternate"
      type="text/html"
      href="http://www.acornarcade.com/forums/viewthread.php?threadid=11503&amp;page=1#115215"
      title="Help save my old RiscPC" />
    <author>
      <name>Trevor Johnson (trevj)</name>
    </author>
    <id>http://www.acornarcade.com/forums/viewthread.php?threadid=11503&amp;page=1#115215</id>
    <modified>2010-09-01T22:23:01Z</modified>
    <issued>2010-09-01T22:23:01Z</issued>
    <created>2010-09-01T22:23:01Z</created>
    <summary
      type="text/plain"
      mode="escaped">Wow - you're going to be doing all this with some considerable anticipation. In the mean time, you could always investigate with emulation on the Mac.</summary>
        <content type="text/html" mode="escaped" xml:lang="en" xml:base="">
      <![CDATA[<p><blockquote>...Unfortunately I will not be able to get hands on with the SA RiscPC until June next year - it is not here where I am <img src='/images/smileys/unhappy.gif' width="15" height="15" alt="unhappy" /> ...</blockquote><br />Wow - you're going to be doing all this with some considerable anticipation. In the mean time, you could always investigate with emulation on the Mac.<br /> <br />Posted by Trevor Johnson (trevj)<br />
<a href="http://www.acornarcade.com/forums/viewthread.php?threadid=11503&amp;amp;page=1#115215">12 comments in forum</a>
</p>]]>
    </content>
  </entry>
  <entry>
    <title
      type="text/plain"
      mode="escaped">RDPClient Riscos 6.20</title>
    <link
      rel="alternate"
      type="text/html"
      href="http://www.acornarcade.com/forums/viewthread.php?threadid=11499&amp;page=1#115214"
      title="RDPClient Riscos 6.20" />
    <author>
      <name>Jeffrey Lee (Phlamethrower)</name>
    </author>
    <id>http://www.acornarcade.com/forums/viewthread.php?threadid=11499&amp;page=1#115214</id>
    <modified>2010-09-01T22:21:46Z</modified>
    <issued>2010-09-01T22:21:46Z</issued>
    <created>2010-09-01T22:21:46Z</created>
    <summary
      type="text/plain"
      mode="escaped">For anyone wondering, this c.s.a.p thread explains the whens/whys/hows of the situation.</summary>
        <content type="text/html" mode="escaped" xml:lang="en" xml:base="">
      <![CDATA[<p>For anyone wondering, <a href="http://groups.google.co.uk/group/comp.sys.acorn.programmer/browse_thread/thread/62c5897ff5e2cd5b">this c.s.a.p thread</a> explains the whens/whys/hows of the situation.<br /> <br />Posted by Jeffrey Lee (Phlamethrower)<br />
<a href="http://www.acornarcade.com/forums/viewthread.php?threadid=11499&amp;amp;page=1#115214">24 comments in forum</a>
</p>]]>
    </content>
  </entry>

</feed>