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:
akuker 2021-12-28 18:30:20 -06:00 committed by GitHub
parent 3ad78e8312
commit 2c60a848a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

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