mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-01 12:31:59 +00:00
Update History.txt and help for new switches (fixes #469)
This commit is contained in:
parent
0bf2ae677a
commit
3ad68739ee
@ -12,6 +12,7 @@ Tom Charlesworth
|
|||||||
1.26.3.1 (Experimental) - 29 Sep 2017
|
1.26.3.1 (Experimental) - 29 Sep 2017
|
||||||
------------------------------------
|
------------------------------------
|
||||||
Changes:
|
Changes:
|
||||||
|
. [Bug #469] New -no-printscreen-key switch to prevent the PrintScreen key from being registered.
|
||||||
. [Bug #488] New -fs-height=<best|nnnn> switch.
|
. [Bug #488] New -fs-height=<best|nnnn> switch.
|
||||||
- best: picks the highest resolution where the height is an integer multiple of (192*2)
|
- best: picks the highest resolution where the height is an integer multiple of (192*2)
|
||||||
- nnnn: select a specific resolution with height=nnnn pixels
|
- nnnn: select a specific resolution with height=nnnn pixels
|
||||||
|
@ -17,12 +17,21 @@
|
|||||||
Start with a disk in drive-2<br><br>
|
Start with a disk in drive-2<br><br>
|
||||||
-f<br>
|
-f<br>
|
||||||
Start in full-screen mode<br><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>
|
-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>
|
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>
|
-f8rom <rom-file><br>
|
||||||
Use custom 2K ROM at [$F800..$FFFF]. <rom-file> must be 2048 bytes long<br><br>
|
Use custom 2K ROM at [$F800..$FFFF]. <rom-file> must be 2048 bytes long<br><br>
|
||||||
-printscreen<br>
|
-printscreen<br>
|
||||||
Enable the dialog box to display the last file saved to<br><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>
|
-use-real-printer<br>
|
||||||
Enables Advanced configuration control to allow dumping to a real printer<br><br>
|
Enables Advanced configuration control to allow dumping to a real printer<br><br>
|
||||||
-noreg<br>
|
-noreg<br>
|
||||||
|
Loading…
Reference in New Issue
Block a user