mirror of
https://github.com/akuker/RASCSI.git
synced 2024-12-21 23:29:39 +00:00
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 <akuker@gmail.com>
This commit is contained in:
parent
3ad78e8312
commit
2c60a848a8
@ -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": ""
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user