Skip to content

Commit

Permalink
v2.16.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdelnero committed Jan 4, 2025
1 parent 8f0923f commit 9364cff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build/version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define FILE_VERSION 2,16,9,1
#define STR_FILE_VERSION "2,16,9,1\0"
#define STR_FILE_VERSION2 "2.16.9.1"
#define STR_DATE "3 Jan 2025\0"
#define FILE_VERSION 2,16,9,2
#define STR_FILE_VERSION "2,16,9,2\0"
#define STR_FILE_VERSION2 "2.16.9.2"
#define STR_DATE "4 Jan 2025\0"
#define NOMFENETRE "HxCFloppyEmulator v" STR_FILE_VERSION2

#define FILEVER FILE_VERSION
Expand Down
6 changes: 5 additions & 1 deletion hxcfloppyemulator_soft_release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Sources : https://github.com/jfdelnero/HxCFloppyEmulator
** **** 2025 : HxCFloppyEmulator *.*.*.* - (Work in progress/beta version)

*** Latest beta version : https://hxc2001.com/download/floppy_drive_emulator/HxCFloppyEmulator_soft_beta.zip ***
*** Last update : v2.16.9.1, 3 Jan 2025 ***
*** Last update : v2.16.9.2, 4 Jan 2025 ***

-> New Writer : PNG file (Disk/tracks and stream layouts) -> Disk layout can now be exported into a PNG file (for disk analysis) !

Expand Down Expand Up @@ -69,6 +69,10 @@ Sources : https://github.com/jfdelnero/HxCFloppyEmulator

-> New build target : Emscripten / Web page (Experimental state)

-> SAP Loader (Thomson TO8) : SAP_LOADER_GAP3_VALUE setting to change/force the GAP 3 length.

-> CPC EDSK writer : GAP 3 value guessing + CPCDSK_WRITER_GAP3_VALUE setting to force it to a specific length.

/*********************************************************

/*********************************************************
Expand Down

0 comments on commit 9364cff

Please sign in to comment.