http://mednafen.com/December 24, 2006 - Mednafen 0.7.1 released, minor bug fixes.
Changes:
* Began work on an experimental stdio interface, see drivers/remote.cpp if you are a frontend author and can read C code, though it is disabled for now. Smile Documentation for it will be written when it is closer to completion.
* Switched to trio_snprintf() from snprintf() in the input configuration code, this should fix problems under Windows(and any other OS with a lame snprintf() implementation) with joystick button configurations not saving properly.
* Fixed parsing of the "sounddevice" setting(it was erroneously being compared to the long, descriptive name of the driver instead of the short name).
* PC-FX: More changes.