Diff for /np2/io/artic.c between versions 1.1.1.1 and 1.2

version 1.1.1.1, 2003/10/16 17:57:50 version 1.2, 2003/10/19 14:56:15
Line 16  void artic_callback(void) { Line 16  void artic_callback(void) {
         else {          else {
                 mul *= 13;                  mul *= 13;
         }          }
         leng = nevent.clock + nevent.baseclock - nevent.remainclock;          leng = I286_CLOCK + I286_BASECLOCK + I286_REMCLOCK;
         leng *= 2;          leng *= 2;
         leng -= artic.lastclk2;          leng -= artic.lastclk2;
         if (leng > 0) {          if (leng > 0) {
Line 38  static UINT32 artic_getcnt(void) { Line 38  static UINT32 artic_getcnt(void) {
         else {          else {
                 mul *= 13;                  mul *= 13;
         }          }
         leng = nevent.clock + nevent.baseclock - nevent.remainclock;          leng = I286_CLOCK + I286_BASECLOCK + I286_REMCLOCK;
         leng *= 2;          leng *= 2;
         leng -= artic.lastclk2;          leng -= artic.lastclk2;
         if (leng > 0) {          if (leng > 0) {
Line 55  static void IOOUTCALL artic_o5c(UINT por Line 55  static void IOOUTCALL artic_o5c(UINT por
   
         (void)port;          (void)port;
         (void)dat;          (void)dat;
         nevent.remainclock -= 20;          I286_REMCLOCK -= 20;
 }  }
   
 static BYTE IOINPCALL artic_i5c(UINT port) {  static BYTE IOINPCALL artic_i5c(UINT port) {

Removed from v.1.1.1.1  
changed lines
  Added in v.1.2


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