v2023.07.03
erichelgeson
released this
03 Jul 20:39
·
229 commits
to main
since this release
Full Changelog: v2023.04.10...v2023.07.03
Discussion: #48
How to Update: https://github.com/BlueSCSI/BlueSCSI-v2/wiki/Updating-Firmware
Highlights
New!
- Hardware: 2023_03a version of Centronics 50 Pin #24 - @androda
- Support for Atari ST ICD extensions #36 - @mynameistroy
- Validate Macintosh Disks #43 - @erichelgeson
- .bin/.cue support - @PetteriAimonen @saybur CUEParser
- Various CD and Image Set fixes - @saybur @PetteriAimonen (see full changelog)
- Various CD SCSI commands and fixes - @saybur @PetteriAimonen (see full changelog)
- Monitor board supply voltage and warn if voltage drops too low. @PetteriAimonen 6dd37e3
- Log voltage when booting for troubleshooting - @erichelgeson ba4b501
- Improved OMTI support @Kars-de-Jong d7ccb90
- Add X68000 preset @erichelgeson be6d1ad
- Add rudimentary support for tapes - @Kars-de-Jong cc3587d
- More tape command implementations: Erase, Seek, ReadPosition, Write, ReadBlockLimits, WriteFilemarks (dummy result), Verify (dummy result) - @PetteriAimonen a75508c, ea15cd2
Fixes!
- Parity is properly ignored when Parity=0 #30 @mynameistroy
- Fix crash when using ID7 @erichelgeson c26d484
- Set Inquiry standard version based on EnableSCSI2 setting @PetteriAimonen 6b13c94
- Fix crash when switching between FAT and exFAT formatted cards. @PetteriAimonen 65a4566
- Add support for 2GB SD cards @PetteriAimonen 66c1e47
- Fixes hard coded block sizes in multiple locations. #47 - @erichelgeson
Chore!
- Update to raspberrypi@1.9.0 platform ccb2295 @erichelgeson
New or changed config params
Parity
is nowEnableParity
BlockSize
- allow block size to be overridden at the ini levelDisableConfigHook
- skip any defined Configuration Hooks