--- uae/src/include/filesys.h 2018/04/24 16:42:25 1.1.1.2 +++ uae/src/include/filesys.h 2018/04/24 16:47:41 1.1.1.4 @@ -6,20 +6,13 @@ * Copyright 1997 Bernd Schmidt */ -#define A_FIBF_SCRIPT (1<<6) -#define A_FIBF_PURE (1<<5) -#define A_FIBF_ARCHIVE (1<<4) -#define A_FIBF_READ (1<<3) -#define A_FIBF_WRITE (1<<2) -#define A_FIBF_EXECUTE (1<<1) -#define A_FIBF_DELETE (1<<0) - struct hardfiledata { unsigned long size; int nrcyls; int secspertrack; int surfaces; int reservedblocks; + int blocksize; FILE *fd; };