Diff for /np2/bios/bios.c between versions 1.41 and 1.43

version 1.41, 2004/02/19 03:04:01 version 1.43, 2004/02/20 08:32:23
Line 83  static void bios_reinitbyswitch(void) { Line 83  static void bios_reinitbyswitch(void) {
         mem[MEMB_PRXDUPD] = prxdupd;          mem[MEMB_PRXDUPD] = prxdupd;
   
         biosflag = 0x20;          biosflag = 0x20;
         if (pccore.cpumode & CPUMODE_8MHz) {          if (pccore.cpumode & CPUMODE_8MHZ) {
                 biosflag |= 0x80;                  biosflag |= 0x80;
         }          }
         biosflag |= mem[0xa3fea] & 7;          biosflag |= mem[0xa3fea] & 7;
Line 200  void bios_initialize(void) { Line 200  void bios_initialize(void) {
   
         bios_vectorset();          bios_vectorset();
         if (!biosrom) {          if (!biosrom) {
                 lio_init();                  lio_initialize();
         }          }
   
         SETBIOSMEM16(0xfd800, 0xcb90);          SETBIOSMEM16(0xfd800, 0xcb90);
Line 368  UINT MEMCALL biosfunc(UINT32 adrs) { Line 368  UINT MEMCALL biosfunc(UINT32 adrs) {
   
                 case BIOS_BASE + BIOSOFST_1f:                  case BIOS_BASE + BIOSOFST_1f:
                         CPU_REMCLOCK -= 200;                          CPU_REMCLOCK -= 200;
                           TRACEOUT(("unsupport protect bios"));
                         return(1);                          return(1);
   
                 case BIOS_BASE + BIOSOFST_WAIT:                  case BIOS_BASE + BIOSOFST_WAIT:

Removed from v.1.41  
changed lines
  Added in v.1.43


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