summaryrefslogtreecommitdiffstats
path: root/games/pom1/pom1.6
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2021-10-27 01:17:26 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-10-29 17:07:25 +0700
commitced5f851e28d3fdb521dc0f83f7c662a24c80665 (patch)
tree377d40d075a7c5772d848d0fd13ed181a5ff22bf /games/pom1/pom1.6
parent2b6fe88c16d9044b0c718d5debd227c734d29243 (diff)
downloadslackbuilds-ced5f851e28d3fdb521dc0f83f7c662a24c80665.tar.gz
slackbuilds-ced5f851e28d3fdb521dc0f83f7c662a24c80665.tar.xz
games/pom1: New-style icons.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/pom1/pom1.6')
-rw-r--r--games/pom1/pom1.6252
1 files changed, 252 insertions, 0 deletions
diff --git a/games/pom1/pom1.6 b/games/pom1/pom1.6
new file mode 100644
index 0000000000..861afe619e
--- /dev/null
+++ b/games/pom1/pom1.6
@@ -0,0 +1,252 @@
+.\" 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 "POM1" 6 "2021-10-27" "1.0.0" "SlackBuilds.org"
+.SH NAME
+pom1 \- Apple I emulator
+.\" RST source for pom1(6) man page. Convert with:
+.
+.\" rst2man.py pom1.rst > pom1.6
+.
+.\" rst2man.py comes from the SBo development/docutils package.
+.
+.SH SYNOPSIS
+.sp
+pom1 [\fI\-options\fP]
+.SH DESCRIPTION
+.sp
+\fBpom1\fP is an Apple I emulator.
+.sp
+The Apple I was Apple\(aqs first desktop computer, released in 1976.
+.SH OPTIONS
+.sp
+Options can be set from the config file, on the command line, or via
+Control key combinations while running. At exit, \fBpom1\fP writes the
+current config back to the config file.
+.TS
+center;
+|l|l|l|l|.
+_
+T{
+Option
+T} T{
+Key
+T} T{
+Command Line
+T} T{
+Description
+T}
+_
+T{
+Load Memory
+T} T{
+^L
+T} T{
+T} T{
+Load memory from a binary or ascii file.
+T}
+_
+T{
+Save Memory
+T} T{
+^S
+T} T{
+T} T{
+Save memory to a binary or ascii file.
+T}
+_
+T{
+Quit
+T} T{
+^Q
+T} T{
+T} T{
+Quit the emulator.
+T}
+_
+T{
+Reset
+T} T{
+^R
+T} T{
+T} T{
+Soft reset the emulator.
+T}
+_
+T{
+Hard Reset
+T} T{
+^H
+T} T{
+T} T{
+Hard reset the emulator.
+T}
+_
+T{
+Pixel Size
+T} T{
+^P
+T} T{
+\fB\-pixelsize\fP \fIn\fP
+T} T{
+Set the pixel size (1 or 2).
+T}
+_
+T{
+Scanlines
+T} T{
+^N
+T} T{
+\fB\-scanlines\fP
+T} T{
+Turn scanlines on or off (pixel size 2 only).
+T}
+_
+T{
+Terminal Speed
+T} T{
+^T
+T} T{
+\fB\-terminalspeed\fP \fIn\fP
+T} T{
+Set the terminal speed (Range: 1 \- 120).
+T}
+_
+T{
+RAM 8K
+T} T{
+^E
+T} T{
+\fB\-ram8k\fP
+T} T{
+Use only 8KB of RAM or entire 64KB of RAM.
+T}
+_
+T{
+Write In ROM
+T} T{
+^W
+T} T{
+\fB\-writeinrom\fP
+T} T{
+Allow writing data in ROM or not.
+T}
+_
+T{
+IRQ/BRK Vector
+T} T{
+^V
+T} T{
+T} T{
+Set address of interrupt vector.
+T}
+_
+T{
+Fullscreen
+T} T{
+^F
+T} T{
+\fB\-fullscreen\fP
+T} T{
+Switch to fullscreen or window.
+T}
+_
+T{
+Blink Cursor
+T} T{
+^B
+T} T{
+\fB\-blinkcursor\fP
+T} T{
+Set the cursor to blink or not.
+T}
+_
+T{
+Cursor Block
+T} T{
+^C
+T} T{
+\fB\-blockcursor\fP
+T} T{
+Set the cursor to block or @.
+T}
+_
+T{
+Show About
+T} T{
+^A
+T} T{
+T} T{
+Show version and copyright information.
+T}
+_
+T{
+ROM Directory
+T} T{
+T} T{
+\fB\-romdir\fP \fIdir\fP
+T} T{
+Look here for ROMS (see \fBFILES\fP).
+T}
+_
+.TE
+.SH FILES
+.INDENT 0.0
+.TP
+.B \fB~/.pom1/pom1.cfg\fP
+Read at startup and overwritten at exit. Contains the state of options that
+can be set from the command line (\fB\-pixelsize\fP, etc). If this file is
+missing, it will be created.
+.TP
+.B \fB/usr/share/games/pom1/roms\fP
+Default location for the ROM images: \fBbasic.rom\fP, \fBcharmap.rom\fP, and \fBmonitor.rom\fP\&.
+.UNINDENT
+.SH ENVIRONMENT
+.INDENT 0.0
+.TP
+.B \fBPOM1ROMDIR\fP
+If set, overrides the built\-in path to the ROM images. Same as the command\-line
+option \fB\-romdir\fP\&.
+.UNINDENT
+.SH COPYRIGHT
+.sp
+See the file /usr/doc/pom1\-1.0.0/COPYING for license information.
+.SH AUTHORS
+.sp
+\fBpom1\fP was written by John D. Corrado and Verhille Arnaud.
+.sp
+This man page written for the SlackBuilds.org project
+by B. Watson, and is licensed under the WTFPL.
+.SH SEE ALSO
+.sp
+The \fBpom1\fP homepage: \fI\%http://pom1.sourceforge.net/\fP
+.sp
+Wikipedia\(aqs Apple I entry: \fI\%https://en.wikipedia.org/wiki/Apple_I\fP
+.\" Generated by docutils manpage writer.
+.