summaryrefslogtreecommitdiffstats
path: root/src/lib/util/huffman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/huffman.cpp')
0 files changed, 0 insertions, 0 deletions
s/bbusters.h?id=a3e4a45f1a514eb3743c2aea07353ec6f950fb7a'>moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3 * changed machine().device("audiocpu") with m_maincpu (nw) Miodrag Milanovic2013-04-111-1/+3 * added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3 * device callback handler cleanup (nw) Miodrag Milanovic2013-04-021-0/+1 * Modernization of drivers part 1 (no whatsnew) Miodrag Milanovic2013-02-051-0/+3 * Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-3/+3 * manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-9/+0 * Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+5 * Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+4 * TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+3 * Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-9/+17 * MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-3/+3 * MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+10 * Clean-ups and version bump (yes, I know, it's too late)mame0145u4 Angelo Salese2012-03-111-1/+1 * Create new devices buffered_spriteram<n>_device, which manage buffered Aaron Giles2012-03-081-1/+8 * Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+2 * Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2 * Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-15/+15 * Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2 * Get rid of a bunch of mostly-trivial NVRAM_HANDLERS in favor of