1.29.15.0: Updated version, History.txt & help

This commit is contained in:
tomcw 2020-10-25 18:41:22 +00:00
parent 4543117f81
commit 98b72658b7
4 changed files with 26 additions and 5 deletions

View File

@ -8,6 +8,24 @@ https://github.com/AppleWin/AppleWin/issues/new
Tom Charlesworth
1.29.15.0 - 25 Oct 2020
-----------------------
. [Change #764] Fully support the RGB cards, and introduce a new 'Color (RGB Card/Monitor)' dedicated video mode.
- [PR #837] Support for 'Le Chat Mauve' Eve and Féline RGB cards.
- [PR #826] Support for Video7's SL7 RGB card.
- New command line switch to select RGB card type: -rgb-card-type: apple (default), sl7, eve, feline
- New command line switches for SL7: -rgb-card-foreground <color> & -rgb-card-background <color>
- NB. The previous 'Color (RGB Monitor)' has now been renamed to 'Color (Composite Idealized)'.
. [Change #817] Request for key-accelerators for UI operations.
- Ctrl+F3/F4 will show the Drive-1/Drive-2 pop-up menus. (Then use cursor up/down to pick a menu item.)
. [Change #691] Improved determining path & filename when saving/loading a save-state.
. [Bug #838] Improved support for accented ANSI chars in pathnames in save-states.
. [Bug #612] Support IRQ cycle-accuracy in full-speed (unthrottled) mode.
. [Bug #608] Fixed regression in Broadsides' Mockingboard detection (introduced at 1.29.6.0).
. Extended support for command line switches -d1,-d2,-s5d1,-s5d2,-h1,-h2 such that if the param is "", then it will eject/unplug the disk/harddisk.
. Development PRs to improve code quality: #840, #842, #843, #847
1.29.14.0 - 17 Aug 2020
-----------------------
. [Change #822] Updated Uthernet card support to use Npcap for Win10.

View File

@ -30,6 +30,7 @@
Start with hard disk 1 plugged-in (and auto power-on the Apple II). NB. Hard disk controller card gets enabled.<br><br>
-h2 &lt;pathname&gt;<br>
Start with hard disk 2 plugged-in. NB. Hard disk controller card gets enabled.<br><br>
NB. For -d1,-d2,-s5d1,-s5d2,-h1,-h2, if pathname is "", then the disk is ejected or the harddisk is unplugged.<br><br>
-model &lt;apple2|apple2p|apple2jp|apple2e|apple2ee&gt;<br>
Select the machine model: Apple II, Apple II+, Apple II J-Plus, Apple //e, Enhanced Apple //e.<br><br>
-clock-multiplier &lt;value&gt;<br>

View File

@ -34,11 +34,13 @@
<P>There are a number of games and demos that support Mockingboard (or Phasor), eg:</P>
<ul>
<li>Adventure Construction Set</li>
<li>Berzap!</li>
<li>Bejeweled (with SSI263 speech)</li>
<li>Berzap! (with SSI263 speech)</li>
<li>Broadsides</li>
<li>Crimewave (Votrax speech)</li>
<li>Crypt of Medea (Votrax speech)</li>
<li>Cybernoid Music Disk</li>
<li>French Touch demos, eg. (NOT SO) Cheap Tunes, Plasmagoria, Raster Bars + others</li>
<li>French Touch demos, eg. (NOT SO) Cheap Tunes, Plasmagoria, Raster Bars + many others</li>
<li>Lady Tut (Mockingboard version)</li>
<li>Mockingboard software (Sweet Micro Systems)</li>
<li>Music Construction Set</li>
@ -49,11 +51,11 @@
<li>Rescue Raiders v1.3 (SSI263 speech only)</li>
<li>Silent Service</li>
<li>Skyfox</li>
<li>Spy Strikes Back</li>
<li>Spy Strikes Back (Votrax speech)</li>
<li>Ultima III (Mockingboard version)</li>
<li>Ultima IV</li>
<li>Ultima V</li>
<li>Willy Byte</li>
<li>Willy Byte in the Digital Dimension</li>
<li>Zaxxon (Mockingboard version)</li>
</ul>
<br>

View File

@ -1,4 +1,4 @@
#define APPLEWIN_VERSION 1,29,14,0
#define APPLEWIN_VERSION 1,29,15,0
#define xstr(a) str(a)
#define str(a) #a