Created Supported Device Types (markdown)

Daniel Markstedt 2022-10-01 13:30:24 -07:00
parent c837f61f8b
commit ea8dad0de8
1 changed files with 14 additions and 0 deletions

14
Supported-Device-Types.md Normal file

@ -0,0 +1,14 @@
# Overview
This page summarizes the emulated device supported by RaSCSI, with notes on compatibility and device drivers for various platforms.
# Device Types
Device|Code|Supported Platforms|Notes
---|---|---|---
Hard Disk Drive|SCHD|all|
CD/DVD Drive|SCCD|all|The [Apple CD-ROM drivers](https://github.com/akuker/RASCSI/wiki/Drive-Setup#Mounting_CD_ISO_or_MO_images) are known to be picky about ISO images they will recognize
Removable Disk Drive|SCRM|all*|May depend on INQUIRY masquerading and proprietary device drivers, f.e. [Iomega Floptical](Iomega-Floptical)
Magneto-Optical Drive|SCMO|NeXT, X68000, etc.|
DaynaPORT SCSI/Link|SCDP|Macintosh, Atari ST|Requires [device drivers](Dayna-Port-SCSI-Link)
Host Bridge|SCBR|X68000|Enables ethernet networking and mounting a remote file system. Requires [device drivers](https://github.com/rdmark/RASCSI-X68k/wiki)
Host Services|SCHS|Atari ST|Enables remote control of the RaSCSI. Requires [device drivers](RaSCSI-Client-Tools)
Printer|SCLP|Atari ST|Requires [device drivers](RaSCSI-Client-Tools)