Hawq Posted January 16, 2010 Share Posted January 16, 2010 (edited) Mame's updated and brings with it a new set of tools to compile the current version & subsequent ones of course, grab em at http://mamedev.org/ as usual, just the compiler & sdl integration info IMPORTANT NOTE: As of this release of MAME, several important thingsabout the system have changed. Please read the following items beforeattempting to compile this new version. 1. A new tool chain for Windows, based off of gcc 4.4.3 prerelease,is now REQUIRED. Go to http://mamedev.org/tools to get the new tools.The updated included with 0.136u1 WILL NOT BUILD with the old tools.The new tool chain has support for building 64-bit MAME builds withgcc, as well as built-in DirectX headers, and C++ support, which wasmissing from the old tools. 2. Non-Unicode builds of Windows MAME are no longer supported. The options to turn this off in the makefile have been removed, and future changes are likely to solidify this requirement. If you are still (God forbid) running on Win9x, you will need the unicows.dll library to run MAME. Download unicows from Microsoft. 3. All code in MAME is now compiled as C++, plus there have been a fewsmall changes that take advantage of the C++ language. For the mostpart, there is no effect on how drivers are written, except for somenicer accessors to devices and address spaces. Future improvements totake advantage of the C++ syntax will evolve slowly, and will be doneinternally. We are not interest in outside attempts to do this workfor now. 4. The SDL OSD for MAME is now shipped as part of the main sourcepackage. SDL builds for Windows are now regularly built as part of thevalidation sequence for a new release. Thanks to R. Belmont, couriersud, and Olivier Galibert for their work on the SDL port overthe years. Edited January 16, 2010 by Robert fixed link at the top Link to comment Share on other sites More sharing options...
Recommended Posts