summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emupal.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-35/+35
* More consistent use of integer types in tilemap_t and other graphics-related ... AJR2016-09-031-5/+7
* Show color values in palette viewer AJR2016-08-261-0/+9
* Add support to adjust the screen color Dirk Best2016-03-121-25/+13
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-6/+6
* move rgbi formats out of emupal.h Dirk Best2015-08-121-6/+0
* emupal: add support for the IIBBGGRR format, only apply intensity bit if Dirk Best2015-08-121-0/+2
* micro3d: use standard palette device ram Dirk Best2015-08-041-1/+2
* cmmb: remove palette trampoline Dirk Best2015-08-021-0/+1
* liberate: use palette device for palette ram for prosport Dirk Best2015-08-011-0/+3
* emupal: add support for inverted data palette ram and add more formats Dirk Best2015-08-011-0/+19
* Add the rest of the 3-bit palettes and add the possiblity to set Dirk Best2015-07-291-0/+23
* Add a 3-bit BGR variant and use it for unkhorse Dirk Best2015-07-271-0/+5
* Define a standard 3-bit RGB palette and use it for Monkey Magic Dirk Best2015-07-271-0/+5
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-7/+8
* add supduck palette type to emupal.c and use that (nw) mamehaze2014-12-011-2/+4
* emupal/tilemap refactoring: configure_tilemap_groups is now a tilemap_t metho... Alex W. Jackson2014-06-221-1/+0
* Added some more friendly macros to help define custom palette formats (nw) Alex W. Jackson2014-06-031-2/+6
* New macro added for per driver defined palette formats (nw) Miodrag Milanovic2014-06-031-0/+3
* emupal.c: Support palette RAM less than the full width of the data bus it's on, Alex W. Jackson2014-05-061-2/+8
* removed few not anymore used legacy macros (nw) Miodrag Milanovic2014-04-301-1/+0
* galpani3.c, highvdeo.c, igs_m027.c, majorpkr.c: fix generic_paletteram regres... Alex W. Jackson2014-04-301-0/+1
* tnzs.c and related drivers: fix generic_paletteram regression (nw) Alex W. Jackson2014-04-241-0/+1
* itech32.c, btime.c, scregg.c: fix generic_paletteram regression (nw) Alex W. Jackson2014-04-241-0/+1
* Fix generic_paletteram regression in various Atari drivers (nw) Alex W. Jackson2014-04-241-9/+5
* emupal.c: add support for RAM-based palettes with indirect lookups. Update va... Alex W. Jackson2014-04-171-1/+3
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-39/+38
* marked PALETTE_INIT as legacy Oliver Stöneberg2014-03-171-1/+1
* Fixed UI gfx viewer (again). Added device_start dependency on gfxdecode to al... Alex W. Jackson2014-03-161-2/+2
* Removed pseudo-palettes from video/generic.c. All drivers that were using the... Alex W. Jackson2014-03-131-1/+8
* (MESS) wangpc: Fixed palette regression. (nw) Curt Coder2014-03-111-0/+5
* more palette modernizations in some of my drivers (nw) David Haywood2014-03-061-0/+1
* modernize some other older palette handlers (nw) David Haywood2014-03-051-0/+3
* RGBX for psikyosh.c (nw) David Haywood2014-03-051-0/+1
* convert "bnstars1" to use dual palettes. David Haywood2014-03-051-0/+4
* Enable saving dynamic_arrays of all fundamental types. Also fix emupal Aaron Giles2014-03-021-31/+2
* fixed decoding for PALETTE_FORMAT_BBGGRRII (nw) Miodrag Milanovic2014-03-021-1/+10
* In case there is driver init available, we update palettes after it (nw) Miodrag Milanovic2014-03-021-0/+2
* Fix ambiguous and confusing use of "entry" in palette device member names Alex W. Jackson2014-03-021-3/+3
* Allow specifying PALETTE_INDIRECT_ENTRIES to preallocate indirection tables. Aaron Giles2014-03-011-2/+7
* Support palette RAM formats that are byteswapped relative to CPU endianness [... Alex W. Jackson2014-03-011-0/+6
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-114/+313
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-1/+1
* Converted palette_t and palette_client to classes. General palette.c Aaron Giles2014-02-181-5/+5
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-2/+2
* BIG update. Aaron Giles2011-03-291-18/+18
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-1/+1