zuluscsi.ini 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. [SCSI]
  2. # Settings that apply to all SCSI IDs
  3. # Select a system preset to apply default settings
  4. # Known systems: "Mac", "MacPlus"
  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. # ROM settings
  23. #DisableROMDrive = 1 # Disable the ROM drive if it has been loaded to flash
  24. #ROMDriveSCSIID = 7 # Override ROM drive's SCSI ID
  25. # Settings that can be specified either per-device or for all devices.
  26. #Vendor = "QUANTUM"
  27. #Product = "FIREBALL1"
  28. #Version = "1.0"
  29. #Serial = "0123456789ABCDEF"
  30. #Type = 0 # 0: Fixed, 1: Removable, 2: Optical, 3: Floppy, 4: Mag-optical, 5: Tape
  31. #TypeModifier = 0 # Affects only INQUIRY response
  32. #SectorsPerTrack = 63
  33. #HeadsPerCylinder = 255
  34. #RightAlignStrings = 0 # Right-align SCSI vendor / product strings, defaults on if Quirks = 1
  35. #PrefetchBytes = 8192 # Maximum number of bytes to prefetch after a read request, 0 to disable
  36. #ReinsertCDOnInquiry = 1 # Reinsert any ejected CD-ROM image on Inquiry command
  37. #ReinsertAfterEject = 1 # Reinsert next CD image after eject, if multiple images configured.
  38. # Settings can be overridden for individual devices.
  39. #[SCSI2]
  40. #Product = "Disk with ID2"
  41. #[SCSI5]
  42. #Product = "CD-ROM Drive"
  43. #Type = 2
  44. # If IMG0..IMG9 are specified, they are cycled after each CD eject command.
  45. #IMG0 = FirstCD.iso
  46. #IMG1 = SecondCD.bin
  47. # Raw sector range from SD card can be passed through
  48. # Format is RAW:first_sector:last_sector where sector numbers can be decimal or hex.
  49. # If end sector is beyond end of SD card, it will be adjusted automatically.
  50. # [SCSI4]
  51. # IMG0 = RAW:0x00000000:0xFFFFFFFF # Whole SD card