From 98b72658b7957483aa8d006527f5742d3b08fa21 Mon Sep 17 00:00:00 2001 From: tomcw Date: Sun, 25 Oct 2020 18:41:22 +0000 Subject: [PATCH] 1.29.15.0: Updated version, History.txt & help --- bin/History.txt | 18 ++++++++++++++++++ help/CommandLine.html | 1 + help/sound.html | 10 ++++++---- resource/version.h | 2 +- 4 files changed, 26 insertions(+), 5 deletions(-) diff --git a/bin/History.txt b/bin/History.txt index d72d745e..db3db8ed 100644 --- a/bin/History.txt +++ b/bin/History.txt @@ -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 & -rgb-card-background + - 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. diff --git a/help/CommandLine.html b/help/CommandLine.html index fe3858b4..0ff7d15e 100644 --- a/help/CommandLine.html +++ b/help/CommandLine.html @@ -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.

-h2 <pathname>
Start with hard disk 2 plugged-in. NB. Hard disk controller card gets enabled.

+ NB. For -d1,-d2,-s5d1,-s5d2,-h1,-h2, if pathname is "", then the disk is ejected or the harddisk is unplugged.

-model <apple2|apple2p|apple2jp|apple2e|apple2ee>
Select the machine model: Apple II, Apple II+, Apple II J-Plus, Apple //e, Enhanced Apple //e.

-clock-multiplier <value>
diff --git a/help/sound.html b/help/sound.html index b068af40..1a3d5946 100644 --- a/help/sound.html +++ b/help/sound.html @@ -34,11 +34,13 @@

There are a number of games and demos that support Mockingboard (or Phasor), eg:

  • Adventure Construction Set
  • -
  • Berzap!
  • +
  • Bejeweled (with SSI263 speech)
  • +
  • Berzap! (with SSI263 speech)
  • +
  • Broadsides
  • Crimewave (Votrax speech)
  • Crypt of Medea (Votrax speech)
  • Cybernoid Music Disk
  • -
  • French Touch demos, eg. (NOT SO) Cheap Tunes, Plasmagoria, Raster Bars + others
  • +
  • French Touch demos, eg. (NOT SO) Cheap Tunes, Plasmagoria, Raster Bars + many others
  • Lady Tut (Mockingboard version)
  • Mockingboard software (Sweet Micro Systems)
  • Music Construction Set
  • @@ -49,11 +51,11 @@
  • Rescue Raiders v1.3 (SSI263 speech only)
  • Silent Service
  • Skyfox
  • -
  • Spy Strikes Back
  • +
  • Spy Strikes Back (Votrax speech)
  • Ultima III (Mockingboard version)
  • Ultima IV
  • Ultima V
  • -
  • Willy Byte
  • +
  • Willy Byte in the Digital Dimension
  • Zaxxon (Mockingboard version)

diff --git a/resource/version.h b/resource/version.h index 7055c9cd..99161338 100644 --- a/resource/version.h +++ b/resource/version.h @@ -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