HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
Go to the documentation of this file.
45 #define TD_HEADER_SIZE 12
46 #define TD_COMMENT_SIZE 10
48 #define TD_TRACK_SIZE 4
50 #define TD_SECTOR_SIZE 6
55 #define MAXSECTORS 255
64 #define MAXTRACKS (MAXCYL * MAXSIDES)
293 void td0_B2S ( uint8_t *B ,
int index , uint8_t *name ,
int size );
294 uint16_t
td0_crc16 ( uint8_t *B , uint16_t crc , uint16_t poly ,
int size );
301 int td0_read (
void *p ,
int osize ,
int size ,
FILE *fp );
302 int td0_rle ( uint8_t *
dst , uint8_t *src ,
int max );
314 int td02lif (
int argc ,
char *argv []);
int td0_open(disk_t *disk, char *name)
Opne TeleDisk image file process header and optional comment block.
void td0_init_sectors(disk_t *disk)
Initialize track sector information Optionally decompress the data if decompression is enabled.
uint16_t td0_crc16(uint8_t *B, uint16_t crc, uint16_t poly, int size)
Compute CRC16 of 8bit data.
Master LIF data structure Contains image file name Volume Structure Current Directory Entry read/writ...
int td0_unpack_track_header(uint8_t *B, td_track_t *p)
Extract TeleDisk track header data in architecture nutral way.
dst_t dst
DST start and stop in GMT epoch.
Sector information and Sector "ID".
liftel_t liftel
Teledisk liftel analysis and user overrides.
#define MAXSECTORS
Maximum number of sectors per track Used for sector data and sorting tables.
int td0_unpack_disk_header(uint8_t *B, td_header_t *p)
Extract TeleDisk image header data in architecture nutral way.
disk_t disk
Dave Dunfiled LZSS expander.
void td0_sectorinfo(td_sector_t *P)
Display TeleDisk sector data.
Master TeleDisk Format Analisis structure We look for the specifications of LIF image stored inside t...
int td0_rle(uint8_t *dst, uint8_t *src, int max)
Expand a Run Length encoded TeleDisk sector Notes: the source length is encoded in the source data Cr...
int td02lif(int argc, char *argv[])
Convert a Teledisk LIF formatted disk image into a pure LIF image.
int Sectors
Parameters of LIf image inside TeleDisk image - AFTER analysis.
long td0_density2bitrate(uint8_t density)
Convert Denisity to bitrate @We don't care about the density except as a possible filter.
void td0_hexdump(uint8_t *data, int size)
hex listing of data
void td0_B2S(uint8_t *B, int index, uint8_t *name, int size)
Create a string from data that has no EOS but known size.
int td0_read(void *p, int osize, int size, FILE *fp)
Read TeleDisk image data block Optionally decompress the data if decompression is enabled.
int td0_unpack_comment_header(uint8_t *B, td_comment_t *p)
Extract TeleDisk comment header data in architecture nutral way.
int td0_analize_format(disk_t *disk)
Analize TeleDisk disk sector data Problem: We may have a disk that was reformatted multiple times Eac...
int td0_save_lif(disk_t *disk, lif_t *LIF)
save remaining sectors as LIF data
void td0_compressed(int flag)
Enable TeleDisk image compression mode.
int debuglevel
Debug flag - used to log GPIB and emulator messages.
void td0_init_liftel(void)
TeleDisk image Analisis structure Find attributes of LIF image stored in TeleDisk image.
void td0_trackinfo(disk_t *disk, int trackind, int index)
Display TeleDisk track sector values.
Track Header Contains the Physical Sectors, Cylinder, Side number From the original physical disk use...
uint32_t time_t
type of EPOCH result.
int td0_read_disk(disk_t *disk)
Read TeleDisk image file and save all sector data.
int td0_unpack_sector_header(uint8_t *B, td_sector_t *p)
Extract TeleDisk sector header data in architecture nutral way.
int td0_save_lif_sector(disk_t *disk, uint8_t *data, int size, lif_t *LIF)
Process all sectors on a track from TeleDisk image.
Sector Header Contents of the Sector ID fields which preceeded the sector data From the original phys...