summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/lua-zlib/cmake
ModeNameSize
d---------Modules44logstatsplain
.. Brian Troha2010-05-061-12/+12 * New clones added Yasuhiro Ogawa2010-05-061-0/+29 * Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1 * Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-1/+1 * Results of running the latest srcclean. Aaron Giles2009-12-281-2/+2 * Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-26/+26 * Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-14/+14 * and finally, the best part: added save states to armedf.c, calorie.c, canyon.... Fabio Priuli2009-11-221-83/+213 * Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-8/+8 * get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2 * Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-40/+40 * Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-23/+23 * Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-8/+8 * Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-3/+3 * Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-50/+50 * Ok, this is The Big One. Aaron Giles2009-02-111-4/+3 * This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-3/+3 * WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-3/+3 * From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-25/+1 * This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-4/+4 * NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-4/+4 * Region classes go bye-bye. Aaron Giles2008-07-281-77/+77 * Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-81/+81 * From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-241-42/+42 * Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-18/+15 * Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-7/+7 * Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-21/+21 * From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-2/+2 * adds terra force bootleg with extra z80. davidhay2008-06-141-0/+158 * From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-011-0/+1 * Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-1/+1 * Cleanups and version bump to 0.124u3.mame0124u3 Aaron Giles2008-04-171-1/+1 * Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-24/+24 * Memory map merges. Aaron Giles2008-04-161-156/+103 * Various tweaks/fixes from MAMEPlus: Aaron Giles2008-04-111-2/+2 * Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_*