From 105d0d77d86d7bbbdc725fa9b017bf063011b749 Mon Sep 17 00:00:00 2001 From: tomcw Date: Sun, 31 May 2020 16:39:50 +0100 Subject: [PATCH] 1.29.13.0: Updated version and History.txt --- bin/History.txt | 18 +++++++++++++++--- resource/version.h | 2 +- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/bin/History.txt b/bin/History.txt index dbb696eb..8ab500cd 100644 --- a/bin/History.txt +++ b/bin/History.txt @@ -9,6 +9,18 @@ https://github.com/AppleWin/AppleWin/issues/new Tom Charlesworth +1.29.13.0 - 31 May 2020 +----------------------- +. [Bug #790] Fixed regression for -d1,-d2 & -s7-empty-on-exit (introduced at 1.29.7.0). +. [Change #787] Debugger: Extended 'cycles part' command to do timings relative to a user-specified base. +. [Change #783] Debugger: Extended 'tf' command to include cycle count. +. [Change #720] Debugger: Added more symbols to APPLE2E.SYM. + - NB. LC ($C08n) symbols are now correct for the LC, so 'LDA $C08C,X' will disassemble as 'LDA LCRAMIN1_,X' + instead of 'LDA DATASTROBE,X'. So now perhaps less helpful when stepping Disk II code. +. [PR #785] Debugger: Improvements to Bookmarks. + - AppleWin.chm: Added debugger help about Bookmarks. + + 1.29.12.0 - 26 Apr 2020 ----------------------- . [PR #757] Allow use of an INI-file for configuration instead of the Registry (fixes #709). @@ -23,10 +35,10 @@ Tom Charlesworth 1.29.11.0 - 27 Mar 2020 ----------------------- -. [Bug #771] Added new command line switch to load custom ROM: -rom . +. [Change #771] Added new command line switch to load custom ROM: -rom . - Supports 12KiB (at $D000) and 16KiB (at $C000) rom files. . [Bug #765] Lancaster (Total Replay) hangs when starting second game. -. [Bug #734] DiskII controller card: support 13-sector firmware. +. [Change #734] DiskII controller card: support 13-sector firmware. - The card auto-selects the firmware based on the .woz (v2 or higher) image properties. - Only change the firmware at reset/reboot to avoid changing whilst running in $C6xx space! - Fixes 'The Best of MUSE' & 'MicroChess 2.0' (#732) @@ -54,7 +66,7 @@ Tom Charlesworth . [Bug #748] DiskII: data latch returns a rand() value when no disk is in drive. . [Bug #746] Debugger: correctly repaint Apple II screen when showing it from debugger. . [Bug #745] WOZ: Support for large tracks. -. [Bug #743] Added new command line switches: +. [Change #743] Added new command line switches: -left-alt-control-buttons : left-ctrl=button0, left-alt=button1 -right-alt-control-buttons : right-alt=button0, right-ctrl=button1 -swap-buttons : for swapping buttons 0 & 1 diff --git a/resource/version.h b/resource/version.h index a5cc76d0..c4ec4790 100644 --- a/resource/version.h +++ b/resource/version.h @@ -1,4 +1,4 @@ -#define APPLEWIN_VERSION 1,29,12,0 +#define APPLEWIN_VERSION 1,29,13,0 #define xstr(a) str(a) #define str(a) #a