NINTENDO NES EMULATOR INSTALLATION - Printable Version +- Post4VPS Forum | Free VPS Provider (https://post4vps.com) +-- Forum: VPS Discussion (https://post4vps.com/Forum-VPS-Discussion) +--- Forum: Tutorials (https://post4vps.com/Forum-Tutorials) +--- Thread: NINTENDO NES EMULATOR INSTALLATION (/Thread-NINTENDO-NES-EMULATOR-INSTALLATION) |
NINTENDO NES EMULATOR INSTALLATION - sagher - 01-30-2017 HELLO ALL Hope you all fine. i am a great lover of Nintendo gameboy, gameboy advance, Nintendo Entertainment Systems NES Games. so i will share with you how to Install a NES emulator and Nintendo games on your Debian or Ubuntu servers. So far I have only attempted to install CC65 and FCEUX on Ubuntu 12.04 LTS (64-bit), where I rely on APT (i.e. Code: apt-get First we install cc65: An APT repository that can be used to install cc65 as a Debian package. To use it, first make sure you have Code: debian-keyring Code: sudo apt-get install debian-keyring Add the key for Spiro’s repository: Code: gpg --keyserver wwwkeys.pgp.net --recv-key 2AF47E44 (Add Spiro’s repository to your APT sources, by editing /etc/apt/sources.list) and adding the following lines at the end: Code: deb http://debian.trikaliotis.net/ stable contrib Update your APT sources: Code: sudo apt-get update Install specifically2 version 2.13.3-1 of cc65 and cc65-nes: Code: sudo apt-get install cc65=2.13.3-1 cc65-nes=2.13.3-1 Check cc65 : Code: $ cc65 --version Now we install FCEUX: First, make sure (curl) and (unzip) are installed, as they will come in handy later: sudo apt-get install curl unzip Install the fceux package: Code: sudo apt-get install fceux Now Back files are Installed and time to test it. Download a NES ROM package file (i.e. a .nes file) from somewhere, and launch it with fceux. For example, grab the free BombSweeper, extract the file, and launch it. Code: fceux BombSweeper.nes If you get any encoding or resolution error. i am not expert for this. so try to find out solution on Internet. Launch FCEUX: Code: fceux hello.nes Make sure your resulting is a Page with HELLO, WORLD! RE: NINTENDO NES EMULATOR INSTALLATION - Vuluts - 01-30-2017 @sagher I love Nintendo games specially Pokemon, so this is only for the emulator how about for the games you want to play with where can we download? RE: NINTENDO NES EMULATOR INSTALLATION - sagher - 01-31-2017 @Vuluts : You only need to collect Roms.and save it on any reachable location of your VPS HDD. and give them Permission CHMOD 755. i have many roms. specially Zelda Series. because i love to Play The Legend of Zelda. it's not too easy to get working roms from internet. if it is legal to post game roms here then i give you download links of my own 4shared upload client links. i feel hesitate to do this before admin permission. because most forums not take it as a good post. |