summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emupal.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove emupal.h from emu.h (nw) AJR2018-06-131-4/+1
* Removed nearly all custom MCFG macros from eepromser, migrated more of police... mooglyguy2018-06-071-3/+3
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-301-1/+1
* emupal.h: Remove underscores from template parameter names (nw) AJR2018-04-131-13/+13
* gstream : Add precalculated RGB Palette for X2222 drawing gfxs, Cleanup dupli... cam9002018-03-241-0/+5
* Unbreak MCFG_PALETTE_INDIRECT_ENTRIES (nw) AJR2018-03-041-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-36/+36
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-8/+8
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* never hurts to srcclean (nw) Vas Crabb2017-07-091-1/+1
* Revert custom DECO conversion in emu dir Bryan McPhail2017-06-281-4/+0
* Add alternate revision of Cobra Command. Add correct palette weighting for a... Bryan McPhail2017-06-271-0/+4
* general cleanup: Vas Crabb2017-05-231-2/+1
* emupal: Don't hardcode color PROM region name, add error handling Dirk Best2017-05-211-1/+4
* Disallow a negative number of palette entries by changing some types (nw) AJR2017-04-161-6/+6
* New device interface for palettes AJR2017-04-061-90/+11
* New games added as GAME_NOT_WORKING: arbee2017-04-011-1/+1
* Self-registering devices. Vas Crabb2017-03-031-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-38/+38
* 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