This is a port of MAME for the Wii. Unlike the previous SDL MAME for the Wii,
this is not based on Wii Linux. Please note that although many games work well
with the emulator, others may not work at all. See below for details.

DEFAULT CONTROLS:
Emulator Menu: WiiMote Home Button / GameCube L-Trigger
Insert Coin: WiiMote Minus Button / GameCube R-Trigger
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 1/2/B/A / GameCube B/A/X/Y
Back (Exits current game) - WiiMote Plus + Minus Buttons / GameCube Z Button

Controlls can always be changed from in the emulator options.

ISSUES:

* Lots of ROMs are supported, but not all of them. If you don't see the ROM in
  the list in the emulator, then support for that ROM isn't included. This is
  to keep the size of the emulator low enough to run effectively on the Wii. A
  list of all the ones that are can be found here:
  http://www.toadking.com/wiimame-0.4.txt

* Just because a ROM is supported does not mean it will run. Even games for
  early boards like CPS-1 can fail to run due to RAM limitations. If the
  emulator suddenly kicks you out to the Homebrew Channel, look in the MAME
  mame folder (sd:/mame/) for a file called errors.txt. If it says something
  about failing to allocate space, then odds are the ROM can't run on the Wii.
  The emulator might also crash outright and leave you with a code dump if RAM
  runs out.

* 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 try to make it less choppy.

* The joystick on GameCube controllers can't be used. (Will be looked into
  later.)

* The default UI font is way too small. I've included a custom font I found on
  MAMEWorld, Helvetica LT. (http://mrdo.mameworld.info/mame_artwork_supp.html)

* The default controller mapping is unsuitable for lightgun games, but there is
  currently no way to make seperate mappings for lightgun and non-lightgun
  games. If you wish to change the configuration for lightgun games, replace
  the default.cfg file in mame/cfg with the default-lg.cfg file included.

CHANGELOG:

0.4.0
* Upgraded MAME to 0.135
* Added WiiMote Sensor support
* Stereo support fixed
* Game list now shows up to 150 ROMs instead of just 15
* Changed USB/SD detection (Tries USB first, then falls back to SD)

0.3.1
* Upgraded libfat to 1.0.6, hopefully this fixes the SD card corruption bug
* Added USB support (Start SDL MAME Wii from a USB drive to enable it)
* Fixed "Unexpected option gl_lib queried" error log
* Fixed Nunchuck control mapping
* Switched Buttons 1 and 2 around (by public demand)
* Fixed support for some games (including Donkey Kong and Frogger)
* Moved errors.txt and ui.bdf files into /mame/

0.3
* First official release
