Diff for /xmil/io/fdc.c between versions 1.11 and 1.12

version 1.11, 2004/08/12 11:03:09 version 1.12, 2004/08/12 17:57:36
Line 13 Line 13
 static const UINT8 fdctype[] = {1,1,1,1,1,1,1,1,2,2,2,2,3,4,3,3};  static const UINT8 fdctype[] = {1,1,1,1,1,1,1,1,2,2,2,2,3,4,3,3};
   
   
 void nvitem_fdcbusy(UINT id) {  void neitem_fdcbusy(UINT id) {
   
         fdc.s.busy = FALSE;          fdc.s.busy = FALSE;
         if (fdc.s.bufdir) {          if (fdc.s.bufdir) {
Line 26  void nvitem_fdcbusy(UINT id) { Line 26  void nvitem_fdcbusy(UINT id) {
 static void setbusy(UINT clock) {  static void setbusy(UINT clock) {
   
         fdc.s.busy = TRUE;          fdc.s.busy = TRUE;
         nevent_set(NEVENT_FDC, clock, nvitem_fdcbusy, NEVENT_ABSOLUTE);          nevent_set(NEVENT_FDC, clock, neitem_fdcbusy, NEVENT_ABSOLUTE);
 }  }
   
 static REG8 getstat(void) {  static REG8 getstat(void) {
Line 439  void fdc_reset(void) { Line 439  void fdc_reset(void) {
         FDDMTR_INIT;          FDDMTR_INIT;
         ZeroMemory(&fdc, sizeof(fdc));          ZeroMemory(&fdc, sizeof(fdc));
         fdc.s.step = 1;          fdc.s.step = 1;
           fdc.s.equip = xmilcfg.fddequip;
 }  }
   

Removed from v.1.11  
changed lines
  Added in v.1.12


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