-
Notifications
You must be signed in to change notification settings - Fork 105
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
1 changed file
with
9 additions
and
0 deletions.
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 |
---|---|---|
|
@@ -3,6 +3,15 @@ | |
** Keir Fraser <[email protected]> | ||
************************************ | ||
|
||
** v1.9 - 1 March 2023 | ||
- HFE: Support reading and writing HFEv3 image files | ||
- For example: gw convert Game.ipf Game.hfe::version=3 | ||
- Useful for running converted IPFs on FlashFloppy Goteks | ||
- MSA: Read & write Atari ST MSA image files | ||
- D88: Remove hard-coded track double-stepping | ||
- TSC Flex: Add diskdef disk definitions | ||
- Various bug fixes | ||
|
||
** v1.8 - 4 February 2023 | ||
- IMD: Read & write IMD image files | ||
- IMG, diskdef: Allow sector padding in IMG files | ||
|