mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-26 13:49:21 +00:00
Add drive property for a generic 512 byte block size CD-ROM drive. Issue#417 (#808)
This commit is contained in:
parent
15c14e0404
commit
aeb6576996
@ -430,5 +430,17 @@
|
|||||||
"file_type": null,
|
"file_type": null,
|
||||||
"description": "Emulates Apple CD ROM drive for use with Macintosh computers.",
|
"description": "Emulates Apple CD ROM drive for use with Macintosh computers.",
|
||||||
"url": ""
|
"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": ""
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user