]> www.vanbest.org Git - sasc-ng.git/commitdiff
nagra 0501: add map 43/44/45 in emu
authorleslie <unknown>
Sat, 9 Feb 2008 12:52:15 +0000 (13:52 +0100)
committerleslie <unknown>
Sat, 9 Feb 2008 12:52:15 +0000 (13:52 +0100)
systems/nagra/nagra2-0501.c

index eabca7f6962fdd24cbb1d0a70640dcd65010a3c1..083c3bdb1abeb26323eb650977869038631580e3 100644 (file)
@@ -189,7 +189,19 @@ bool cN2Prov0501::ProcessMap(int f)
       GetMem(HILO(0x44),tmp,dl,0);
       DoMap(f,tmp,l);
       break;
+    case 0x3a:
+      DoMap(f,0,l);
+      break;
+    case 0x43:
+      DoMap(f);
+      break;
+    case 0x44:
+      GetMem(0x400,tmp,64,0);
+      DoMap(f,tmp);
+      SetMem(0x440,tmp,20,0);
+      break;
     default:
+      PRINTF(L_SYS_EMU,"%04x: map call %02x not emulated",id,f);
       return false;
     }
   return true;