Skip to content

Commit 74d1283

Browse files
machineyosemite: register stock hard drive.
1 parent c7b0f00 commit 74d1283

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

machines/machineyosemite.cpp

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,17 +125,15 @@ static const PropMap yosemite_settings = {
125125
new IntProperty( 0, vector<uint32_t>({0, 8, 16, 32, 64, 128, 256}))},
126126
{"emmo",
127127
new BinProperty(0)},
128+
{"hdd_config",
129+
new StrProperty("CmdAta0:0")},
128130
{"cdr_config",
129131
new StrProperty("Ide0:0")},
130132
};
131133

132134
static vector<string> yosemite_devices = {
133-
<<<<<<< HEAD
134-
"Grackle", Dec21154", "CmdAta", "BurgundySnd", "Heathrow", "AtaHardDisk",
135+
"Grackle", "Dec21154", "CmdAta", "BurgundySnd", "Heathrow", "AtaHardDisk",
135136
"AtapiCdrom"
136-
=======
137-
"Grackle", "Dec21154", "CmdAta", "BurgundySnd", "Heathrow", "AtapiCdrom"
138-
>>>>>>> ae990304f... Fix machineyosemite
139137
};
140138

141139
static const MachineDescription yosemite_descriptor = {

0 commit comments

Comments
 (0)