diff options
Diffstat (limited to 'src/lib/formats/ace_tap.h')
-rw-r--r-- | src/lib/formats/ace_tap.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/lib/formats/ace_tap.h b/src/lib/formats/ace_tap.h index 27a1e93129d..0113fdf6484 100644 --- a/src/lib/formats/ace_tap.h +++ b/src/lib/formats/ace_tap.h @@ -16,14 +16,14 @@ #if 0 struct ace_tape_t { - UINT8 hdr_type; - UINT8 hdr_name[10]; - UINT16 hdr_len; - UINT16 hdr_addr; - UINT8 hdr_vars[8]; - UINT8 hdr_3c4c; - UINT8 hdr_3c4d; - UINT16 dat_len; + uint8_t hdr_type; + uint8_t hdr_name[10]; + uint16_t hdr_len; + uint16_t hdr_addr; + uint8_t hdr_vars[8]; + uint8_t hdr_3c4c; + uint8_t hdr_3c4d; + uint16_t dat_len; }; #endif |