Added HDD model tag capability and extra MS-6119 BIOS (#6287)

* Added HDD version tag capability

* Added additional PB MS-6119 BIOS
This commit is contained in:
mw308
2025-10-06 16:16:42 +01:00
committed by GitHub
parent 2193938266
commit 65cf2649f1
4 changed files with 19 additions and 1 deletions

View File

@@ -99,6 +99,7 @@ typedef struct hdd_preset_t {
uint32_t max_multiple;
double full_stroke_ms;
double track_seek_ms;
const char *version_ex;
} hdd_preset_t;
typedef struct hdd_cache_seg_t {
@@ -186,6 +187,8 @@ typedef struct hard_disk_t {
const char *model;
const char *version_ex;
hdd_zone_t zones[HDD_MAX_ZONES];
hdd_cache_t cache;