mame/src/osd
Aaron Giles 58d832602b Having decided to look at the MAME source again, I have a fairly minor patch:
* Fix build of ldplayer on OS X.  Since the CUSTOM sound module no longer exists, I 
arbitrarily changed it to WAVE, as ar gets upset if it has no input files.  I also 
removed the -all_load flag for ldplayer from the main makefile as it upsets the linker 
on OS X.

* Fix build for PPC64 Linux.  (This slightly messes up static branch prediction hints 
on OS X and AIX, but OS X for PPC64 is dead, and no- one builds MAME for AIX, and 
it will still build, anyway.)

* Paramaterise the arguments to check for NULL in the ATTR_NONNULL macro rather than 
just checking the first argument.  This requires compiler support for C99 variadic 
macros (MSVC2005 and GCC4 have this AFAIK).

Vas
2009-03-19 06:15:14 +00:00
..
osdmini Copyright cleanup: 2008-01-06 00:47:40 +00:00
windows Sound cores compile cleanly. 2009-03-12 15:25:58 +00:00
osdcomm.h Having decided to look at the MAME source again, I have a fairly minor patch: 2009-03-19 06:15:14 +00:00
osdcore.h 02180: Corrupt archives are read without problems 2009-03-04 21:30:52 +00:00
osdepend.h Big debugger cleanup. 2008-12-03 06:35:34 +00:00