Diff for /np2/fdd/fddfile.c between versions 1.5 and 1.8

version 1.5, 2004/02/13 14:52:21 version 1.8, 2005/02/07 14:46:09
Line 10 Line 10
   
   
         _FDDFILE        fddfile[MAX_FDDFILE];          _FDDFILE        fddfile[MAX_FDDFILE];
         BYTE            fddlasterror;          UINT8           fddlasterror;
   
   
 static const char str_88d[] = "88d";  
 static const char str_98d[] = "98d";  
   
   
 // ----  // ----
   
 void fddfile_init(void) {  void fddfile_initialize(void) {
   
         ZeroMemory(fddfile, sizeof(fddfile));          ZeroMemory(fddfile, sizeof(fddfile));
 }  }
Line 225  BOOL fdd_formatinit(void) { Line 221  BOOL fdd_formatinit(void) {
         return(FAILURE);          return(FAILURE);
 }  }
   
 BOOL fdd_formating(const BYTE *ID) {  BOOL fdd_formating(const UINT8 *ID) {
   
         sysmng_fddaccess(fdc.us);          sysmng_fddaccess(fdc.us);
         if (fddfile[fdc.us].type == DISKTYPE_D88) {          if (fddfile[fdc.us].type == DISKTYPE_D88) {

Removed from v.1.5  
changed lines
  Added in v.1.8


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