v2.16.4.1

This commit is contained in:
Jean-François DEL NERO
2024-10-13 10:24:09 +02:00
parent 890eef5f97
commit 983a805518
2 changed files with 7 additions and 5 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
#define FILE_VERSION 2,16,3,2
#define STR_FILE_VERSION "2,16,3,2\0"
#define STR_FILE_VERSION2 "2.16.3.2"
#define STR_DATE "16 Sept 2024\0"
#define FILE_VERSION 2,16,4,1
#define STR_FILE_VERSION "2,16,4,1\0"
#define STR_FILE_VERSION2 "2.16.4.1"
#define STR_DATE "13 Oct 2024\0"
#define NOMFENETRE "HxCFloppyEmulator v" STR_FILE_VERSION2
#define FILEVER FILE_VERSION
+3 -1
View File
@@ -20,7 +20,7 @@ Sources : https://github.com/jfdelnero/HxCFloppyEmulator
** **** 2024 : HxCFloppyEmulator *.*.*.* - (Work in progress/beta version)
*** Latest beta version : https://hxc2001.com/download/floppy_drive_emulator/HxCFloppyEmulator_soft_beta.zip ***
*** Last update : v2.16.3.2, 16 Sept 2024 ***
*** Last update : v2.16.4.1, 13 Oct 2024 ***
-> New Writer : PNG file (Disk/tracks and stream layouts) -> Disk layout can now be exported into a PNG file (for disk analysis) !
@@ -57,6 +57,8 @@ Sources : https://github.com/jfdelnero/HxCFloppyEmulator
-> new SECTOR_SIZE_FIELD_MASK variable to set the sector size id mask.
-> SCP Writer : Align tracks to the first index.
/*********************************************************
/*********************************************************