README for the UNOFFICAL full screen native resolution patch for SDLMAME/MESS ----------------------------------------------------------------------------- Description: This patch will add support for the UNOFFICAL -nativeres option which will enable native game/machine resolutions in full screen mode for the software renderer to MAME & MESS (the companioning full screen native resolution patch for QMC2 is required as well if you want to be able to use this through QMC2). How to apply the patch (to a clean MAME/MESS 0.140+ source tree): $ find . -type f -not -name '*.png' | xargs perl -pi -e 's/\r\n?/\n/g' $ patch -p0 < /path/to/patch/file The first command converts the line endings of all source files from DOS- to UNIX-mode. The second command applies the patch. Changes: MAME 0.140, 21-OCT-2010: - updated patch for MAME 0.140 (no real changes) MAME 0.139, 30-JUL-2010: - updated patch for MAME 0.139 (no real changes) MAME 0.138, 31-MAY-2010: - added RB's endings script (http://rbelmont.mameworld.info/?p=527) to README MAME 0.138, 16-MAY-2010: - updated patch for MAME 0.138 (no real changes) MAME 0.136u2, 29-JAN-2010: - updated patch for MAME 0.136u2 (no real changes) SDLMAME 0.135u3, 14-DEC-2009: - updated patch for 0.135u3 (no real changes) SDLMAME 0.130u2, 30-MAR-2009: - removed forced line-buffering from the patch as SDLMAME 0.130u2+ now includes an official fix for this SDLMAME 0.130, 09-MAR-2009: - updated patch for SDLMAME 0.130 SDLMESS 0.129, 07-JAN-2009: - checked SDLMESS 0.129 compatibility of the patch SDLMAME 0.129, 05-JAN-2009: - updated patch for SDLMAME 0.129 SDLMAME 0.128u6, 14-DEC-2008: - updated patch for SDLMAME 0.128u6 SDLMAME 0.128u2, 07-NOV-2008: - added forced line buffering to stdout to cleanly support pipes - successfully tested with SDLMAME 0.128u2+ and SDLMESS 0.128 - first public release of the patch