From: leslie Date: Mon, 4 Aug 2008 23:41:59 +0000 (+0800) Subject: nagra1: fix init of hwreg 0x02 X-Git-Tag: 0.9.1~43 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=e688a80111706cf55e6a93b29c41f99508b1d4a9;p=sasc-ng.git nagra1: fix init of hwreg 0x02 --- diff --git a/systems/nagra/nagra1.c b/systems/nagra/nagra1.c index b3729b4..0a509e0 100644 --- a/systems/nagra/nagra1.c +++ b/systems/nagra/nagra1.c @@ -382,7 +382,7 @@ bool cEmuRom10Core::DoMaps(bool hasExt, int romSize) bool cEmuRom10Core::CoreInitSetup(void) { ForceSet(0x01,0x13,true); - Set(0x02,0x3); + Set(0x02,0x82); Set(0x02,0x3); // beware of the WriteHandler! Set(0x07,0xFF); return true; }