summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/antic.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Eliminate a few more uses of auto_alloc (nw) AJR2019-11-101-3/+2
* antic: Modernize logging (nw) AJR2019-05-181-42/+37
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-2/+2
* diexec: Interrupt API changes (nw) AJR2018-05-181-2/+2
* Eliminate some explicit device tag lookups (nw) AJR2018-05-131-11/+8
* Privatize m_screen and other variables of device_video_interface (nw) AJR2018-01-051-7/+7
* space.machine -> machine (nw) Olivier Galibert2017-12-141-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-27/+308
* Self-registering devices prep: Vas Crabb2017-02-271-1/+2
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-58/+58
* Devfind revision phase 2 (nw) AJR2016-08-051-2/+2
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+1
* removed memory tracking (nw) Miodrag Milanovic2016-01-081-1/+1
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-4/+4
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-4/+4
* clang-modernize part 6 Miodrag Milanovic2015-12-041-2/+2
* clang-modernize part 4 Miodrag Milanovic2015-12-041-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2107