1.30.11.0: Update History.txt

This commit is contained in:
tomcw 2022-06-23 20:26:09 +01:00
parent ccea9d55f8
commit 92ea6f0c61
2 changed files with 4 additions and 2 deletions

View File

@ -9,11 +9,13 @@ https://github.com/AppleWin/AppleWin/issues/new
Tom Charlesworth
1.30.11.0 - 8 Jun 2022
1.30.11.0 - 23 Jun 2022
-----------------------
. [Change #1103] Debugger: support memory breakpoints for HDD DMA r/w's:
- When the debugger is active (eg. breakpoints enabled) then trap on HDD r/w's that match the BPM[R|W].
- NB. the breakpoint will fire after the whole HDD r/w operation has completed.
. [Bug #1110] Fix for WOZ and quarter tracks for A2osX's 192K floppy image.
- Support two adjacent phases turned off in rapid sequence.
. [Bug #1108] Fix for C3 ROM not set correctly when loading a save-state with a VidHD (in slot 3).
. [Bug #1106] Fix for minor screen corruption with VidHD enabled.
- Debugger: fix for mouse-click hit-tests with VidHD enabled.

View File

@ -1,4 +1,4 @@
#define APPLEWIN_VERSION 1,30,10,0
#define APPLEWIN_VERSION 1,30,11,0
#define xstr(a) str(a)
#define str(a) #a