Diff for /np2/io/fdc.c between versions 1.1 and 1.3

version 1.1, 2003/10/16 17:57:52 version 1.3, 2003/10/21 11:22:05
Line 4 Line 4
   
   
 #include        "compiler.h"  #include        "compiler.h"
 #include        "dosio.h"  
 #include        "i286.h"  
 #include        "pccore.h"  #include        "pccore.h"
 #include        "iocore.h"  #include        "iocore.h"
 #include        "fddfile.h"  #include        "fddfile.h"
Line 74  void fdcbusy_error7(NEVENTITEM item) { Line 72  void fdcbusy_error7(NEVENTITEM item) {
         }          }
 }  }
   
   #if 0           // ↑イベントは残しとく...
 static void fdcderay_error7(SINT16 ms) {                                                        // ver0.27  static void fdcderay_error7(SINT16 ms) {                                                        // ver0.27
   
         fdc.busy = 1;          fdc.busy = 1;
Line 81  static void fdcderay_error7(SINT16 ms) { Line 80  static void fdcderay_error7(SINT16 ms) {
         fdc.status &= ~FDCSTAT_RQM;          fdc.status &= ~FDCSTAT_RQM;
         nevent_setbyms(NEVENT_FDCBUSY, ms, fdcbusy_error7, NEVENT_ABSOLUTE);          nevent_setbyms(NEVENT_FDCBUSY, ms, fdcbusy_error7, NEVENT_ABSOLUTE);
 }  }
   #endif
   
   
 // ----------------------------------------------------------------------  // ----------------------------------------------------------------------
Line 463  static void FDC_SenceintStatus(void) {   Line 463  static void FDC_SenceintStatus(void) {  
         }          }
 }  }
   
   #if 0   // for test..
 static void FDC_ReadID(void) {                                                  // cmd: 0a  static void FDC_ReadID(void) {                                                  // cmd: 0a
   
         switch(fdc.event) {          switch(fdc.event) {
Line 471  static void FDC_ReadID(void) {       //  Line 472  static void FDC_ReadID(void) {       // 
                         break;                          break;
         }          }
 }  }
   #endif
   
 static void FDC_WriteID(void) {                                                 // cmd: 0d  static void FDC_WriteID(void) {                                                 // cmd: 0d
   

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


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