Ignore changes to r0

This commit is contained in:
Kingcom 2013-11-16 10:59:49 +01:00
parent a277706489
commit c44c99a5b7

View File

@ -121,7 +121,8 @@ public:
switch (cat)
{
case 0:
cpu->r[index] = value;
if (index != 0)
cpu->r[index] = value;
break;
case 1: