summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emupal.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-20/+19
* fix up srcclean (nw) Vas Crabb2019-09-221-1/+1
* srcclean (nw) Vas Crabb2019-09-221-1/+1
* (nw) get rid of the rest of assert_always - it's better to be explicit about ... Vas Crabb2019-09-201-3/+6
* Added Star Rider skeleton based on schematics. Thanks to TrevEB for pointing... Vas Crabb2019-04-291-0/+6
* emupal.cpp : Add xBGRBBBBGGGGRRRR case of palette format cam9002019-04-031-0/+14
* emupal.cpp : Remove MCFGs, Simplify handlers (#4713) cam9002019-03-291-12/+24
* seems to get bind errors in some cases without this (nw) Vas Crabb2018-12-291-15/+15
* Start cleaning up palette configuration: Vas Crabb2018-12-291-32/+330
* Namco System 21 and other related refactors (#4013) David Haywood2018-09-211-1/+10
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Removed nearly all custom MCFG macros from eepromser, migrated more of police... mooglyguy2018-06-071-2/+3
* gstream : Add precalculated RGB Palette for X2222 drawing gfxs, Cleanup dupli... cam9002018-03-241-1/+9
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-63/+0
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-8/+8
* Revert custom DECO conversion in emu dir Bryan McPhail2017-06-281-19/+0
* Add alternate revision of Cobra Command. Add correct palette weighting for a... Bryan McPhail2017-06-271-0/+19
* emupal: Don't hardcode color PROM region name, add error handling Dirk Best2017-05-211-20/+29
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Disallow a negative number of palette entries by changing some types (nw) AJR2017-04-161-2/+2
* New device interface for palettes AJR2017-04-061-471/+4
* Self-registering devices prep: Vas Crabb2017-02-271-1/+2
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-26/+26
* Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... Miodrag Milanovic2016-11-121-3/+3
* Added IS_ENABLED, so we have compiler check for non used part, it is checked ... Miodrag Milanovic2016-11-111-3/+3
* Improvements to rgb_t (nw) AJR2016-10-221-10/+10
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-26/+26
* More consistent use of integer types in tilemap_t and other graphics-related ... AJR2016-09-031-2/+2
* Show color values in palette viewer AJR2016-08-261-6/+2
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-1/+1
* Added rgb_t::transparent constant Nathan Woods2016-06-181-1/+1
* Add support to adjust the screen color Dirk Best2016-03-121-50/+15
* 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-13/+13
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-5/+5
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-4/+9
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1000