translated

This commit is contained in:
geekpi 2022-08-25 08:38:17 +08:00
parent 6a88756089
commit fe348a476b
2 changed files with 105 additions and 107 deletions

View File

@ -1,107 +0,0 @@
[#]: subject: "3 NES Emulators to Play Old NES Games on Linux"
[#]: via: "https://www.debugpoint.com/3-nes-emulators-to-play-old-nes-games-in-linux/"
[#]: author: "Arindam https://www.debugpoint.com/author/admin1/"
[#]: collector: "lkxed"
[#]: translator: "geekpi"
[#]: reviewer: " "
[#]: publisher: " "
[#]: url: " "
3 NES Emulators to Play Old NES Games on Linux
======
A quick look at 3 NES Emulators to play old NES games in Linux. Also, we provide an Installation guide and features
If you want to play the old retro games such as Super Mario, Pokemon, etc in the latest Ubuntu, Linux Mint versions, there are plenty of emulators available. Here are three emulators that you can try if you want to play old retro games.
### NES emulators play old NES games
#### 1. ZSNES
[ZSNES][1] is a Super [Nintendo][2] Emulator that can run on Windows, Linux, FreeBSD, and DOS. It runs as a GUI interface where you can load ROM of NES games.
Here is how to install ZSNES in Ubuntu, Debian and Linux Mint. Run below command from terminal:
```
sudo apt install zsnes
```
For Fedora, run the following command to install after setting up [RPM fusion using this guide][3]. Because it requires some modules which is not provided by official Fedora distro.
```
sudo dnf install zsnes
```
After installation, search for ZSNES from Dash or type zsnes in terminal.
![ZSNES Main][4]
![Play old NES games using ZSNES in Ubuntu][5]
#### 2. Higan
higan is an emulator for Nintendos SNES, NES, Gameboy, Gameboy Color, and Gameboy Advance. It was formerly called bsnes and the SNES emulation is especially complete and polished.
higan strives to provide the most faithful hardware emulation possible. It focuses on accuracy and clean code, rather than speed and special features. It is meant as a reference emulator to document how the underlying hardware works.
Here is how to install higan from command line.
```
sudo apt install higan
```
![Higan Running in Ubuntu][6]
#### 3. GFCEU
GNOME FCE Ultra (gfceu) is a graphical front-end for the FCE Ultra Nintendo Entertainment System intended for the GNOME desktop. Gfceu eases the gaming experience for the user and provides a clean, simple, and intuitive interface.
Run below commands from terminal to install gfceu for Ubuntu, Linux Mint and related distros.
```
sudo apt install gfceu
```
For Fedora, run the following command to install. Please make sure to set up [RPM fusion using this guide][7] before running this command. Because it requires certain packages which is not provided by official Fedora distro.
```
sudo dnf install gfceu
```
![gfceu running in Ubuntu][8]
### Download Game ROMs
There are hundreds of websites which provides NES ROMs. Here are few of them where you can download NES ROM. Once downloaded, unzip them and open from the emulator menu.
* [https://romsman][9][ia.c][10][c/roms/nintendo][11]
* [https://romsmode.com/][12]
* [www.emuparadise.me][13]
Enjoy and play old NES games using these emulators. Do let me know which one is your favourite.
--------------------------------------------------------------------------------
via: https://www.debugpoint.com/3-nes-emulators-to-play-old-nes-games-in-linux/
作者:[Arindam][a]
选题:[lkxed][b]
译者:[译者ID](https://github.com/译者ID)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://www.debugpoint.com/author/admin1/
[b]: https://github.com/lkxed
[1]: http://www.zsnes.com/
[2]: https://en.wikipedia.org/wiki/Super_Nintendo_Entertainment_System
[3]: https://www.debugpoint.com/enable-rpm-fusion-fedora-rhel-centos/
[4]: https://www.debugpoint.com/wp-content/uploads/2016/07/ZSNES-Main.png
[5]: https://www.debugpoint.com/wp-content/uploads/2016/07/ZSNES-Running-in-Ubuntu.png
[6]: https://www.debugpoint.com/wp-content/uploads/2016/07/Higan-Running-in-Ubuntu.png
[7]: https://www.debugpoint.com/enable-rpm-fusion-fedora-rhel-centos/
[8]: https://www.debugpoint.com/wp-content/uploads/2016/07/gfceu-running-in-Ubuntu.png
[9]: https://romsmania.cc/roms/nintendo
[10]: https://romsmania.cc/roms/nintendo
[11]: https://romsmania.cc/roms/nintendo
[12]: https://romsmode.com/
[13]: http://www.emuparadise.me/Nintendo_Entertainment_System_ROMs/13

View File

@ -0,0 +1,105 @@
[#]: subject: "3 NES Emulators to Play Old NES Games on Linux"
[#]: via: "https://www.debugpoint.com/3-nes-emulators-to-play-old-nes-games-in-linux/"
[#]: author: "Arindam https://www.debugpoint.com/author/admin1/"
[#]: collector: "lkxed"
[#]: translator: "geekpi"
[#]: reviewer: " "
[#]: publisher: " "
[#]: url: " "
3 个可在 Linux 上玩旧 NES 游戏的 NES 模拟器
======
快速浏览在 Linux 中玩旧 NES 游戏的 3 个 NES 模拟器。此外,我们还提供安装指南和特性。
如果你想在最新的 Ubuntu、Linux Mint 版本中玩超级马里奥、口袋妖怪等老式复古游戏,有很多可用的模拟器。如果你想玩老式复古游戏,可以尝试以下三个模拟器。
### NES 模拟器上玩旧 NES 游戏
#### 1. ZSNES
[ZSNES][1] 是一个超级 [Nintendo][2] 模拟器,可以在 Windows、Linux、FreeBSD 和 DOS 上运行。它作为 GUI 界面运行,你可以在其中加载 NES 游戏的 ROM。
这是在 Ubuntu、Debian 和 Linux Mint 中安装 ZSNES 的方法。从终端运行以下命令:
```
sudo apt install zsnes
```
对于 Fedora在[使用这个指南设置 RPM fusion][3] 后运行以下命令进行安装。因为它需要一些 Fedora 官方发行版没有提供的模块。
```
sudo dnf install zsnes
```
安装后,从 Dash 中搜索 ZSNES 或在终端中输入 zsnes。
![ZSNES Main][4]
![Play old NES games using ZSNES in Ubuntu][5]
#### 2. Higan
higan 是 Nintendos SNES、NES、Gameboy、Gameboy Color 和 Gameboy Advance 的模拟器。它以前被称为 bsnes并且 SNES 仿真特别完整和完善。
higan 努力提供最忠实的硬件仿真。它专注于准确性和简洁的代码,而不是速度和特殊功能。它旨在作为参考仿真器来记录底层硬件的工作原理。
这是从命令行安装 higan 的方法。
```
sudo apt install higan
```
![Higan Running in Ubuntu][6]
#### 3. GFCEU
GNOME FCE Ultra (gfceu) 是用于 GNOME 桌面的 FCE Ultra 任天堂娱乐系统的图形前端。 Gfceu 简化了用户的游戏体验,并提供了干净、简单和直观的界面。
从终端运行以下命令,为 Ubuntu、Linux Mint 和相关发行版安装 gfceu。
```
sudo apt install gfceu
```
对于 Fedora运行以下命令进行安装。请确保在运行此命令之前[使用这个指南设置 RPM fusion][7]。因为它需要某些官方 Fedora 发行版未提供的软件包。
```
sudo dnf install gfceu
```
![gfceu running in Ubuntu][8]
### 下载游戏 ROM
有数百个网站提供 NES ROM。这里有几个你可以下载 NES ROM 的地方。下载后,解压缩并从模拟器菜单中打开。
* [https://romsmania.cc/roms/nintendo][9]
* [https://romsmode.com/][12]
* [www.emuparadise.me][13]
使用这些模拟器享受和玩旧 NES 游戏。请让我知道你最喜欢哪一个。
--------------------------------------------------------------------------------
via: https://www.debugpoint.com/3-nes-emulators-to-play-old-nes-games-in-linux/
作者:[Arindam][a]
选题:[lkxed][b]
译者:[geekpi](https://github.com/geekpi)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://www.debugpoint.com/author/admin1/
[b]: https://github.com/lkxed
[1]: http://www.zsnes.com/
[2]: https://en.wikipedia.org/wiki/Super_Nintendo_Entertainment_System
[3]: https://www.debugpoint.com/enable-rpm-fusion-fedora-rhel-centos/
[4]: https://www.debugpoint.com/wp-content/uploads/2016/07/ZSNES-Main.png
[5]: https://www.debugpoint.com/wp-content/uploads/2016/07/ZSNES-Running-in-Ubuntu.png
[6]: https://www.debugpoint.com/wp-content/uploads/2016/07/Higan-Running-in-Ubuntu.png
[7]: https://www.debugpoint.com/enable-rpm-fusion-fedora-rhel-centos/
[8]: https://www.debugpoint.com/wp-content/uploads/2016/07/gfceu-running-in-Ubuntu.png
[9]: https://romsmania.cc/roms/nintendo
[12]: https://romsmode.com/
[13]: http://www.emuparadise.me/Nintendo_Entertainment_System_ROMs/13