diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 14:29:30 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 14:29:30 -0400 |
commit | e07766de05bfa5f6561455e7b5f14a7ea693e1b2 (patch) | |
tree | 62ca5b6e2718c5773268c2fdf3a81169c0415dcc | |
parent | 40c68364a1b11eb695d106249428395c6e1161b8 (diff) |
games/tuxnes: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | games/tuxnes/README | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/games/tuxnes/README b/games/tuxnes/README index 9de5ce42e08f..3e26219204d3 100644 --- a/games/tuxnes/README +++ b/games/tuxnes/README @@ -1,17 +1,19 @@ -TuxNES is an emulator for the 8-bit Nintendo Entertainment System. It is -based on Nestra, a great public-domain NES emulator by Quor. TuxNES adds many -features not found in Nestra, and uses a more collaborative development model. -Enhancements to Nestra often find their way into TuxNES. Enhancements to -TuxNES don't generally find their way into Nestra due to licensing -restrictions (since pieces of TuxNES are generally copyrighted by their -authors, and covered by the GNU General Public License), although similar -changes by the same authors sometimes find their way back into Nestra. +TuxNES is an emulator for the 8-bit Nintendo Entertainment System. +It is based on Nestra, a great public-domain NES emulator by Quor. +TuxNES adds many features not found in Nestra, and uses a more +collaborative development model. Enhancements to Nestra often find +their way into TuxNES. Enhancements to TuxNES don't generally find +their way into Nestra due to licensing restrictions (since pieces +of TuxNES are generally copyrighted by their authors, and covered by +the GNU General Public License), although similar changes by the same +authors sometimes find their way back into Nestra. TuxNES requires an x86-family processor. -If you would also like to install GTuxNES (a graphical launcher for TuxNES), -download its source tarball and place it in the same directory as the -SlackBuild. The GTuxNES homepage is http://www.scottweber.com/projects/gtuxnes/ +If you would also like to install GTuxNES (a graphical launcher +for TuxNES), download its source tarball and place it in the same +directory as the SlackBuild. The GTuxNES homepage is: +http://www.scottweber.com/projects/gtuxnes/ The GTuxNES site appears to be down, but the source is mirrored here: http://www.sourcefiles.org/Emulators/Videogames/gtuxnes-0.75.tar.gz |