瀏覽代碼

Clarify DIP switches are model-specific

Alex Perez 3 年之前
父節點
當前提交
da1a65a7dc
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -60,13 +60,15 @@ The necessary programmer utility for Windows can be downloaded from [GD32 websit
 
 
 DIP switches
 DIP switches
 ------------
 ------------
-The DIP switch settings are as follows:
+For ZuluSCSI V1.1, the DIP switch settings are as follows:
 
 
 - DEBUG: Enable verbose debug log (saved to `Zululog.txt`)
 - DEBUG: Enable verbose debug log (saved to `Zululog.txt`)
 - TERM: Enable SCSI termination
 - TERM: Enable SCSI termination
 - BOOT: Enable built-in USB bootloader, this DIP switch MUST remain off during normal operation.
 - BOOT: Enable built-in USB bootloader, this DIP switch MUST remain off during normal operation.
 - SW1: Enables/disables Macintosh/Apple specific mode-pages and device strings, which eases disk initialization when performing fresh installs on legacy Macintosh computers.
 - SW1: Enables/disables Macintosh/Apple specific mode-pages and device strings, which eases disk initialization when performing fresh installs on legacy Macintosh computers.
 
 
+ZuluSCSI Mini has no DIP switches, so all optional configuration parameters must be defined in zuluscsi.ini
+
 Project structure
 Project structure
 -----------------
 -----------------
 - **src/ZuluSCSI.cpp**: Main portable SCSI implementation.
 - **src/ZuluSCSI.cpp**: Main portable SCSI implementation.