Added cmd-line info to help

This commit is contained in:
tomch 2006-10-22 15:44:38 +00:00
parent 8c606ab4e8
commit 9d433c1395
2 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,30 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Save-State Files</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
</head>
<body style="FONT-FAMILY: verdana; BACKGROUND-COLOR: rgb(255,255,255)" alink="#008000"
link="#008000" vlink="#008000">
<h2 style="COLOR: rgb(0,128,0)">Command line</h2>
<hr size="4">
<p style="FONT-WEIGHT: bold">AppleWin can be driven from the command line as
follows:
</p>
-d1 &lt;pathname&gt;<br>
Start with a disk in drive-1<br><br>
-d2 &lt;pathname&gt;<br>
Start with a disk in drive-2<br><br>
-f<br>
Start in full-screen mode<br><br>
-r &lt;number of pages&gt;<br>
Emulate a RAMworks III card with 1 to 127 pages (each page is 64K, giving a max of 8MB)<br>
<P>&nbsp;</P>
<P style="FONT-WEIGHT: bold">Debug arguments:
</P>
-l<br>
Enable logging. Creates an AppleWin.log file<br><br>
-m<br>
Disable DirectSound support<br><br>
</body>
</html>

View File

@ -82,6 +82,10 @@
<param name="Name" value="Uthernet network card">
<param name="Local" value="uthernet.html">
</OBJECT>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Command line">
<param name="Local" value="CommandLine.html">
</OBJECT>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Debugger">
<param name="Local" value="dbg-toc-intro.html">