]> www.vanbest.org Git - sasc-ng.git/commitdiff
nagra-0101: add map3c (same as map3e)
authorleslie <unknown>
Tue, 30 Sep 2008 09:23:03 +0000 (17:23 +0800)
committerleslie <unknown>
Tue, 30 Sep 2008 09:23:03 +0000 (17:23 +0800)
systems/nagra/nagra2-0101.c

index 79dd00766a6574a871816d9dafdb353ec7469373..fa1cb85f2801a444acaf7cf11cfcc31624d4ca3b 100644 (file)
@@ -284,6 +284,7 @@ bool cMap0101::Map(int f, unsigned char *data, int l)
       MonMul(B,I,B,l);
       cycles=tim3b[wordsize-1][l-1]-6;
       break;
+    case 0x3c:
     case 0x3e:
       {
       if(l>wordsize) l=wordsize;
@@ -650,6 +651,7 @@ bool cN2Prov0101::ProcessMap(int f)
       DoMap(f,tmp);
       Set(0x4b,tmp[0]);
       break;
+    case 0x3c:
     case 0x3e:
       if(l>wordsize) { l=wordsize; dl=l<<3; }
       // fall through