Attempted fix for SCSI disk seek timings.

This commit is contained in:
OBattler
2023-12-28 18:34:35 +01:00
parent d0271e5d54
commit c255bd5161
2 changed files with 18 additions and 4 deletions

View File

@@ -159,8 +159,8 @@ typedef struct hard_disk_t {
char fn[1024]; /* Name of current image file */
char vhd_parent[1041]; /* Differential VHD parent file */
uint32_t res0;
uint32_t pad1;
uint32_t seek_pos;
uint32_t seek_len;
uint32_t base;
uint32_t spt;
uint32_t hpc; /* Physical geometry parameters */