| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace dynamic_array with std::vector [O. Galibert] |  Olivier Galibert | 2015-04-14 | 1 | -7/+8 |
* | add supduck palette type to emupal.c and use that (nw) |  mamehaze | 2014-12-01 | 1 | -2/+4 |
* | emupal/tilemap refactoring: configure_tilemap_groups is now a tilemap_t metho... |  Alex W. Jackson | 2014-06-22 | 1 | -1/+0 |
* | Added some more friendly macros to help define custom palette formats (nw) |  Alex W. Jackson | 2014-06-03 | 1 | -2/+6 |
* | New macro added for per driver defined palette formats (nw) |  Miodrag Milanovic | 2014-06-03 | 1 | -0/+3 |
* | emupal.c: Support palette RAM less than the full width of the data bus it's on, |  Alex W. Jackson | 2014-05-06 | 1 | -2/+8 |
* | removed few not anymore used legacy macros (nw) |  Miodrag Milanovic | 2014-04-30 | 1 | -1/+0 |
* | galpani3.c, highvdeo.c, igs_m027.c, majorpkr.c: fix generic_paletteram regres... |  Alex W. Jackson | 2014-04-30 | 1 | -0/+1 |
* | tnzs.c and related drivers: fix generic_paletteram regression (nw) |  Alex W. Jackson | 2014-04-24 | 1 | -0/+1 |
* | itech32.c, btime.c, scregg.c: fix generic_paletteram regression (nw) |  Alex W. Jackson | 2014-04-24 | 1 | -0/+1 |
* | Fix generic_paletteram regression in various Atari drivers (nw) |  Alex W. Jackson | 2014-04-24 | 1 | -9/+5 |
* | emupal.c: add support for RAM-based palettes with indirect lookups. Update va... |  Alex W. Jackson | 2014-04-17 | 1 | -1/+3 |
* | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 1 | -39/+38 |
* | marked PALETTE_INIT as legacy |  Oliver Stöneberg | 2014-03-17 | 1 | -1/+1 |
* | Fixed UI gfx viewer (again). Added device_start dependency on gfxdecode to al... |  Alex W. Jackson | 2014-03-16 | 1 | -2/+2 |
* | Removed pseudo-palettes from video/generic.c. All drivers that were using the... |  Alex W. Jackson | 2014-03-13 | 1 | -1/+8 |
* | (MESS) wangpc: Fixed palette regression. (nw) |  Curt Coder | 2014-03-11 | 1 | -0/+5 |
* | more palette modernizations in some of my drivers (nw) |  David Haywood | 2014-03-06 | 1 | -0/+1 |
* | modernize some other older palette handlers (nw) |  David Haywood | 2014-03-05 | 1 | -0/+3 |
* | RGBX for psikyosh.c (nw) |  David Haywood | 2014-03-05 | 1 | -0/+1 |
* | convert "bnstars1" to use dual palettes. |  David Haywood | 2014-03-05 | 1 | -0/+4 |
* | Enable saving dynamic_arrays of all fundamental types. Also fix emupal |  Aaron Giles | 2014-03-02 | 1 | -31/+2 |
* | fixed decoding for PALETTE_FORMAT_BBGGRRII (nw) |  Miodrag Milanovic | 2014-03-02 | 1 | -1/+10 |
* | In case there is driver init available, we update palettes after it (nw) |  Miodrag Milanovic | 2014-03-02 | 1 | -0/+2 |
* | Fix ambiguous and confusing use of "entry" in palette device member names |  Alex W. Jackson | 2014-03-02 | 1 | -3/+3 |
* | Allow specifying PALETTE_INDIRECT_ENTRIES to preallocate indirection tables. |  Aaron Giles | 2014-03-01 | 1 | -2/+7 |
* | Support palette RAM formats that are byteswapped relative to CPU endianness [... |  Alex W. Jackson | 2014-03-01 | 1 | -0/+6 |
* | Huge update, palette is now device (nw) |  Miodrag Milanovic | 2014-02-27 | 1 | -114/+313 |
* | Switched rgb_t to a class, replacing macros with methods. Mappings are |  Aaron Giles | 2014-02-19 | 1 | -1/+1 |
* | Converted palette_t and palette_client to classes. General palette.c |  Aaron Giles | 2014-02-18 | 1 | -5/+5 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -1/+1 |
* | gfx_element is now a class. Accessors are provided for all |  Aaron Giles | 2012-09-06 | 1 | -2/+2 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -18/+18 |
* | MDRV_* -> MCFG_* |  Aaron Giles | 2010-12-31 | 1 | -1/+1 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -5/+5 |
* | Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly |  Aaron Giles | 2009-12-28 | 1 | -1/+1 |
* | Major drawgfx cleanup, global removal, and feature enhancements: |  Aaron Giles | 2009-01-12 | 1 | -3/+3 |
* | Plumbed machine parameters through the renderer. Removed need for |  Aaron Giles | 2008-09-29 | 1 | -3/+3 |
* | Minor cleanup and simplification. Removed palette_config(). |  Aaron Giles | 2008-03-28 | 1 | -3/+0 |
* | - Added colortable_palette_get_size() |  Zsolt Vasvari | 2008-02-17 | 1 | -0/+3 |
* | Copyright cleanup: |  Aaron Giles | 2008-01-06 | 1 | -1/+1 |
* | Changes for MAME 0.121u1.mame0121u1 |  Aaron Giles | 2007-12-17 | 1 | -8/+8 |
* | Initial checkin of MAME 0.121.mame0121 |  Aaron Giles | 2007-12-17 | 1 | -0/+250 |