v2024.05.21
In this release
New Toolbox Platforms
BlueSCSI Toolbox is now on 4 platforms: Classic Mac, Amiga, DOS, and NeXT (in pre-release)
See the BlueSCSI Toolbox wiki page for the details.
@stinkerton18 also created a pre-made DOS image ready to boot your SCSI DOS System which you can find on our Images page
iomega ZIP disk support
BlueSCSI now emulates iomega ZIP 100 disks! the new ZP
prefix is used. Disk Jockey (thanks @OneGeekArmy !) has already added support for creating these disks (they need to be of an exact size to work) - We've also included blank ZIP images on the Mega drive.
This has been tested on the Roland 808 and Roland/Edirol A6 samplers and Macintosh.
Updated Hardware (Centronics 50)
New version of C50, shorter and with options for voltage regulator @androda
Logging
DebugLogMask
now allows you to filter the Debug logs to one device using a mask.
What's Changed
BlueSCSI Toolbox
- toolbox: Make Toolbox doCountFiles count the same way as onListFiles @nielsmh
- toolbox: Make Toolbox get_file_from_index count the same way as onLis… @nielsmh
toolbox: applicable fixes from 955729f. @nielsmh- End loop early if over index.
- Only initialize space we use in the buffer.
- Minor code reordering
- toolbox: Workaround for bug in lun handling and toolbox @erichelgeson
- toolbox: add api version, fix lun issue. @erichelgeson
- toolbox: bit of cleanup, make sure buffers are cleared @erichelgeson
- BlueSCSI Toolbox Developer Docs have been created on the wiki
NOTE: BlueSCSI Toolbox is getting a major upgrade next release with breaking changes, if you are developing on this API we have opened a Github Discussions for review and discussion. These breaking changes should have minimal impact to BlueSCSI Toolbox app development.
New
- Implement Iomega ZIP100 support @jokker7718
- scsi: Allow for a directory of Zip100's under ZPx/ folders @erichelgeson
- logging: DebugLogMask - Allows filtering by debug logs via SCSI ID Mask. @erichelgeson
- scsi: re-work switchNext to work with more than just CD's. @erichelgeson
Fixes
- scsi: Fix CD media change not properly detected on some hosts @nielsmh
- cdrom: honor different blocksizes when switching CDs @erichelgeson
- scsi: few fixes to Zip @erichelgeson
Full Changelog: v2024.04.02...v2024.05.21