--- hatari/src/includes/gemdos_defines.h 2019/04/01 07:13:06 1.1 +++ hatari/src/includes/gemdos_defines.h 2019/04/09 08:48:40 1.1.1.3 @@ -22,7 +22,7 @@ #define GEMDOS_EPAPER -9 // Out of paper #define GEMDOS_EWRITF -10 // Write fault #define GEMDOS_EREADF -11 // Read fault -#define GEMDOS_EWRPRO -12 // Device is write protected +#define GEMDOS_EWRPRO -13 // Device is write protected #define GEMDOS_E_CHNG -14 // Media change detected #define GEMDOS_EUNDEV -15 // Unknown device #define GEMDOS_EINVFN -32 // Invalid function @@ -53,6 +53,7 @@ #define GEMDOS_FILE_ATTRIB_SYSTEM_FILE 0x04 #define GEMDOS_FILE_ATTRIB_VOLUME_LABEL 0x08 #define GEMDOS_FILE_ATTRIB_SUBDIRECTORY 0x10 +/* file was written and closed correctly (used automatically on gemdos >=0.15) */ #define GEMDOS_FILE_ATTRIB_WRITECLOSE 0x20 #endif /* HATARI_GEMDOS_DEFINES_H */