mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-08-05 18:25:42 +00:00
machinegazelle: Remove cdr_config property.
cdr_config is for IDE buses. Power Mac 6500 has SCSI CD-ROM. Continuation of commit "Define default GPU PCI device property value."
This commit is contained in:
@@ -115,14 +115,12 @@ static const PropMap pm6500_settings = {
|
||||
new BinProperty(0)},
|
||||
{"hdd_config",
|
||||
new StrProperty("Ide0:0")},
|
||||
{"cdr_config",
|
||||
new StrProperty("Ide1:0")},
|
||||
{"pci_F1",
|
||||
new StrProperty("AtiRageGT")},
|
||||
};
|
||||
|
||||
static std::vector<std::string> pm6500_devices = {
|
||||
"Psx", "PsxPci1", "ScreamerSnd", "OHare", "AtaHardDisk" /*, "AtapiCdrom" */
|
||||
"Psx", "PsxPci1", "ScreamerSnd", "OHare", "AtaHardDisk"
|
||||
};
|
||||
|
||||
static const MachineDescription pm6500_descriptor = {
|
||||
|
Reference in New Issue
Block a user