summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/decocomn.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* src/mame: more misc MCFG removal (nw) Ivan Vangelista2018-12-041-12/+1
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+2
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-301-1/+1
* de-staticify initializations for mame/machine (#3251) wilbertpol2018-02-211-1/+1
* de-staticify initializations for src/mame/video (nw) (#3246) wilbertpol2018-02-201-3/+3
* Get rid of nonbuffered_palette_w at decocomn (#3103) cam9002018-01-241-1/+0
* removed space, offset and mem mask from decocomn_device::priority_r (nw) smf-2017-12-241-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-5/+4
* Remove device_config_complete from numerous devices that don't really need it... AJR2017-02-091-1/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-4/+4
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* resolved lot more (nw) Miodrag Milanovic2015-05-201-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-0/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-0/+7
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-10/+3
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-1/+1
* Modernization of decocomn device [Osso] Scott Stone2013-07-041-21/+15
* Memory handler normalization, part 1. Aaron Giles2012-09-171-6/+6
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-1/+20
* Converted Boogie Wings to generic sprite device plus added manual mixing. Con... Angelo Salese2012-02-011-8/+0
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-1/+1
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-1/+1
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-1/+1
* Haze: Added new files: video/decocomn.c video/decocomn. Split non-tilemap ... Scott Stone2011-03-251-0/+57