summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/digfx.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-2/+2
* Added base sprites. Also added STEP2_INV / STEP4_INV, nw angelosa2016-05-191-1/+2
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-1/+1
* Pass and return palette devices by reference, not as pointers AJR2016-01-231-2/+2
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* global_alloc for m_gfxdecode->set_gfx changed to work with unique_ptr (nw) Miodrag Milanovic2015-12-191-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-6/+6
* Initial conversion of core to C++14. Note that compilers are now limited to G... Miodrag Milanovic2015-12-031-2/+2
* More license (nw) Alex W. Jackson2015-05-221-1/+1
* Added some for Nathan and some more for Nicola (nw) Miodrag Milanovic2015-05-111-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* Implemented the Namco Custom 116 palette and raster IRQ controller as a device, Alex W. Jackson2014-08-141-2/+3
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-2/+0
* digfx.c, drawgfx.c: don't do unneeded processing or allocate unneeded memory ... Alex W. Jackson2014-05-111-1/+0
* device_gfx_interface and memory system improvements: [Alex Jackson] Alex W. Jackson2014-04-081-0/+5
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-6/+6
* device_gfx_interface [Alex Jackson] Alex W. Jackson2014-04-051-0/+229