|
cbmimage
|
Image specific settings for D80 and D82 images . More...
#include <internal.h>

Public Attributes | |
| const uint8_t * | sectors_in_track |
| number of sectors in a track | |
| uint16_t | track_lba_start [1+154] |
| the LBA of the start of each track | |
| cbmimage_i_bam_selector | bam [4] |
| the location of the BAM. At most two entries are needed (D71, D40 with 40 or 42 tracks) | |
| cbmimage_i_bam_counter_selector | bam_counter [4] |
| the location of the BAM counter. At most two entries are needed (D71, D40 with 40 or 42 tracks) | |
Image specific settings for D80 and D82 images .
this type contains data that is specific to the D80 and D82 images (which are almost identical)
The main contents are sectors_in_track and track_lba_start. Because these images contain different number of sectors on a track, it is easier to handle it via these arrays instead of calculating it every time it is needed