<html>
<body>
  <div id="body" style="background-color:#ffffff;" >
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head" style="border-bottom-width:1px;border-bottom-style:solid;" ><td class="headtd" style="padding:0;padding-top:.2em;" colspan="4">Commit in <b><tt>lxdream/src/aica</tt></b></td></tr>
<tr><td><tt><a href="#file1">armmem.c</a></tt></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+3</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-3</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">73da8fd129fb -> 1879fd49ccf6</td></tr>
</table>
<pre class="comment" style="white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:pre-wrap;word-wrap:break-word;padding:4px;border:1px dashed #000000;background-color:#ffffdd;" >
Change armmem errors to warnings (should never have been errors)
</pre>
<hr /><a name="file1" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream/src/aica</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>armmem.c</b></big> <small id="info" style="color: #888888;" >73da8fd129fb -> 1879fd49ccf6</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/aica/armmem.c
+++ lxdream/src/aica/armmem.c
@@ -141,7 +141,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >             return *(int32_t *)(aica_scratch_ram + addr - 0x00803000);
         }
     }
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >ERROR</span>( "Attempted long read to undefined page: %08X at %08X",
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    <span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >WARN</span>( "Attempted long read to undefined page: %08X at %08X",
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >            addr, armr.r[15] );
     /* Undefined memory */
     return 0;
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -179,7 +179,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >             *(uint32_t *)(aica_scratch_ram + addr - 0x00803000) = value;
             break;
         default:
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-            <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >ERROR</span>( "Attempted long write to undefined address: %08X",
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+            <span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >WARN</span>( "Attempted long write to undefined address: %08X",
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >                     addr );
             /* Undefined memory */
         } 
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -238,7 +238,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >             *(uint8_t *)(aica_scratch_ram + addr - 0x00803000) = (uint8_t)value;
             break;
         default:
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-            <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >ERROR</span>( "Attempted byte write to undefined address: %08X",
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+            <span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >WARN</span>( "Attempted byte write to undefined address: %08X",
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >                     addr );
             /* Undefined memory */
         } 
</pre></div>
<center><small>Chaos Theory</small></center>
</div></body></html>