summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/fixfreq.h
Commit message (Expand)AuthorAgeFilesLines
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-061-1/+1
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* fixedfreq.cpp: Improve handling of interlaced video couriersud2020-08-171-0/+6
* netlist: remove soft reset support. couriersud2020-07-051-11/+4
* fixedfreq: Add machine configuration. [Couriersud] couriersud2019-12-301-60/+100
* netlist: Revert development code committed by accident. (nw) couriersud2019-11-261-102/+59
* netlist: move nl_examples to src/lib/netlist/examples. (nw) couriersud2019-11-251-59/+102
* netlist video: Add VECTOR support. [Couriersud] couriersud2019-11-171-6/+14
* netlist: Fix freeze on reset (F3). (nw) couriersud2019-11-161-7/+20
* (nw) Clean up the mess on master Vas Crabb2019-03-261-86/+192
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-192/+86
* fixedfreq: some renaming, remove members called only once. (nw) couriersud2019-03-161-5/+20
* fixedfreq: more separation between interface and logic. (nw) couriersud2019-03-161-27/+20
* fixedfreq: Separate interface from implementation. (nw) couriersud2019-03-121-56/+170
* New working machine couriersud2019-03-121-0/+1
* fixfreq: Eliminate MCFG_ macros; internalize screen configuration (nw) AJR2019-01-191-49/+21
* Implement sub-pixel horizontal resolution. (nw) couriersud2019-01-041-0/+1
* FixFreq code maintenance and add rgb channel functionality. (nw) couriersud2019-01-041-16/+26
* de-staticify initializations for src/devices/video (#3270) wilbertpol2018-02-251-22/+20
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-7/+7
* Self-registering devices prep: Vas Crabb2017-02-271-3/+5
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-5/+5
* reverting: Miodrag Milanovic2016-01-201-2/+2
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-1/+1
* override part 3 (nw) Miodrag Milanovic2015-12-051-3/+3
* cleanuo Miodrag Milanovic2015-12-051-3/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+163