HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
Track Header Contains the Physical Sectors, Cylinder, Side number From the original physical disk used to make the TeleDIsk image. More...
#include <td02lif.h>
Data Fields | |
uint8_t | PSectors |
uint8_t | PCyl |
uint8_t | PSide |
uint8_t | CRC |
Track Header Contains the Physical Sectors, Cylinder, Side number From the original physical disk used to make the TeleDIsk image.
uint8_t td_track_t::CRC |
Definition at line 145 of file td02lif.h.
Referenced by td0_unpack_track_header().
uint8_t td_track_t::PCyl |
Definition at line 140 of file td02lif.h.
Referenced by td0_read_disk(), and td0_unpack_track_header().
uint8_t td_track_t::PSectors |
Definition at line 138 of file td02lif.h.
Referenced by td0_read_disk(), and td0_unpack_track_header().
uint8_t td_track_t::PSide |
Definition at line 141 of file td02lif.h.
Referenced by td0_read_disk(), and td0_unpack_track_header().