mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-22 15:29:58 +00:00
machineyosemite: register stock hard drive.
This commit is contained in:
parent
2132922c7b
commit
b3eb1f6419
@ -125,12 +125,15 @@ static const PropMap yosemite_settings = {
|
|||||||
new IntProperty( 0, vector<uint32_t>({0, 8, 16, 32, 64, 128, 256}))},
|
new IntProperty( 0, vector<uint32_t>({0, 8, 16, 32, 64, 128, 256}))},
|
||||||
{"emmo",
|
{"emmo",
|
||||||
new BinProperty(0)},
|
new BinProperty(0)},
|
||||||
|
{"hdd_config",
|
||||||
|
new StrProperty("CmdAta0:0")},
|
||||||
{"cdr_config",
|
{"cdr_config",
|
||||||
new StrProperty("Ide0:0")},
|
new StrProperty("Ide0:0")},
|
||||||
};
|
};
|
||||||
|
|
||||||
static vector<string> yosemite_devices = {
|
static vector<string> yosemite_devices = {
|
||||||
"Grackle", "Dec21154", "CmdAta", "BurgundySnd", "Heathrow", "AtapiCdrom"
|
"Grackle", "Dec21154", "CmdAta", "BurgundySnd", "Heathrow", "AtaHardDisk",
|
||||||
|
"AtapiCdrom"
|
||||||
};
|
};
|
||||||
|
|
||||||
static const MachineDescription yosemite_descriptor = {
|
static const MachineDescription yosemite_descriptor = {
|
||||||
|
Loading…
Reference in New Issue
Block a user