From aeb657699647b4be25e38587cac0d104a80ff2d6 Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Thu, 25 Aug 2022 18:04:49 -0700 Subject: [PATCH] Add drive property for a generic 512 byte block size CD-ROM drive. Issue#417 (#808) --- python/web/src/drive_properties.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/python/web/src/drive_properties.json b/python/web/src/drive_properties.json index eb3880fd..0b5a1c60 100644 --- a/python/web/src/drive_properties.json +++ b/python/web/src/drive_properties.json @@ -430,5 +430,17 @@ "file_type": null, "description": "Emulates Apple CD ROM drive for use with Macintosh computers.", "url": "" +}, +{ + "device_type": "SCCD", + "vendor": null, + "product": null, + "revision": null, + "block_size": 512, + "size": null, + "name": "Generic CD-ROM 512 block size", + "file_type": null, + "description": "For use with host systems that expect the non-standard 512 byte block size for CD-ROM drives, such as Akai samplers.", + "url": "" } ]