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:
joevt
2025-04-04 18:34:46 -07:00
committed by dingusdev
parent b2bff25cc2
commit a628d8aa5d

View File

@@ -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 = {