diff options
author | B. Watson <yalhcru@gmail.com> | 2022-01-25 17:59:25 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-30 08:35:59 +0700 |
commit | 7c6598de8c6017f881dc8990405d690336981d79 (patch) | |
tree | 58e316b927700977efdf462391169715fdfc2504 /games/clksignal/clksignal-qt.rst | |
parent | 1dd2afaff19a0359e6519b8181a1d46ea31ff522 (diff) |
games/clksignal: Added (emulate classic computers/consoles).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/clksignal/clksignal-qt.rst')
-rw-r--r-- | games/clksignal/clksignal-qt.rst | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/games/clksignal/clksignal-qt.rst b/games/clksignal/clksignal-qt.rst new file mode 100644 index 0000000000000..487dac693650e --- /dev/null +++ b/games/clksignal/clksignal-qt.rst @@ -0,0 +1,56 @@ +.. RST source for clksignal-qt(6) man page. Convert with: +.. rst2man.py clksignal-qt.rst > clksignal-qt.6 +.. rst2man.py comes from the SBo development/docutils package. + +.. |version| replace:: 20211219 +.. |date| date:: + +============ +clksignal-qt +============ + +------------------------------------------ +graphical interface for clksignal emulator +------------------------------------------ + +:Manual section: 6 +:Manual group: SlackBuilds.org +:Date: |date| +:Version: |version| + +SYNOPSIS +======== + +clksignal-qt [*file*] + +DESCRIPTION +=========== + +**clksignal-qt** is a Qt-based build of **clksignal**. It accepts no +command-line options; starting and configuring the emulator is +done via the GUI. + +If *file* is given, it's used as the ROM/disk/tape image to run. +If it's a recognized file type, the appropriate emulated machine will +automatically be started. + +Unlike **clksignal**, **clksignal-qt** *only* supports PulseAudio for +audio output. No, it won't work with **apulse**\(1), either. + +COPYRIGHT +========= + +See the file /usr/doc/clksignal-|version|/LICENSE for license information. + +AUTHORS +======= + +clksignal-qt was written by Thomas Harte. + +This man page written for the SlackBuilds.org project +by B. Watson, and is licensed under the WTFPL. + +SEE ALSO +======== + +**clksignal**\(6) |