mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-19 19:33:03 +00:00
39 lines
1.4 KiB
HTML
39 lines
1.4 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>
|
|
-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>
|
|
-use-real-printer<br>
|
|
Enables Advanced configuration control to allow dumping to a real printer<br><br>
|
|
-noreg<br>
|
|
Disable registration of file extensions (.bin/.do/.dsk/.nib/.po)<br>
|
|
<P> </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>
|