From ea8dad0de8c2b24f2d7e3bd69b30395ca6365ecb Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Sat, 1 Oct 2022 13:30:24 -0700 Subject: [PATCH] Created Supported Device Types (markdown) --- Supported-Device-Types.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Supported-Device-Types.md diff --git a/Supported-Device-Types.md b/Supported-Device-Types.md new file mode 100644 index 0000000..faaf568 --- /dev/null +++ b/Supported-Device-Types.md @@ -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)