Mupen64+: Difference between revisions

From Maemo Wiki
Jump to navigationJump to search
imported>amigadave
wikify slightly
imported>amigadave
merge some content from talk.maemo.org thread and mupen64plus
Line 4: Line 4:


Please, note that for a better result, post logs of games running on stock speed in the compability list, this is due many reasons, if you do OC your device, you know you will get an improvement.
Please, note that for a better result, post logs of games running on stock speed in the compability list, this is due many reasons, if you do OC your device, you know you will get an improvement.
== Installation ==
{{ambox|text=If you are updating to this version from any previous command-line version, remove existing state
<pre>
cp -R .mupen64plus/save .
rm -R .mupen64plus
mv save .mupen64plus/
</pre>}}
Install the [http://maemo.org/packages/view/mupen64plus-arm/ mupen64plus-arm package] from [[extras-devel]]
== Custom configuration ==
A customised configuration is useful for keybindings, such as quitting the emulator by pressing the ''q'' key, and some useful settings to speed up emulation.
<ol>
<li>
Create the <code>~/.mupen64plus</code> directory, if it does not exist:
<pre>mkdir .mupen64plus</pre>
</li>
<li>
Download the [http://izzeh.radiodmp.net/customconfig.tar.gz custom configuration].
</li>
<li>
Extract the custom configuration:
<pre>
cd .mupen64plus
tar -xzf /home/user/MyDocs/customconfig.tar.gz
</pre>
</li>
</ol>
The keybindings in the custom configuration are as follows:
* z = R
* x = A
* c = B
* v = L
* Space = Z
* Enter = Start
* Arrow Keys = Dpad
* IJKL = Joystick
* TFGH = C buttons
* q = Quit the emulator
* p = Pause the emulator
Also note that:
* Frameskip is set to 2.
* Framebuffer is disabled and resolution is 800x480
* Memory Pak is enabled
* Audio is disabled as it sounds terrible.


== Links ==
== Links ==


* [[Mupen64+ Working Games List]]
* [[Mupen64+ Working Games List]]
 
* [http://www.youtube.com/watch?v=eEDi0hHKxf8 Youtube video]
== Reference ==
* [http://talk.maemo.org/showthread.php?t=57647 talk.maemo.org Thread]
 
* [http://talk.maemo.org/showthread.php?t=57647 talk.maemo.org Thread]  


[[Category:Software]]
[[Category:Software]]
[[Category:Games]]
[[Category:Games]]

Revision as of 10:54, 24 January 2011

Mupen64+ logo
Mupen64+ logo

Mupen64Plus is a Nintendo 64 cross-platform plugin-based emulator which is capable of accurately playing many games. This article is intended for Maemo users.

Please, note that for a better result, post logs of games running on stock speed in the compability list, this is due many reasons, if you do OC your device, you know you will get an improvement.

Installation

If you are updating to this version from any previous command-line version, remove existing state
cp -R .mupen64plus/save .
rm -R .mupen64plus
mv save .mupen64plus/

Install the mupen64plus-arm package from extras-devel

Custom configuration

A customised configuration is useful for keybindings, such as quitting the emulator by pressing the q key, and some useful settings to speed up emulation.

  1. Create the ~/.mupen64plus directory, if it does not exist:
    mkdir .mupen64plus
  2. Download the custom configuration.
  3. Extract the custom configuration:
    cd .mupen64plus
    tar -xzf /home/user/MyDocs/customconfig.tar.gz
    

The keybindings in the custom configuration are as follows:

  • z = R
  • x = A
  • c = B
  • v = L
  • Space = Z
  • Enter = Start
  • Arrow Keys = Dpad
  • IJKL = Joystick
  • TFGH = C buttons
  • q = Quit the emulator
  • p = Pause the emulator

Also note that:

  • Frameskip is set to 2.
  • Framebuffer is disabled and resolution is 800x480
  • Memory Pak is enabled
  • Audio is disabled as it sounds terrible.