HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
Comment header Only used when bit 7 of TrackDensity in TeleDisk Header is set. More...
#include <td02lif.h>
Data Fields | |
uint16_t | CRC |
uint16_t | Size |
uint8_t | Year |
uint8_t | Month |
uint8_t | Day |
uint8_t | Hour |
uint8_t | Minute |
uint8_t | Second |
Comment header Only used when bit 7 of TrackDensity in TeleDisk Header is set.
uint16_t td_comment_t::CRC |
Definition at line 123 of file td02lif.h.
Referenced by td0_open(), and td0_unpack_comment_header().
uint8_t td_comment_t::Day |
Definition at line 127 of file td02lif.h.
Referenced by td0_open(), and td0_unpack_comment_header().
uint8_t td_comment_t::Hour |
Definition at line 128 of file td02lif.h.
Referenced by td0_open(), and td0_unpack_comment_header().
uint8_t td_comment_t::Minute |
Definition at line 129 of file td02lif.h.
Referenced by td0_open(), and td0_unpack_comment_header().
uint8_t td_comment_t::Month |
Definition at line 126 of file td02lif.h.
Referenced by td0_open(), and td0_unpack_comment_header().
uint8_t td_comment_t::Second |
Definition at line 130 of file td02lif.h.
Referenced by td0_open(), and td0_unpack_comment_header().
uint16_t td_comment_t::Size |
Definition at line 124 of file td02lif.h.
Referenced by td0_open(), and td0_unpack_comment_header().
uint8_t td_comment_t::Year |
Definition at line 125 of file td02lif.h.
Referenced by td0_open(), and td0_unpack_comment_header().