mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-16 00:09:20 +00:00
78 lines
3.0 KiB
HTML
78 lines
3.0 KiB
HTML
<!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 <pathname><br>
|
|
Start with a disk in drive-1<br><br>
|
|
-d2 <pathname><br>
|
|
Start with a disk in drive-2<br><br>
|
|
-f<br>
|
|
Start in full-screen mode<br><br>
|
|
-fs-height=<best|nnnn><br>
|
|
Use to select a better resolution for full-screen mode.<br>
|
|
<ul>
|
|
<li>best: picks the highest resolution where the height is an integer multiple of (192*2)</li>
|
|
<li>nnnn: select a specific resolution with height=nnnn pixels</li>
|
|
</ul>
|
|
NB. This changes the display resolution (and restores on exit).<br><br>
|
|
-r <number of pages><br>
|
|
Emulate a RAMworks III card with 1 to 127 pages (each page is 64K, giving a max of 8MB)<br><br>
|
|
-f8rom <rom-file><br>
|
|
Use custom 2K ROM at [$F800..$FFFF]. <rom-file> must be 2048 bytes long<br><br>
|
|
-printscreen<br>
|
|
Enable the dialog box to display the last file saved to<br><br>
|
|
-no-printscreen-key<br>
|
|
Prevent the PrintScreen key from being registered<br><br>
|
|
-use-real-printer<br>
|
|
Enables Advanced configuration control to allow dumping to a real printer<br><br>
|
|
-noreg<br>
|
|
Disable registration of file extensions (.do/.dsk/.nib/.po)<br><br>
|
|
-memclear <n><br>
|
|
Where n is [0..7]:
|
|
<ul>
|
|
<li>0 Initialize memory to zero</li>
|
|
<li>1 Initialize memory to random values</li>
|
|
<li>2 Initialize memory to 4 byte pattern: FF FF 00 00</li>
|
|
<li>3 Initialize memory to even pages FF, odd pages 00</li>
|
|
<li>4 Initialize memory to first half page 00, last half page FF</li>
|
|
<li>5 Initialize memory to first half page FF, last half page 00</li>
|
|
<li>6 Initialize memory to byte offset of that page
|
|
(current memory address low byte)
|
|
i.e. 00:00 01 02 03 ... for page $20</li>
|
|
<li>7 Initialize memory to page address
|
|
(current memory address high byte)
|
|
i.e. 00:20 20 20 20 ... for page $20</li>
|
|
</ul>
|
|
-load-state <savestate><br>
|
|
Load a save-state file<br><br>
|
|
-modem<br>
|
|
Shorthand for passing -dtr -dcd -dsr<br><br>
|
|
-dtr<br>
|
|
Support SSC's DTR (Data Terminal Ready) control bit<br><br>
|
|
-dcd<br>
|
|
Support SSC's DCD (Data Carrier Detect) status bit<br><br>
|
|
-dtr<br>
|
|
Support SSC's DSR (Data Set Ready) status bit<br><br>
|
|
|
|
<br>
|
|
<br>
|
|
<P style="FONT-WEIGHT: bold">Debug arguments:
|
|
</P>
|
|
-l or -log<br>
|
|
Enable logging. Creates an AppleWin.log file<br><br>
|
|
-m<br>
|
|
Disable DirectSound support<br><br>
|
|
-no-printscreen-dlg<br>
|
|
Suppress the warning message-box if AppleWin fails to capture the PrintScreen key<br><br>
|
|
</body>
|
|
</html>
|