]> www.vanbest.org Git - sasc-ng.git/commitdiff
nagra1: fix init of hwreg 0x02
authorleslie <unknown>
Mon, 4 Aug 2008 23:41:59 +0000 (07:41 +0800)
committerleslie <unknown>
Mon, 4 Aug 2008 23:41:59 +0000 (07:41 +0800)
systems/nagra/nagra1.c

index b3729b47bfc3788c2ecc09908486f563664daab7..0a509e05339db2e6e03ff1c0599f9a00d6e06f48 100644 (file)
@@ -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;
 }