Add drive property for a generic 512 byte block size CD-ROM drive. Issue#417 (#808)

This commit is contained in:
Daniel Markstedt 2022-08-25 18:04:49 -07:00 committed by GitHub
parent 15c14e0404
commit aeb6576996
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -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": ""
}
]