diff options
Diffstat (limited to 'fenders.1')
-rw-r--r-- | fenders.1 | 35 |
1 files changed, 23 insertions, 12 deletions
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.TH "FENDERS" 1 "2024-05-03" "0.2.1" "Urchlay's Atari 8-bit Tools" +.TH "FENDERS" 1 "2024-05-08" "0.2.1" "Urchlay's Atari 8-bit Tools" .SH NAME fenders \- Install Fenders 3-sector loader in boot sectors of an ATR image .\" RST source for fenders(1) man page. Convert with: @@ -38,7 +38,7 @@ fenders \- Install Fenders 3-sector loader in boot sectors of an ATR image . .SH SYNOPSIS .sp -\fIfenders\fP [\fI\-hrcsiv\fP] [\-t \fItitle\fP] \fIinfile.atr\fP [\fIoutfile.atr\fP] +\fIfenders\fP [\fI\-hrcsiIv\fP] [\-t \fItitle\fP] \fIinfile.atr\fP [\fIoutfile.atr\fP] .SH DESCRIPTION .sp \fBfenders\fP replaces the boot sectors of an ATR image with a menu\-driven @@ -62,17 +62,30 @@ Print this help message. .B \-r DON\(aqT reboot (coldstart) the Atari if Reset is pressed. The default is to coldstart. .TP +.B \-b +Create \fBinfile\fP as a blank ATR image and update it +in\-place. This option requires \fBaxe\fP to be present on +\fIPATH\fP\&. May not be used when reading standard input. +.TP .B \-c Rotate colors during load. May cause problems with some games. .TP +.B \-d +Delete \fIDOS.SYS\fP, \fIDUP.SYS\fP, and \fIAUTORUN.SYS\fP, if they +exist. This option requires \fBaxe\fP to be present on +\fIPATH\fP\&. May not be used when writing standard output. +.TP .B \-s Screen off after load. May cause problems with some games, but may fix graphics corruption for other games. YMMV. .TP .B \-i -In\-place update. The input file is renamed to end in \fB~\fP (tilde), -and the output is written to the original filename. May not be -used when reading from standard input. +In\-place update, with backup. The input file is renamed to end +in \fB~\fP (tilde), and the output is written to the original +filename. May not be used when reading from standard input. +.TP +.B \-I +In\-place update, without backup. Use with caution. .TP .B \-v Set inverse video bit in title. This causes the title text to @@ -80,10 +93,11 @@ appear in red and/or blue on the Atari, instead of the default orange and green colors. .TP .B \-t -Set the menu title. May up to 20 characters; default is \fIatari -arcade\fP\&. Will be truncated to 20 characters if a longer title is -given. See MENU TITLE, below. Note that you\(aqll have to quote the -title if it contains spaces or other characters that have meaning to your shell. +Set the menu title. May up to 20 characters; default is \fIatari +arcade\fP\&. Will be truncated to 20 characters if a longer title +is given. See MENU TITLE, below. Note that you\(aqll have to quote +the title if it contains spaces or other characters that have +meaning to your shell. .UNINDENT .INDENT 0.0 .TP @@ -239,9 +253,6 @@ only way to make it support high\-speed SIO is to use the APE Warp OS (or some other high\-speed patched OS) on the Atari. .SH BUGS .sp -There should be an option to delete DOS.SYS and DUP.SYS from the image, -but there isn\(aqt. The original Fenders installer has this option. -.sp When used with an image whose size according to the ATR header doesn\(aqt match the actual image file size, \fBfenders\fP may produce a broken or zero\-length output file. If in doubt, use \fBatrcheck\fP to |