nagra 0101: clear regs after map processing
authoranisota <unknown>
Tue, 26 Feb 2008 12:15:24 +0000 (13:15 +0100)
committeranisota <unknown>
Tue, 26 Feb 2008 12:15:24 +0000 (13:15 +0100)
systems/nagra/nagra2-0101.c

index 42b3fbe3bfd943e52e69d3343c93bb1192064fb1..9e572d044e8473cd3d69d3c36669a96271d41768 100644 (file)
@@ -821,6 +821,7 @@ bool cN2Prov0101::ProcessMap(int f)
       PRINTF(L_SYS_EMU,"%04x: map call %02x not emulated",id,f);
       return false;
     }
+  c6805::a=0; c6805::x=0; c6805::y=0; 
   return true;
 }