Diff for /xmil/fdd/fdd_mtr.c between versions 1.2 and 1.4

version 1.2, 2004/08/02 11:48:13 version 1.4, 2004/08/03 12:50:54
Line 1 Line 1
 #include        "compiler.h"  #include        "compiler.h"
 #include        "soundmng.h"  #include        "soundmng.h"
 #include        "pccore.h"  #include        "pccore.h"
 #include        "x1_io.h"  #include        "iocore.h"
 #include        "x1_fdc.h"  
   
   
   enum {
           MOVE1TCK_MS             = 30,
           MOVEMOTOR1_MS   = 30,
           SEKSEC_MS               = 20
   };
   
   typedef struct {
   //      int             busy;
           UINT8   head[4];
   //      UINT    nextevent;
   //      UINT8   curevent;
   } _FDDMTR, *FDDMTR;
   
                 BYTE            curevent = 0;                  BYTE            curevent = 0;
                 DWORD           nextevent = 0;                  DWORD           nextevent = 0;
                 BYTE            FDC_HEAD[4] = {0, 0, 0, 0};                  BYTE            FDC_HEAD[4] = {0, 0, 0, 0};
                 DWORD           FDC_TIME[4] = {0, 0, 0, 0};                  DWORD           FDC_TIME[4] = {0, 0, 0, 0};
                 short           curdrv = 0;                  short           curdrv = 0;
   
 #define         MOVE1TCK_MS             30   
 #define         MOVEMOTOR1_MS   30  
 #define         SEKSEC_MS               20  
   
 void fddmtr_event(void) {  void fddmtr_event(void) {
   

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


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