Diff for /np2/cbus/board26k.c between versions 1.2 and 1.3

version 1.2, 2003/11/12 00:55:38 version 1.3, 2003/11/21 06:51:10
Line 48  static void IOOUTCALL opn_o18a(UINT port Line 48  static void IOOUTCALL opn_o18a(UINT port
 static BYTE IOINPCALL opn_i188(UINT port) {  static BYTE IOINPCALL opn_i188(UINT port) {
   
         (void)port;          (void)port;
 #if 1  #if 1                                                   // ドラッケンで未定義フラグ見てる テスト終了
         return(fmtimer.status | 0x7c);  
 #else  
         return(fmtimer.status);          return(fmtimer.status);
   #else
           return(fmtimer.status | 0x7c);
 #endif  #endif
 }  }
   

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


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