Difference between revisions of "MAME Wii"
Jump to navigation
Jump to search
(←Created page with '{{Infobox homebrew | title = SDL MAME WII | image = | type = Arcade emulator | author = Toad King | version = 0.2 | download = http://www.media...') |
m |
||
Line 4: | Line 4: | ||
| type = Arcade emulator | | type = Arcade emulator | ||
| author = Toad King | | author = Toad King | ||
+ | | maintainer = | ||
+ | | contributor = | ||
+ | | portedby = | ||
| version = 0.2 | | version = 0.2 | ||
| download = http://www.mediafire.com/?jdm2jgyyzyn | | download = http://www.mediafire.com/?jdm2jgyyzyn | ||
Line 11: | Line 14: | ||
| hbb = | | hbb = | ||
}} | }} | ||
− | |||
Arcade Emulator based on SDL Mame. At the moment it only runs Konami games, but more support will be added in later releases. | Arcade Emulator based on SDL Mame. At the moment it only runs Konami games, but more support will be added in later releases. | ||
Line 25: | Line 27: | ||
== Issues == | == Issues == | ||
− | * Only the ROMs on the MameDev website (http://mamedev.org/roms/) and a lot of | + | * Only the ROMs on the MameDev website (http://mamedev.org/roms/) and a lot of old Konami arcade games work with this build. A way to play anything MAME supports (that the Wii can also handle) is hopefully gonna be added later. In the mean time, you can try to make a customized build of your own with a specific list of hardware. See src/mame/tiny.mak and src/mame/tiny.c for an example on how to do so. |
− | old Konami arcade games work with this build. A way to play anything MAME | ||
− | supports (that the Wii can also handle) is hopefully gonna be added later. | ||
− | In the mean time, you can try to make a customized build of your own with a | ||
− | specific list of hardware. See src/mame/tiny.mak and src/mame/tiny.c for an | ||
− | example on how to do so. | ||
− | * Only software rendering is supported. This makes playing games without using | + | * Only software rendering is supported. This makes playing games without using the frameskipper slow, but the auto-frameskipper feature is enabled by default. Might add GX support later to make it less choppy. |
− | the frameskipper slow, but the auto-frameskipper feature is enabled by | ||
− | default. Might add GX support later to make it less choppy. | ||
* No USB support yet. | * No USB support yet. | ||
− | * Stereo audio is disabled. (Due to floating point issues; will be looked into | + | * Stereo audio is disabled. (Due to floating point issues; will be looked into later.) |
− | later.) | ||
− | * The joystick on GameCube controllers can't be used. (Will be looked into | + | * The joystick on GameCube controllers can't be used. (Will be looked into later.) |
− | later.) | ||
== Changelog == | == Changelog == |
Revision as of 20:57, 28 October 2009
SDL MAME WII | |
General | |
---|---|
Author(s) | Toad King |
Type | Arcade emulator |
Version | 0.2 |
Links | |
Download | |
Source | |
Peripherals | |
![]() ![]() ![]() ![]() |
Arcade Emulator based on SDL Mame. At the moment it only runs Konami games, but more support will be added in later releases.
How to use
Unzip onto your SD card.
Controls
- Emulator Menu: WiiMote Home Button / GameCube R-Trigger
- Insert Coin: WiiMote Minus Button / GameCube Z-Button
- Start (not all games use this): WiiMote Plus Button / GameCube Start Button
- Up/Down/Left/Right - WiiMote D-Pad / Nunchuck Joystick / GameCube D-Pad
- Button 1/2/3/4 - WiiMote A/B/1/2 / GameCube A/B/X/Y (not necessarily in order)
Issues
- Only the ROMs on the MameDev website (http://mamedev.org/roms/) and a lot of old Konami arcade games work with this build. A way to play anything MAME supports (that the Wii can also handle) is hopefully gonna be added later. In the mean time, you can try to make a customized build of your own with a specific list of hardware. See src/mame/tiny.mak and src/mame/tiny.c for an example on how to do so.
- Only software rendering is supported. This makes playing games without using the frameskipper slow, but the auto-frameskipper feature is enabled by default. Might add GX support later to make it less choppy.
- No USB support yet.
- Stereo audio is disabled. (Due to floating point issues; will be looked into later.)
- The joystick on GameCube controllers can't be used. (Will be looked into later.)
Changelog
1.1 - October 27, 2009
- Fixed rom selection bug
- Changes to the layout of the configuration files to make it more like other Wii homebrew