1.29.3.0: Updated version and History.txt. Updated help.

This commit is contained in:
tomcw 2019-10-11 22:42:06 +01:00
parent 75f6ab9e59
commit 34b0c33cb1
4 changed files with 26 additions and 2 deletions

View File

@ -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 <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.
1.29.2.0 - 6 Sep 2019
---------------------
. [Change #678] Hotkeys to change emulation speed:

View File

@ -25,6 +25,14 @@
-s0 &lt;languagecard|lc&gt;<br>
Insert an Apple 16K Language Card into slot 0 in the original Apple II and use the F8 auto-start ROM.<br>
NB. The Apple II+ already defaults to having a Language Card, so this switch is not required.<br><br>
-s1 empty<br>
Remove the printer card from slot 1.<br><br>
-s2 empty<br>
Remove the SSC card from slot 2.<br><br>
-s3 empty<br>
Remove the Uthernet card from slot 3.<br><br>
-s6 empty<br>
Remove the Disk II controller card from slot 6.<br><br>
-s7 empty<br>
Remove the hard disk controller card from slot 7.<br>
Useful to allow a floppy disk to boot from slot 6, drive 1. Use in combination with -d1.<br><br>

View File

@ -229,7 +229,9 @@ MODE 2</span></b></font></font></p>
<p>
You can run custom batch or script files that contain debugger commands.&nbsp;
Scripts files do not echo their input; to print a string to the output console
window, use the <b>ECHO</b> command.
window, use the <b>ECHO</b> command. NB. When AppleWin initially starts-up, it
will attempt to auto-run '<b>DebuggerAutoRun.txt</b>' (located in the same folder
as AppleWin.exe).
</p>
<br>
<table border="0" cellpadding="2" cellspacing="0" width="80%">

View File

@ -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