summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/huc6261.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* v810/v810.cpp: separate irqs into individual lines as a PoC (#11088) Angelo Salese2023-04-201-2/+2
* -Lua engine: run everything in coroutines. (#11019) Vas Crabb2023-03-251-3/+1
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-2/+2
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* Cleaned up bitmap API. Vas Crabb2020-09-271-2/+2
* various devices and drivers: removed superfluous semicolons (nw) Ivan Vangelista2020-06-291-1/+1
* devices/machine, sound and video: removed read and write macros (nw) Ivan Vangelista2020-06-171-2/+2
* huc6270.cpp, huc6202.cpp : Simplify handlers cam9002019-04-271-2/+2
* huc6261, huc6272: Use required_device instead of explicit lookups (nw) AJR2018-05-131-15/+3
* Privatize m_screen and other variables of device_video_interface (nw) AJR2018-01-051-8/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-11/+14
* Self-registering devices prep: Vas Crabb2017-02-271-1/+4
* srcclean (nw) Vas Crabb2017-02-191-3/+3
* Device hookups (nw) angelosa2017-01-271-3/+9
* Added full pad inputs, some register hookups in King and fixed few bit mistak... angelosa2017-01-261-13/+13
* huc6261.cpp: Fixed YUV colors, added palette offset and HuC6261-A mixing, fix... angelosa2017-01-261-19/+34
* replaced machine().driver_data()->generic_space() with machine().dummy_space(... smf-2016-11-031-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-13/+13
* reverting: Miodrag Milanovic2016-01-201-4/+4
* tags are now strings (nw) Miodrag Milanovic2016-01-161-4/+4
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-1/+1
* clang-modernize part 3 Miodrag Milanovic2015-12-041-4/+4
* Fixed uninitialized class members Miodrag Milanovic2015-11-191-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+434