From 51802257aaba5c1ba49050f0258d2f4800aeb950 Mon Sep 17 00:00:00 2001 From: tomcw Date: Sat, 15 Jun 2019 22:38:31 +0100 Subject: [PATCH] 1.28.7.0: Updated version & history.txt --- bin/History.txt | 7 ++++++- resource/version.h | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/bin/History.txt b/bin/History.txt index 65331cba..cce7af1e 100644 --- a/bin/History.txt +++ b/bin/History.txt @@ -8,8 +8,13 @@ https://github.com/AppleWin/AppleWin/issues/new Tom Charlesworth +1.28.7.0 - 15 Jun 2019 +---------------------- +. [Bug #654] Fix for Sather's "Little Text Window" not rendering correctly. +. [Bug #654] Fix for 6522 TIMER1's period to be N+2 cycles. -1.28.6.0 - 1 Jun 2019 + +1.28.6.0 - 2 Jun 2019 --------------------- . [Bug #651] Cycle-accurate interrupts: - Interrupts sources are checked after every opcode (full-speed after every 40 opcodes). diff --git a/resource/version.h b/resource/version.h index e5ea18f6..57effbfb 100644 --- a/resource/version.h +++ b/resource/version.h @@ -1,4 +1,4 @@ -#define APPLEWIN_VERSION 1,28,6,0 +#define APPLEWIN_VERSION 1,28,7,0 #define xstr(a) str(a) #define str(a) #a