From 18249bc31c5077511b7bdec31a2c181b9d1b4337 Mon Sep 17 00:00:00 2001 From: tomcw Date: Thu, 26 Mar 2020 23:07:11 +0000 Subject: [PATCH] Updated History.txt & AppleWin.chm (for new -rom) --- bin/History.txt | 11 +++++++++++ help/CommandLine.html | 4 +++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/bin/History.txt b/bin/History.txt index 3435ce11..e13039c7 100644 --- a/bin/History.txt +++ b/bin/History.txt @@ -9,6 +9,17 @@ https://github.com/AppleWin/AppleWin/issues/new Tom Charlesworth +1.29.11.0 - 27 Mar 2020 +----------------------- +. [Bug #771] Added new command line switch to load custom ROM: -rom . + - Supports 12KiB (at $D000) and 16KiB (at $C000) rom files. +. [Bug #762] Lancaster (Total Replay) hangs when starting second game. +. [Bug #734] DiskII controller card: support 13-sector firmware. + - The card auto-selects the firmware based on the .woz (v2 or higher) image properties. + - Only change the firmware at reset/reboot to avoid changing whilst running in $C6xx space! + - Fixes 'The Best of MUSE' & 'MicroChess 2.0' (#732) + + 1.29.10.0 - 13 Feb 2020 ----------------------- . [PR #756] Write support for WOZ1/WOZ2 images. diff --git a/help/CommandLine.html b/help/CommandLine.html index 44d6ec0b..bd16fb56 100644 --- a/help/CommandLine.html +++ b/help/CommandLine.html @@ -64,8 +64,10 @@
  • nnnn: select a specific resolution with height=nnnn pixels
  • NB. This changes the display resolution (and restores on exit).

    + -rom <file>
    + Use custom 12K ROM (at $D000) for Apple II machine, or 16K ROM (at $C000) for Apple //e machine.

    -f8rom <file>
    - Use custom 2K ROM for any Apple II machine at [$F800..$FFFF]. <file> must be 2048 bytes long

    + Use custom 2K ROM for any Apple II machine at [$F800..$FFFF]. <file> must be 2048 bytes long.

    -videorom <file>
    Use an alternate custom 2K video ROM for Apple II or II+ machines (but not clones).
    Use an alternate European or custom 4K, 8K or 16K (top 8K only) video ROM for the original or Enhanced //e (but not clones).