diff --git a/bin/History.txt b/bin/History.txt index c4a4556b..d93de1ab 100644 --- a/bin/History.txt +++ b/bin/History.txt @@ -11,9 +11,15 @@ Tom Charlesworth 1.30.19.0 - 28 Jul 2024 ----------------------- -- [Change #1207] Support for SmartPort hard disk controller for Enhanced //e. [@burniouf, @alupin65, @inexorabletash, @univta0001] +- [Change #1207] Support for SmartPort hard disk controller for Enhanced //e. [Thanks to @burniouf, with additional testing and input from: @alupin65, @inexorabletash, @univta0001] + - New HDC SmartPort firmware written by @burniouf. + - Enhanced //e defaults to using SmartPort firmware, and older Apple II's still use the older v2 firmware. + - Supports up to 8 SmartPort units per HDC (currently limited to 4GiB capacity for each unit). + - Supports up to 4 ProDOS block devices per HDC (previously was 2). + - Command line support only for slot 5 HDC (-s5 hdc) and hard disks after unit-2 (eg. -s5h3 , -s7h3 , etc). +- [Change #175] Improvements to the SSI263 emulation (mostly edge cases). Use in conjunction with mb-audit v1.53. - [Bug #926, #1315] DiskII Interface: 'DRIVES OFF' forces the control flipflops to clear. Fixes Infocom's Shogun & Zork0. [@sicklittlemonkey] -- [Bug #1308] Fix for corrupt 't' glyph. [@xotmatrix] +- [Bug #1308] Fix for corrupt 't' glyph. [@xotmatrix] and use actual II+ and Enhanced //e video character ROMs. - [Bug #1285] Fix crash in 6502 emulation at 0xFFFF boundary.