Go to file
Aaron Giles 460437f8d1 (From Atari Ace)
The attached patch adjusts most conditional logging in MAME to use the
idiom "do { if (VERBOSE) logerror x; } while (0)".   This has the
benefit that the compiler checks the syntax of the logging even in the
case it will be eliminated, and in fact a number of cases here needed
adjustments to compile because of this.
2007-12-31 02:04:39 +00:00
docs Fixed bogus characters in newvideo.txt. 2007-12-18 03:13:07 +00:00
src (From Atari Ace) 2007-12-31 02:04:39 +00:00
.gitattributes - radarsc1 uses tms5110 speech synth 2007-12-25 22:47:08 +00:00
makefile Changes for MAME 0.121u4. 2007-12-17 16:41:39 +00:00