Diff for /np2/bios/bios.c between versions 1.44 and 1.45

version 1.44, 2004/02/20 16:20:41 version 1.45, 2004/02/22 00:05:56
Line 439  UINT MEMCALL biosfunc(UINT32 adrs) { Line 439  UINT MEMCALL biosfunc(UINT32 adrs) {
   
         if ((adrs >= 0xf9a00) && (adrs < 0x0f9a44)) {          if ((adrs >= 0xf9a00) && (adrs < 0x0f9a44)) {
                 if (!(adrs & 3)) {                  if (!(adrs & 3)) {
                           CPU_REMCLOCK -= 500;
                         bios_lio((REG8)((adrs - 0xf9a00) >> 2));                          bios_lio((REG8)((adrs - 0xf9a00) >> 2));
                 }                  }
                 else {                  else {

Removed from v.1.44  
changed lines
  Added in v.1.45


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