From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay12.mail.gandi.net ([217.70.178.232]) by ewsd; Tue Jan 28 13:33:42 EST 2020 Received: from jupiter.antares-labs.eu (unknown [185.198.110.254]) (Authenticated sender: rgl@antares-labs.eu) by relay12.mail.gandi.net (Postfix) with ESMTPSA id EBA40200007 for <9front@9front.org>; Tue, 28 Jan 2020 18:33:35 +0000 (UTC) Message-ID: <6473167966A456C56CF735A70AB970F3@antares-labs.eu> Date: Tue, 28 Jan 2020 19:32:58 +0100 From: rgl@antares-labs.eu To: 9front@9front.org Subject: Re: [9front] nintendo(1) improvements In-Reply-To: <20200127223455.GA27265@wopr> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-ktvkjarcrjhcicpvyhvpukpavs" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: optimized database This is a multi-part message in MIME format. --upas-ktvkjarcrjhcicpvyhvpukpavs Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit ok, how about this one? i also removed the inexistent T option from the respective emulators. -rodri --upas-ktvkjarcrjhcicpvyhvpukpavs Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit diff -r 287d82efe5f2 sys/man/1/nintendo --- a/sys/man/1/nintendo Mon Jan 13 23:22:35 2020 +0000 +++ b/sys/man/1/nintendo Tue Jan 28 19:26:04 2020 +0100 @@ -4,7 +4,7 @@ .SH SYNOPSIS .B games/gb [ -.B -acdT +.B -acd ] [ .B -C @@ -17,7 +17,7 @@ .br .B games/gba [ -.B -aT +.B -a ] [ .B -b .I biosfile @@ -41,7 +41,7 @@ .br .B games/snes [ -.B -ahmsT +.B -ahms ] [ .B -x .I scale @@ -55,15 +55,29 @@ .I snes are emulators for the Nintendo Game Boy and Game Boy Color (GB and GBC), Nintendo Game Boy Advance (GBA), Nintendo Entertainment System (NES), and Super Nintendo Entertainment System (SNES). They execute the romfile given as an argument. -The \fBz\fR, \fBx\fR, \fBa\fR, \fBs\fR, \fBq\fR, \fBw\fRreturn and shift keys correspond to B, A, Y, X, L1, L2, Start and Select, respectively. +The \fBz\fR, \fBx\fR, \fBa\fR, \fBs\fR, \fBq\fR, \fBw, \fRreturn and shift keys correspond to B, A, Y, X, L1, L2, Start and Select, respectively. Other keys: .TP +F1 +Pause the emulator. If already paused it will step one video frame. +.TP F5 Save the current state in \fBgb.save\fR / \fBgba.save\fR / \fBnes.save\fR / \fBsnes.save\fR. .TP F6 Load the current state from \fBgb.save\fR / \fBgba.save\fR / \fBnes.save\fR / \fBsnes.save\fR. .TP +F12 +Toggle the emulator's speedometer. It shows in the upper left, +off-viewport corner, the ratio between the expected and observed time it +took to draw 60 frames. +.TP +t +Toggle tracing of the emulator. +.TP +` +It uncaps the 60fps frame rate and lets emulation go as fast as possible. +.TP Esc Pause the emulator. .TP --upas-ktvkjarcrjhcicpvyhvpukpavs--