From 1051a7fb9b75d00954a4facb960743ab37e1170d Mon Sep 17 00:00:00 2001 From: Maxim Poliakovski Date: Sun, 18 Jun 2023 23:43:08 +0200 Subject: [PATCH] machinegossamer: attach ATAPI CD-ROM. --- machines/machinegossamer.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/machines/machinegossamer.cpp b/machines/machinegossamer.cpp index dd65f05..9c528d0 100644 --- a/machines/machinegossamer.cpp +++ b/machines/machinegossamer.cpp @@ -160,10 +160,12 @@ static const PropMap gossamer_settings = { new IntProperty( 0, vector({0, 8, 16, 32, 64, 128, 256}))}, {"emmo", new BinProperty(0)}, + {"cdr_config", + new StrProperty("Ide1:0")}, }; static vector pmg3_devices = { - "Grackle", "ScreamerSnd", "Heathrow", "AtiRageGT" + "Grackle", "ScreamerSnd", "Heathrow", "AtiRageGT", "AtapiCdrom" }; static const MachineDescription pmg3dt_descriptor = {