From ad0ffa73bd7e6f6ad79deb0ee751b459124ce7e6 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 10 Jun 2019 13:18:56 +0100 Subject: [PATCH] Update to v3.0a --- Makefile | 2 +- RELEASE_NOTES | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3ef89a42..eb948ec2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -export FW_VER := 2.13 +export FW_VER := 3.0a PROJ := FlashFloppy VER := v$(FW_VER) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 6af6ec8d..a8f52dcb 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -3,6 +3,12 @@ ** Keir Fraser ************************************ +** v3.0a - 10 June 2019 + - Disk Change Reset: Emulate explicit Reset signal of certain vintage drives + - Requires a hardware modification and FF.CFG: chgrst=pa14 + - Support ZHONGJY_TECH 2.23" 128x32 displays based on SSD1305 controller + - FF.CFG: display-type=oled-128x32-ztech + ** v2.13 - 7 June 2019 - HFE: Fix read buffering error - Update HxC Compat to v6-FF