Update History.txt

This commit is contained in:
tomcw 2020-01-18 20:04:50 +00:00
parent 045d7b6509
commit ae908e6edf
1 changed files with 13 additions and 2 deletions

View File

@ -11,9 +11,20 @@ Tom Charlesworth
1.29.8.0 - ?
----------------------
. [Bug #749] Hotkeys to change emulation speed using Ctrl+n: ignored if ALT is pressed.
. [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 #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
. [Bug #745] WOZ: Support for large tracks.
. [Bug #733] Alternate fix for WOZ 'Wasteland'.
. Configuration->Input: Added 'Swap 0/1' toggle for swapping buttons 0 & 1.
. WOZ support: Removed version check on INFO section.
. Display MessageBox with all unsupported commands that were passed in (can choose to continue or exit).
. Debugger: Added new 'cycles <abs|rel>' command to show cycles as absolute or relative.
1.29.7.0 - 20 Dec 2019
----------------------
. [Change #726] Disk II card: supported in slot 5 via '-s5 diskii' command line.
@ -186,7 +197,7 @@ Tom Charlesworth
. [Change #603] Removed support for v1 save-state files.
- Any v1 save-state files should be loaded into AppleWin 1.27, and then re-saved to a v2 save-state file.
. [Change #597] Removed the functionality for CTRL+F10 to reveal the mouse cursor.
. [Change #585] Added a 'Swap' HDD button to the Configuration->Input property sheet.
. [Change #585] Added a 'Swap' HDD button to the Configuration->Disk property sheet.
. [Bug #608,#236] Mockingboard's 6522 TIMER1 wasn't generating an interrupt quickly enough for detection routines for Broadside and Ultima III Jukebox.