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 == |