summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k052109.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* (nw) initialisation order matters (fix many Konami crashes) Vas Crabb2019-10-261-8/+7
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-4/+5
* k052109: Use callback to generate IRQ for most drivers (nw) AJR2019-08-301-11/+8
* k052109.cpp : Updates cam9002019-04-271-19/+8
* src/mame/video: switched various devices to devcb3 and removed MCFG macros (nw) Ivan Vangelista2018-11-211-1/+1
* Eliminate register_postload from various Konami/Namco/Taito video devices (nw) AJR2018-09-201-1/+9
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-2/+2
* de-staticify initializations for mame/machine (#3251) wilbertpol2018-02-211-10/+0
* de-staticify initializations for src/mame/video (nw) (#3246) wilbertpol2018-02-201-8/+5
* Checkpoint... (nw) Olivier Galibert2018-01-031-7/+7
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+4
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-12/+12
* More prep for removing pointer/reference duality (nw) Vas Crabb2016-08-271-1/+1
* gcc 6.1.1 warning fixes (nw) Olivier Galibert2016-06-161-2/+2
* Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-071-17/+9
* Pass and return palette devices by reference, not as pointers AJR2016-01-231-1/+1
* reverting: Miodrag Milanovic2016-01-201-3/+4
* tags are now strings (nw) Miodrag Milanovic2016-01-161-4/+3
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-2/+2
* clang-modernize part 4 Miodrag Milanovic2015-12-041-14/+14
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+763