zuluscsi.ini 3.6 KB

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