summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/vic4567.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* make rectangle work better with constexpr, change many things to use designat... Vas Crabb2018-07-281-6/+6
* vic4567: Use device_palette_interface (nw) AJR2018-05-141-13/+8
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* Privatize m_screen and other variables of device_video_interface (nw) AJR2018-01-051-5/+5
* updated devices/video devices to use device_add_mconfig insted of device_mcon... Ivan Vangelista2017-05-241-11/+4
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-24/+24
* Self-registering devices prep: Vas Crabb2017-02-271-1/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-5/+5
* * Make object finders behave like pointers for the purposes of implicit casts... Vas Crabb2016-08-271-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-1/+1
* removed usage of deprecated register keyword in our code (nw) Miodrag Milanovic2015-12-041-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2055