From 34b0c33cb140f67a0e4941a030b56d19165b3c92 Mon Sep 17 00:00:00 2001 From: tomcw Date: Fri, 11 Oct 2019 22:42:06 +0100 Subject: [PATCH] 1.29.3.0: Updated version and History.txt. Updated help. --- bin/History.txt | 14 ++++++++++++++ help/CommandLine.html | 8 ++++++++ help/dbg-configuration.html | 4 +++- resource/version.h | 2 +- 4 files changed, 26 insertions(+), 2 deletions(-) diff --git a/bin/History.txt b/bin/History.txt index d7866c06..4e2ae78c 100644 --- a/bin/History.txt +++ b/bin/History.txt @@ -8,6 +8,20 @@ https://github.com/AppleWin/AppleWin/issues/new 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). +. [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. + - 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. + + 1.29.2.0 - 6 Sep 2019 --------------------- . [Change #678] Hotkeys to change emulation speed: diff --git a/help/CommandLine.html b/help/CommandLine.html index 4965a2a1..8a396b01 100644 --- a/help/CommandLine.html +++ b/help/CommandLine.html @@ -25,6 +25,14 @@ -s0 <languagecard|lc>
Insert an Apple 16K Language Card into slot 0 in the original Apple II and use the F8 auto-start ROM.
NB. The Apple II+ already defaults to having a Language Card, so this switch is not required.

+ -s1 empty
+ Remove the printer card from slot 1.

+ -s2 empty
+ Remove the SSC card from slot 2.

+ -s3 empty
+ Remove the Uthernet card from slot 3.

+ -s6 empty
+ Remove the Disk II controller card from slot 6.

-s7 empty
Remove the hard disk controller card from slot 7.
Useful to allow a floppy disk to boot from slot 6, drive 1. Use in combination with -d1.

diff --git a/help/dbg-configuration.html b/help/dbg-configuration.html index 546bb39a..d79c7d4e 100644 --- a/help/dbg-configuration.html +++ b/help/dbg-configuration.html @@ -229,7 +229,9 @@ MODE 2

You can run custom batch or script files that contain debugger commands.  Scripts files do not echo their input; to print a string to the output console - window, use the ECHO command. + window, use the ECHO command. NB. When AppleWin initially starts-up, it + will attempt to auto-run 'DebuggerAutoRun.txt' (located in the same folder + as AppleWin.exe).


diff --git a/resource/version.h b/resource/version.h index 5d3cf79b..449ef4ef 100644 --- a/resource/version.h +++ b/resource/version.h @@ -1,4 +1,4 @@ -#define APPLEWIN_VERSION 1,29,2,0 +#define APPLEWIN_VERSION 1,29,3,0 #define xstr(a) str(a) #define str(a) #a