summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui/sndmenu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/ui/sndmenu.cpp')
0 files changed, 0 insertions, 0 deletions
pan> * Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1 * Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1 * Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-2/+2 * Added driver data struct to airbustr.c and djboy.c. Now the latter also suppo... Fabio Priuli2009-12-111-78/+95 * Converted Kaneko Pandora sprite chip to be a MAME device and updated drivers ... Fabio Priuli2009-12-101-4/+13 * Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-2/+2 * Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-7/+7 * Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-5/+5 * Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-4/+4 * Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2 * get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-5/+5 * Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-6/+6 * many DIPSW fixes [kanikani] Yasuhiro Ogawa2009-05-271-2/+2 * Added MCU no-dump to Air Buster Angelo Salese2009-05-101-0/+6 * Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-6/+6 * Replaced a few CPU numbers with corresponding tags Fabio Priuli2009-04-261-4/+4 * Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2 * Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-7/+7 * Ok, this is The Big One. Aaron Giles2009-02-111-7/+6 * Added savestate support to the games in 8080bw.c, ace.c, actfancr.c, aerofgt.... Ryan Holtz2009-01-061-3/+12 * Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-3/+3 * This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-1/+1 * Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-1/+1 * Another big one. Aaron Giles2008-11-201-1/+1 * address space compilation errors. smf-2008-11-151-1/+1 * Fix some drivers/a* warnings Couriersud2008-11-141-3/+4 * WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-12/+12 * Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-4/+4 * reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-1/+1 * Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-1/+1 * This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-2/+2 * Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-1/+1 * Some more structure/naming updates of sound cores. Derrick Renaud2008-08-091-2/+2 * NOTE: with this change, I have also removed PORT_START and renamed