HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
#include <drives.h>
Data Fields | |
int16_t | BYTES_PER_SECTOR |
int16_t | SECTORS_PER_TRACK |
int16_t | HEADS |
int16_t | CYLINDERS |
int16_t AMIGOGeometryType::BYTES_PER_SECTOR |
Definition at line 97 of file drives.h.
Referenced by display_Config(), format_drives(), hpdir_set_device(), Read_Config(), and verify_device().
int16_t AMIGOGeometryType::CYLINDERS |
Definition at line 100 of file drives.h.
Referenced by display_Config(), hpdir_set_device(), Read_Config(), and verify_device().
int16_t AMIGOGeometryType::HEADS |
Definition at line 99 of file drives.h.
Referenced by display_Config(), hpdir_set_device(), Read_Config(), and verify_device().
int16_t AMIGOGeometryType::SECTORS_PER_TRACK |
Definition at line 98 of file drives.h.
Referenced by display_Config(), hpdir_set_device(), Read_Config(), and verify_device().