machinegossamer: attach ATAPI CD-ROM.

This commit is contained in:
Maxim Poliakovski 2023-06-18 23:43:08 +02:00
parent 0687b0c60e
commit 1051a7fb9b

View File

@ -160,10 +160,12 @@ static const PropMap gossamer_settings = {
new IntProperty( 0, vector<uint32_t>({0, 8, 16, 32, 64, 128, 256}))},
{"emmo",
new BinProperty(0)},
{"cdr_config",
new StrProperty("Ide1:0")},
};
static vector<string> pmg3_devices = {
"Grackle", "ScreamerSnd", "Heathrow", "AtiRageGT"
"Grackle", "ScreamerSnd", "Heathrow", "AtiRageGT", "AtapiCdrom"
};
static const MachineDescription pmg3dt_descriptor = {