summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/deco16ic.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-25/+22
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+2
* deco16ic.cpp : Updates cam9002019-05-061-20/+21
* deco16ic.cpp : Simplify handlers, Reduce some unnecessary lines cam9002019-03-311-14/+12
* deco16ic.cpp : Move cninja exclusive transmask function into cninja.cpp cam9002019-03-201-2/+3
* src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-061-44/+0
* deco16ic.cpp : Add support for gfxdecode device... cam9002018-11-101-1/+1
* sshangha.cpp: added save state support, removed MCFG macros (nw) Ivan Vangelista2018-09-101-4/+4
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-301-1/+1
* srcclean (nw) Vas Crabb2018-02-251-1/+1
* forward universal references when setting callbacks in cases I noticed when l... Vas Crabb2018-02-221-2/+2
* de-staticify initializations for mame/machine (#3251) wilbertpol2018-02-211-2/+2
* de-staticify initializations for src/mame/video (nw) (#3246) wilbertpol2018-02-201-30/+30
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-281-5/+5
* deco16ic : Split pf1/2 size (#3124) cam9002018-01-251-4/+13
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+4
* fix 06422 David Haywood2016-12-271-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-20/+20
* Reduce the incidence of required_device<palette_device> in subdevices AJR2016-04-021-4/+0
* reverting: Miodrag Milanovic2016-01-201-3/+3
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-2/+3
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* resolved lot more (nw) Miodrag Milanovic2015-05-201-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-2/+2
* cleanup. nw. Fabio Priuli2014-04-081-0/+3
* fix compile by finishing deco16ic work (nw) Miodrag Milanovic2014-04-071-4/+0
* deco16ic: converted to use devcb2. nw. Fabio Priuli2014-04-071-22/+60
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-0/+5
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-0/+8
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-1/+1
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-8/+9
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-4/+3
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-9/+9
* Some emu.h related redundant #include cleanup (nw) Scott Stone2013-07-171-1/+0
* disabled unused private field (nw) Oliver Stöneberg2013-07-041-1/+1
* Modernized DECO16 IC device [Osso] Fabio Priuli2013-06-301-64/+104
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1
* Memory handler normalization, part 1. Aaron Giles2012-09-171-12/+12
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-2/+2
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* tilemap_create_device users modernized (no whatsnew) Miodrag Milanovic2012-09-071-1/+7
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-1/+20
* unneeded workaround, it was already fixed properly in r15184 Michaël Banaan Ananas2012-01-281-2/+0
* Converted wizdfire to use generic deco functions [David Haywood] Angelo Salese2012-01-281-0/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-4/+7
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-4/+4