machinegossamer: add primary IDE hard disk drive.

This commit is contained in:
Maxim Poliakovski 2023-11-22 17:10:18 +01:00
parent 446b1b8d99
commit ada68ffc71
1 changed files with 3 additions and 1 deletions

View File

@ -160,12 +160,14 @@ static const PropMap gossamer_settings = {
new IntProperty( 0, vector<uint32_t>({0, 8, 16, 32, 64, 128, 256}))},
{"emmo",
new BinProperty(0)},
{"hdd_config",
new StrProperty("Ide0:0")},
{"cdr_config",
new StrProperty("Ide1:0")},
};
static vector<string> pmg3_devices = {
"Grackle", "ScreamerSnd", "Heathrow", "AtiRageGT", "AtapiCdrom"
"Grackle", "ScreamerSnd", "Heathrow", "AtiRageGT", "AtaHardDisk", "AtapiCdrom"
};
static const MachineDescription pmg3dt_descriptor = {