From 9d433c1395d413f25c3f974475729be393c3ae84 Mon Sep 17 00:00:00 2001 From: tomch Date: Sun, 22 Oct 2006 15:44:38 +0000 Subject: [PATCH] Added cmd-line info to help --- AppleWin/help/CommandLine.html | 30 +++++++++++++++++++++++++++++ AppleWin/help/Table of Contents.hhc | 4 ++++ 2 files changed, 34 insertions(+) create mode 100644 AppleWin/help/CommandLine.html diff --git a/AppleWin/help/CommandLine.html b/AppleWin/help/CommandLine.html new file mode 100644 index 00000000..0a5ef84e --- /dev/null +++ b/AppleWin/help/CommandLine.html @@ -0,0 +1,30 @@ + + + + Save-State Files + + + +

Command line

+
+

AppleWin can be driven from the command line as + follows: +

+ -d1 <pathname>
+ Start with a disk in drive-1

+ -d2 <pathname>
+ Start with a disk in drive-2

+ -f
+ Start in full-screen mode

+ -r <number of pages>
+ Emulate a RAMworks III card with 1 to 127 pages (each page is 64K, giving a max of 8MB)
+

 

+

Debug arguments: +

+ -l
+ Enable logging. Creates an AppleWin.log file

+ -m
+ Disable DirectSound support

+ + diff --git a/AppleWin/help/Table of Contents.hhc b/AppleWin/help/Table of Contents.hhc index b637a290..6351d554 100644 --- a/AppleWin/help/Table of Contents.hhc +++ b/AppleWin/help/Table of Contents.hhc @@ -82,6 +82,10 @@ +
  • + + +