NES and GameBoy Emulators

From WebOS Internals
Jump to navigation Jump to search

Introduction

After some talk in Precentral, some of us agreed that this easier setup should go on the wiki. This method will allow you to play Gameboy and NES roms on the Pre without knowing almost anything of Linux.

For the complete process go to GnuBoy setup and NES setup.


Getting Started

First of all, you'll need to install Nodoze and Terminal apps, available on Preware. Then go here and download WebOS Quick Install.



Setup

  1. Download this package
  2. Open the rar and you'll see 2 files: debiansmall.img and deb.sh
  3. Unrar debiansmall.img to your Pre's USB Drive and deb.sh to your desktop.
  4. Open WebOS Quick Install and send the deb.sh to /var/home/root/ by selecting "Tools" "Send File"
  5. Open Nodoze and then Terminal app
  6. Type chmod 755 ./deb.sh
  7. Type ./deb.sh in the terminal and press enter


ROMS

First mount the debian image by going to Terminal app and type ./deb.sh and press enter.
Then, the easier way is to open WebOS Quick Install, select "Tools" "Send File" select your rom and send it to "Destination Folder": /media/cf/

Usage

  1. Everytime you want to play, activate Nodoze and open the terminal app.
  2. Type ./deb.sh and press enter.
    1. To play gameboy games type ./gb.sh romname.gbc OR, for playing with no sound, type ./nosnd.sh romname.gbc - Press enter.
    2. To play NES games type ./nes.sh romname.nes and press enter.

The default keys are:
Up- W
Down- S
Left- A
Right- D
B- J
A- K
Start- Enter

To quit press the orange key.



Troubleshooting

For those who are having sound problems, simply type inside the debian chroot:
apt-get install libsdl1.2debian-all
Press Enter


For more troubleshooting options, see the notes section in the GnuBoy and NES pages.

Contributions

dudestatus, of course, and all the Precentral Forum guys.

Please feel free to get this tutorial better, this is my first wiki page,

glorifiedg