Diff for /np2/bios/bios.c between versions 1.20 and 1.21

version 1.20, 2004/01/05 06:05:11 version 1.21, 2004/01/05 11:46:56
Line 14 Line 14
 #include        "keytable.res"  #include        "keytable.res"
 #include        "itfrom.res"  #include        "itfrom.res"
 #include        "startup.res"  #include        "startup.res"
   #include        "sxsibios.res"
   
   
 #define BIOS_SIMULATE  #define BIOS_SIMULATE
Line 211  void bios_init(void) { Line 212  void bios_init(void) {
         }          }
         extmem_init(np2cfg.EXTMEM);          extmem_init(np2cfg.EXTMEM);
 #endif  #endif
   //      CopyMemory(mem + 0xd0000, sxsibios, sizeof(sxsibios));
   
         CopyMemory(mem + 0x1c0000, mem + 0x1f8000, 0x08000);          CopyMemory(mem + 0x1c0000, mem + 0x1f8000, 0x08000);
         CopyMemory(mem + 0x1e8000, mem + 0x0e8000, 0x10000);          CopyMemory(mem + 0x1e8000, mem + 0x0e8000, 0x10000);

Removed from v.1.20  
changed lines
  Added in v.1.21


RetroPC.NET-CVS <cvs@retropc.net>