浏览代码

Fix scsi2sd-config failures under windows.

Michael McMaster 11 年之前
父节点
当前提交
4000243ff9
共有 2 个文件被更改,包括 7 次插入4 次删除
  1. 6 3
      lib/SCSI2SD/readme.txt
  2. 1 1
      lib/SCSI2SD/software/scsi2sd-config/main.c

+ 6 - 3
lib/SCSI2SD/readme.txt

@@ -15,12 +15,14 @@ Features
     In-built active terminator.
     In-built active terminator.
     Can optional supply terminator power back to the SCSI bus
     Can optional supply terminator power back to the SCSI bus
     Emulates a non-removable hard drive for maximum compatibility.
     Emulates a non-removable hard drive for maximum compatibility.
+    Supports sector sizes from 64 bytes to 2048 bytes
     Firmware updatable over USB
     Firmware updatable over USB
     Highly configurable over USB
     Highly configurable over USB
         Selectable SCSI ID
         Selectable SCSI ID
         Selectable parity support
         Selectable parity support
         Enable/disable Unit Attention Condition
         Enable/disable Unit Attention Condition
         Artificial limits on the SCSI disk size (eg. limit size to 4G to avoid OS bugs) 
         Artificial limits on the SCSI disk size (eg. limit size to 4G to avoid OS bugs) 
+        Sector size (can also be set via the SCSI MODE SELECT command, as sent by SCSI format utilities).
 
 
 
 
 Technical Specifications
 Technical Specifications
@@ -62,6 +64,7 @@ Users have reported success on these systems:
     Mac II running System 6.0.8
     Mac II running System 6.0.8
     Mac SE/30
     Mac SE/30
     Roland JS-30 Sampler
     Roland JS-30 Sampler
-    Akai S3200 Sampler
-    EMU Emulator E4X with EOS 3.00b 
-
+    Akai S1000, S3200, S3000XL, MPC 2000XL, DPS 12
+    EMU Emulator E4X with EOS 3.00b and E6400 (classic) with Eos 4.01
+    Ensoniq ASR-X
+    HP 16601A logic analyzer

+ 1 - 1
lib/SCSI2SD/software/scsi2sd-config/main.c

@@ -65,7 +65,7 @@ typedef struct __attribute((packed))
 
 
 
 
 	// Pad to 64 bytes, which is what we can fit into a USB HID packet.
 	// Pad to 64 bytes, which is what we can fit into a USB HID packet.
-	char reserved[28];
+	char reserved[26];
 } ConfigPacket;
 } ConfigPacket;
 
 
 static void printConfig(ConfigPacket* packet)
 static void printConfig(ConfigPacket* packet)