zuluscsi.ini 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. [SCSI]
  2. # Settings that apply to all SCSI IDs
  3. # Select a system preset to apply default settings
  4. # Known systems: "Mac", "MacPlus", "MPC3000", "MegaSTE", "X68000"
  5. #System="Mac"
  6. #Debug = 0 # Same effect as DIPSW2, enables verbose log messages
  7. #DebugLogMask = 255 # A bit mask for SCSI IDs 0-7, filters only matching SCSI ID debug messages
  8. #DebugIgnoreBusyFree = 0 # Set to 1 to ignore the BUS_FREE and BUS_BUSY logging
  9. #SelectionDelay = 255 # Millisecond delay after selection, 255 = automatic, 0 = no delay
  10. #Dir = "/" # Optionally look for image files in subdirectory
  11. #Dir2 = "/images" # Multiple directories can be specified Dir1...Dir9
  12. #DisableStatusLED = 1 # 0: Use status LED, 1: Disable status LED
  13. #EnableToolbox = 1 # Enable Toolbox API. Disabled by default for compatibility reasons.
  14. # NOTE: PhyMode is only relevant for ZuluSCSI V1.1 at this time.
  15. #PhyMode = 0 # 0: Best available 1: PIO 2: DMA_TIMER 3: GREENPAK_PIO 4: GREENPAK_DMA
  16. # The PhyMode parameter has no effect on ZuluSCSI RP2040-based platforms, as there is only one PHY mode.
  17. # Settings that can be needed for compatibility with some hosts
  18. #Quirks = 0 # 0: Standard, 1: Apple, 2: OMTI, 4: Xebec, 8: VMS, 16: X68000, 32: EWSD
  19. #EnableUnitAttention = 0 # Post UNIT_ATTENTION status on power-on or SD card hotplug
  20. #EnableSCSI2 = 1 # Enable faster speeds of SCSI2
  21. #EnableSelLatch = 0 # For Philips P2000C and other devices that release SEL signal before BSY
  22. #EnableParity = 1 # Enable parity checks on platforms that support it (RP2040)
  23. #MapLunsToIDs = 0 # For Philips P2000C simulate multiple LUNs
  24. #MaxSyncSpeed = 10 # Set to 5 or 10 to enable synchronous SCSI mode, 0 to disable
  25. #InitPreDelay = 0 # How many milliseconds to delay before the SCSI interface is initialized
  26. #InitPostDelay = 0 # How many milliseconds to delay after the SCSI interface is initialized
  27. # ROM settings
  28. #DisableROMDrive = 1 # Disable the ROM drive if it has been loaded to flash
  29. #ROMDriveSCSIID = 7 # Override ROM drive's SCSI ID
  30. #Initiator settings
  31. #InitiatorID = 7 # SCSI ID, 0-7, when the device is in initiator mode, default is 7
  32. #InitiatorMaxRetry = 5 # number of retries on failed reads 0-255, default is 5
  33. #InitiatorImageHandling = 0 # 0: skip exisitng images, 1: create new image with incrementing suffix, 2: overwrite exising image
  34. #EnableCDAudio = 0 # 1: Enable CD audio - an external I2S DAC on the v1.2 is required
  35. # Settings that can be specified either per-device or for all devices.
  36. # Select a device preset to apply default settings
  37. # Known systems: "ST32430N"
  38. #Device = "ST32430N"
  39. #Vendor = "QUANTUM"
  40. #Product = "FIREBALL1"
  41. #Version = "1.0"
  42. #Serial = "0123456789ABCDEF"
  43. #Type = 0 # 0: Fixed, 1: Removable, 2: Optical, 3: Floppy, 4: Mag-optical,
  44. # 5: Tape, 6: Network, 7: Zip100
  45. #VendorExtensions = 0 # Bit flags for specific extensions per device type
  46. # CDROM - 1: Plextor's d8h vendor command
  47. #TypeModifier = 0 # Affects only INQUIRY response
  48. #SectorsPerTrack = 63
  49. #HeadsPerCylinder = 255
  50. #RightAlignStrings = 0 # Right-align SCSI vendor / product strings
  51. #PrefetchBytes = 8192 # Maximum number of bytes to prefetch after a read request, 0 to disable
  52. #ReinsertCDOnInquiry = 1 # Reinsert any ejected CD-ROM image on Inquiry command
  53. #ReinsertAfterEject = 1 # Reinsert next CD image after eject, if multiple images configured.
  54. #EjectButton = 0 # Enable eject by button 1 or 2, or set 0 to disable
  55. #CDAVolume = 63 # Change CD Audio default volume. Maximum 255.
  56. #DisableMacSanityCheck = 0 # Disable sanity warnings for Mac disk drives. Default is 0 - enable checks
  57. #BlockSize = 0 # Set the drive's blocksize, defaults to 2048 for CDs and 512 for all other drives
  58. # SCSI DaynaPORT settings
  59. #WiFiSSID = "Wifi SSID string"
  60. #WiFiPassword = "WiFi Password"
  61. #WiFiMACAddress = "01:23:45:67:89"
  62. # Settings can be overridden for individual devices.
  63. #[SCSI2]
  64. #Product = "Disk with ID2"
  65. #[SCSI5]
  66. #Product = "CD-ROM Drive"
  67. #Type = 2
  68. # If IMG0..IMG9 are specified, they are cycled after each eject command.
  69. #IMG0 = FirstCD.iso
  70. #IMG1 = SecondCD.bin
  71. # Raw sector range from SD card can be passed through
  72. # Format is RAW:first_sector:last_sector where sector numbers can be decimal or hex.
  73. # If end sector is beyond end of SD card, it will be adjusted automatically.
  74. # [SCSI4]
  75. # IMG0 = RAW:0x00000000:0xFFFFFFFF # Whole SD card