Open erichelgeson opened 1 year ago
This would be awesome and eliminate the whole emulator shuffle workflow I'm fighting right now for my devices that don't have ethernet to access my NAS.
Would it be possible to pass through other SCSI devices, like a zip drive?
Would it be possible to pass through other SCSI devices, like a zip drive?
Not really in this future feature. The initiator mode hardware that @androda is working on should be able to, eventually.
Similar to how DietSCSI (BlueSCSI v1 fork) is doing USB pass through we could use TinyUSB to present the drive images as usb mass storage devices. Since HFS Fuse has been updated and things like CiderPress/etc can open volumes it would be handy to just be able to plug in your BlueSCSI to your modern or slightly less retro computer and have the HFS/etc volumes mounted.
I've done some work on this and will push a branch soon.