Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename osd_profiling_ticks() to get_profile_ticks(). Moved implemention into | 2009-09-06 | 1 | -0/+20 | |
| | | | | inline functions in eminline.h and the ei* functions. [couriersud, Aaron Giles] | ||||
* | Having decided to look at the MAME source again, I have a fairly minor patch: | 2009-03-19 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Rewrote some potentially compiler specific code: | 2008-03-02 | 1 | -13/+13 | |
| | | | | | | * added ATTR_FORCE_INLINE to osdcomm.h * added ATTR_NONNULL * moved U64 S64 fram mamecore.h to osdcomm.h * define SETJMP_GNUC_PROTECT() in osdcomm.h for use in ppc602, ppc603 | ||||
* | Copyright cleanup: | 2008-01-06 | 1 | -1/+1 | |
| | | | | | | - removed years from copyright notices - removed redundant (c) from copyright notices - updated "the MAME Team" to be "Nicola Salmoria and the MAME Team" | ||||
* | Changes for MAME 0.121u2.mame0121u2 | 2007-12-17 | 1 | -42/+81 | |
| | |||||
* | Initial checkin of MAME 0.121.mame0121 | 2007-12-17 | 1 | -0/+434 | |