This commit is contained in:
Jean-François DEL NERO
2024-12-01 20:55:27 +01:00
parent 78548a8959
commit 1c33aa2f88
2 changed files with 7 additions and 5 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
#define FILE_VERSION 2,16,5,1
#define STR_FILE_VERSION "2,16,5,1\0"
#define STR_FILE_VERSION2 "2.16.5.1"
#define STR_DATE "24 Nov 2024\0"
#define FILE_VERSION 2,16,6,1
#define STR_FILE_VERSION "2,16,6,1\0"
#define STR_FILE_VERSION2 "2.16.6.1"
#define STR_DATE "1 Dec 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.5.1, 24 Nov 2024 ***
*** Last update : v2.16.6.1, 1 Dec 2024 ***
-> New Writer : PNG file (Disk/tracks and stream layouts) -> Disk layout can now be exported into a PNG file (for disk analysis) !
@@ -61,6 +61,8 @@ Sources : https://github.com/jfdelnero/HxCFloppyEmulator
-> FLTK updated to v1.4.0-1 for all platforms.
-> New Loader : Mame MFI files. (WIP!)
/*********************************************************
/*********************************************************