mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 10:28:19 -07:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user