diff options
Diffstat (limited to 'games/puNES/punes.6')
-rw-r--r-- | games/puNES/punes.6 | 135 |
1 files changed, 135 insertions, 0 deletions
diff --git a/games/puNES/punes.6 b/games/puNES/punes.6 new file mode 100644 index 0000000000000..dec5973da0de0 --- /dev/null +++ b/games/puNES/punes.6 @@ -0,0 +1,135 @@ +.\" Man page generated from reStructuredText. +. +. +.nr rst2man-indent-level 0 +. +.de1 rstReportMargin +\\$1 \\n[an-margin] +level \\n[rst2man-indent-level] +level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] +- +\\n[rst2man-indent0] +\\n[rst2man-indent1] +\\n[rst2man-indent2] +.. +.de1 INDENT +.\" .rstReportMargin pre: +. RS \\$1 +. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] +. nr rst2man-indent-level +1 +.\" .rstReportMargin post: +.. +.de UNINDENT +. RE +.\" indent \\n[an-margin] +.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] +.nr rst2man-indent-level -1 +.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] +.in \\n[rst2man-indent\\n[rst2man-indent-level]]u +.. +.TH "PUNES" 6 "2024-08-29" "0.111" "SlackBuilds.org" +.SH NAME +punes \- Nintendo Entertainment System emulator +.\" RST source for punes(1) man page. Convert with: +. +.\" rst2man.py punes.rst > punes.6 +. +.SH SYNOPSIS +.sp +punes [\fIoptions\fP] [file ...] +.SH DESCRIPTION +.sp +\fBpunes\fP is a Nintendo Entertaiment System emulator with a Qt user +interface, lots of video effects, and support for compressed ROMs. +.SH OPTIONS +.sp +Normally, these options are not used, since \fBpunes\fP is a GUI +application with a Settings menu where you can configure everything. +These options will override what\(aqs in the config file, and will be +saved to the config file when the "Save Settings" option is used. +.INDENT 0.0 +.TP +.B \-h\fP,\fB \-\-help +Display built\-in help (in an X window, not on stdout). +.TP +.B \-V\fP,\fB \-\-version +Print the version number on standard output. +.TP +.B \-\-portable +Start in portable mode: use the directory the executable is in +for configuration and NVRAM saved data. +.UNINDENT +.INDENT 0.0 +.TP +.B \-m, \-\-mode \fImode\fP +Preferred video mode: pal, ntsc, dendy, auto. +.TP +.B \-s, \-\-size \fIsize\fP +Window size: 1x, 2x, 3x, 4x, 5x, 6x. +.TP +.B \-e, \-\-pixel\-aspect\-ratio \fIratio\fP +Change the aspect ratio. Choices: 1:1, 5:4, 8:7, 11:8. +.TP +.B \-\-par\-soft\-stretch \fIyes|no\fP +Improves the stretched image. Choices: yes, no. +.TP +.B \-\-overscan\-blk\-brd \fIyes|no\fP +Enable black borders in windowed mode. Choices: yes, no. +.TP +.B \-\-overscan\-blk\-brd\-f \fIyes|no\fP +Enable black borders in fullscreen mode. Choices: yes, no. +.TP +.B \-o, \-\-overscan \fIon|off\fP +Default overscan. Choices: on, off. +.UNINDENT +.INDENT 0.0 +.TP +.B \-i\fP,\fB \-\-filter +Filter to apply. Choices: nofilter, scale2x, scale3x, scale4x, +hq2x, hq3x, hq4x, xbrz2x, xbrz3x, xbrz4x, xbrz5x, xbrz6x, xbrz2xmt, +xbrz3xmt, xbrz4xmt, xbrz5xmt, xbrz6xmt, ntsc, 2xsai, super2xsai, +supereagle, tv2x, tv3x, tv4x, dotmatrix, paltv1x, paltv2x, paltv3x. +.UNINDENT +.SH FILES +.INDENT 0.0 +.TP +.B \fB~/.config/puNES/\fP +Default location for config files. \fBinput.cfg\fP, \fBpuNES.cfg\fP, and +\fBrecent.cfg\fP are human\-readable and editable, though it\(aqs usually +easier to use the Settings menus in the GUI. +.TP +.B \fB~/.local/share/puNES/\fP +Saved data is stored here, including save\-states and screenshots. +.UNINDENT +.\" ENVIRONMENT +. +.\" =========== +. +.\" EXIT STATUS +. +.\" =========== +. +.\" BUGS +. +.\" ==== +. +.\" EXAMPLES +. +.\" ======== +. +.SH COPYRIGHT +.sp +See the file /usr/doc/puNES\-0.111/COPYING for license information. +.SH AUTHORS +.sp +puNES was written by FHorse. +.sp +This man page written for the SlackBuilds.org project +by B. Watson, and is licensed under the WTFPL. +.SH SEE ALSO +.sp +The puNES homepage: \fI\%https://github.com/punesemu/puNES\fP +.sp +The puNES forum thread: \fI\%https://github.com/punesemu/puNES\fP +.\" Generated by docutils manpage writer. +. |