--- hatari/src/includes/floppy_stx.h 2019/04/09 08:54:32 1.1.1.1 +++ hatari/src/includes/floppy_stx.h 2019/04/09 08:55:45 1.1.1.2 @@ -85,7 +85,8 @@ typedef struct { #define STX_TRACK_FLAG_TRACK_IMAGE_SYNC (1<<7) /* bit 7, if set, the track image has a sync position */ - +#define STX_HEADER_ID "RSY\0" /* All STX files should start with these 4 bytes */ +#define STX_HEADER_ID_LEN 4 /* Header ID has 4 bytes */ typedef struct { /* Content of the STX header block (16 bytes) */