From 52c3dd982e8a3045f411dc388db33a331bb20ece Mon Sep 17 00:00:00 2001 From: tomcw Date: Sat, 12 Oct 2019 18:24:18 +0100 Subject: [PATCH] Updated History.txt for 1.29.3.0 --- bin/History.txt | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/bin/History.txt b/bin/History.txt index cb358a3e..9ad8d34c 100644 --- a/bin/History.txt +++ b/bin/History.txt @@ -10,16 +10,21 @@ Tom Charlesworth 1.29.3.0 - 12 Oct 2019 ---------------------- -. [Bug #700] Fixed ProDOS8 2.5.0 alpha6 (support INC $C08B to set LC to write mode). +. [Change #692] Added command line switch to unplug HDD controller card on exit: + - -s7-empty-on-exit +. [Change #689] Added command line switches to set CPU speed and machine type: + - -clock-multiplier , where value is a [0.5-3.9] base-clock multiplier (ie. same as the Config UI's slider) + - -model +. [Change #666] Debugger: support showing video v,h and cycle count. + - videoinfo to configure display. + - added auto-run of DebuggerAutoRun.txt on AppleWin initial start-up. +. [Bug #700] Fixed ProDOS8 2.5.0 alpha6 (support INC $C08B to set LC to write mode - 65C02 only). . [Bug #695] Fixed WOZ 'Taipan' not booting. - fixed reading write protect on a write access & support Sequencer Function. . [Bug #668] Fixed WOZ 'Seafox' not booting. - set machine = Unenhanced Apple //e or lower & need slot2 empty. - - disable SSC in slot-2 using: '-s2 empty' command line. + - disable SSC in slot-2 using: '-s2 empty' command line switch. - added '-s1 empty', '-s3 empty' and '-s6 empty' too. -. [Bug #666] Debugger: support showing video v,h and cycle count. - - videoinfo to configure display. - - added auto-run of DebuggerAutoRun.txt on AppleWin initial start-up. . [Bug #319] SmartPort return address was wrong when crossing page (fix to slot-7 HDD's firmware). . [PR #687] Replace char * with std::string.