Updated History.txt for 1.29.3.0

This commit is contained in:
tomcw 2019-10-12 18:24:18 +01:00
parent 8a55e35e2d
commit 52c3dd982e

View File

@ -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 <value>, where value is a [0.5-3.9] base-clock multiplier (ie. same as the Config UI's slider)
- -model <apple2|apple2p|apple2e|apple2ee>
. [Change #666] Debugger: support showing video v,h and cycle count.
- videoinfo <dec|hex|apple|real> 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 <dec|hex|apple|real> 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.