summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/digfx.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-15/+8
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-5/+5
* drawgfx: Make the palette optional [O. Galibert] Olivier Galibert2017-05-281-0/+3
* general cleanup: Vas Crabb2017-05-231-4/+0
* New device interface for palettes AJR2017-04-061-3/+3
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-25/+25
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-22/+22
* More consistent use of integer types in tilemap_t and other graphics-related ... AJR2016-09-031-5/+5
* Misc. fixes (nw) AJR2016-08-281-1/+1
* 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