-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
export FW_VER := 3.4a | ||
export FW_VER := 3.5a | ||
|
||
PROJ := FlashFloppy | ||
VER := v$(FW_VER) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
** Keir Fraser <[email protected]> | ||
************************************ | ||
|
||
** v3.5a - 9 October 2019 | ||
- New Main Menu: Press Prev/Next or Select with no Flash drive inserted | ||
- Factory Reset, Firmware Update, OSD Config | ||
- OSD: Must be updated to latest version: v1.7 or later! | ||
- OSD: Receive Gotek button commands via I2C | ||
- OSD: Default to 40 columns if no other display is connected | ||
- TR-DOS (TRD): Fix geometry detection based on TR-DOS header | ||
|
||
** v3.4a - 25 September 2019 | ||
- FF OSD support | ||
- Bus sharing with existing LCD/OLED display | ||
|