From 2c60a848a8c377b61f67f0930b8bccb46c8881ea Mon Sep 17 00:00:00 2001 From: akuker <34318535+akuker@users.noreply.github.com> Date: Tue, 28 Dec 2021 18:30:20 -0600 Subject: [PATCH] Add Apple CD Drive as pre-defined drive (#580) * Add Apple CD Drive as pre-defined drive * Fix block size for Apple CD-ROM Co-authored-by: Tony Kuker --- src/web/drive_properties.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/web/drive_properties.json b/src/web/drive_properties.json index d784b5b9..eb3880fd 100644 --- a/src/web/drive_properties.json +++ b/src/web/drive_properties.json @@ -418,5 +418,17 @@ "file_type": null, "description": "Boots DECstations and VAXstations. Use only with workstations of this vintage.", "url": "" +}, +{ + "device_type": "SCCD", + "vendor": "MATSHITA", + "product": "CD-ROM CR-8005 ", + "revision": "1.0k", + "block_size": 2048, + "size": null, + "name": "Apple CD 600e", + "file_type": null, + "description": "Emulates Apple CD ROM drive for use with Macintosh computers.", + "url": "" } ]