Diff for /np2/io/fdd320.c between versions 1.1.1.1 and 1.3

version 1.1.1.1, 2003/10/16 17:57:52 version 1.3, 2003/12/08 00:55:32
Line 1 Line 1
 #include        "compiler.h"  #include        "compiler.h"
 #include        "i286.h"  
 #include        "pccore.h"  #include        "pccore.h"
 #include        "iocore.h"  #include        "iocore.h"
   
Line 9 Line 8
         BYTE    fdd320_stat;          BYTE    fdd320_stat;
   
   
 static BYTE IOINPCALL fdd320_i51(UINT port) {  static REG8 IOINPCALL fdd320_i51(UINT port) {
   
         (void)port;          (void)port;
         return(0x00);          return(0x00);
 }  }
   
 static BYTE IOINPCALL fdd320_i55(UINT port) {  static REG8 IOINPCALL fdd320_i55(UINT port) {
   
         fdd320_stat ^= 0xff;          fdd320_stat ^= 0xff;
   
         (void)port;          (void)port;
         return(fdd320_stat);          return(fdd320_stat);
 }  }

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


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