HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
Sector Header Contents of the Sector ID fields which preceeded the sector data From the original physical disk used to make the TeleDIsk image. More...
#include <td02lif.h>
Data Fields | |
uint8_t | Cyl |
uint8_t | Side |
uint8_t | Sector |
uint8_t | SizeExp |
uint8_t | Flags |
uint8_t | CRC |
Sector Header Contents of the Sector ID fields which preceeded the sector data From the original physical disk used to make the TeleDIsk image.
uint8_t td_sector_t::CRC |
Definition at line 167 of file td02lif.h.
Referenced by td0_read_disk(), and td0_unpack_sector_header().
uint8_t td_sector_t::Cyl |
Definition at line 153 of file td02lif.h.
Referenced by td0_read_disk(), td0_sectorinfo(), and td0_unpack_sector_header().
uint8_t td_sector_t::Flags |
Definition at line 158 of file td02lif.h.
Referenced by td0_read_disk(), and td0_unpack_sector_header().
uint8_t td_sector_t::Sector |
Definition at line 155 of file td02lif.h.
Referenced by td0_read_disk(), td0_sectorinfo(), and td0_unpack_sector_header().
uint8_t td_sector_t::Side |
Definition at line 154 of file td02lif.h.
Referenced by td0_read_disk(), td0_sectorinfo(), and td0_unpack_sector_header().
uint8_t td_sector_t::SizeExp |
Definition at line 156 of file td02lif.h.
Referenced by td0_read_disk(), td0_sectorinfo(), and td0_unpack_sector_header().