From: leslie Date: Tue, 30 Sep 2008 09:23:03 +0000 (+0800) Subject: nagra-0101: add map3c (same as map3e) X-Git-Tag: 0.9.1~19 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=c51c0ed15a39cc62aaa9a8614a0e2eef97793e8b;p=sasc-ng.git nagra-0101: add map3c (same as map3e) --- diff --git a/systems/nagra/nagra2-0101.c b/systems/nagra/nagra2-0101.c index 79dd007..fa1cb85 100644 --- a/systems/nagra/nagra2-0101.c +++ b/systems/nagra/nagra2-0101.c @@ -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