mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-22 09:30:15 +00:00
1.30.6.0: Update History.txt
This commit is contained in:
parent
5dd5d563b0
commit
4d14d719b9
@ -8,6 +8,15 @@ https://github.com/AppleWin/AppleWin/issues/new
|
||||
|
||||
Tom Charlesworth
|
||||
|
||||
1.30.6.0 - 30 Oct 2021
|
||||
----------------------
|
||||
. [Bug #993] Fix Mousecard not persisting after a machine's hardware changes. (Regression at 1.30.5.0)
|
||||
. [Bug #985] Fix one-shot paddle timers. [xotmatrix]
|
||||
. [Bug #989] Debugger: Fix disassembly for NMOS 6502's JMP (Indirect) not showing correct target address.
|
||||
. [Change #987] Debugger: Add 'lbr' command to show Last Branch Record for a change to the control-flow from an instruction or interrupt.
|
||||
- NB. Bcc opcodes that aren't taken don't affect lbr.
|
||||
. Debugger: Add 'brkint <on|off>' command to break at the instruction after an interrupt is taken.
|
||||
|
||||
|
||||
1.30.5.0 - 2 Oct 2021
|
||||
---------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#define APPLEWIN_VERSION 1,30,5,0
|
||||
#define APPLEWIN_VERSION 1,30,6,0
|
||||
|
||||
#define xstr(a) str(a)
|
||||
#define str(a) #a
|
||||
|
Loading…
Reference in New Issue
Block a user