From: slj Date: Mon, 28 Jan 2008 15:41:25 +0000 (+0100) Subject: nagra 0101: increase max count in MECM algo X-Git-Tag: 0.9.0~17 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=ab750fdf5a08730d77296cae9c3fab3fc8e4b9bd;p=sasc-ng.git nagra 0101: increase max count in MECM algo --- diff --git a/systems/nagra/nagra2-0101.c b/systems/nagra/nagra2-0101.c index dc247c1..7a191e8 100644 --- a/systems/nagra/nagra2-0101.c +++ b/systems/nagra/nagra2-0101.c @@ -624,7 +624,7 @@ bool cN2Prov0101::Algo(int algo, const unsigned char *hd, unsigned char *hw) AddBreakpoint(0x0000); AddRomCallbacks(); SetPc(0x0100); - while(!Run(10000)) { + while(!Run(100000)) { if(GetPc()==0x0000) { GetMem(0x0ba2,hw,0x80); return true;