mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-23 21:34:06 +00:00
machinegossamer: add primary IDE hard disk drive.
This commit is contained in:
parent
446b1b8d99
commit
ada68ffc71
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user