diff --git a/bin/History.txt b/bin/History.txt index 9ad8d34c..3918bdff 100644 --- a/bin/History.txt +++ b/bin/History.txt @@ -18,13 +18,16 @@ Tom Charlesworth . [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 #700] Fixed ProDOS8 2.5.0 alpha6: + - support INC $C08B (and similar) to set LC to write mode - 65C02 only. + - support INC $C08B,X (X=0) to set LC to write mode - 6502/65C02/816. (Fixes #404) . [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 switch. - added '-s1 empty', '-s3 empty' and '-s6 empty' too. +. [Bug #404] a2audit.dsk 1.06 now working. (See #700) . [Bug #319] SmartPort return address was wrong when crossing page (fix to slot-7 HDD's firmware). . [PR #687] Replace char * with std::string.