summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/dp8350.cpp
Commit message (Expand)AuthorAgeFilesLines
* ds8874: move to video folder (led driver chip), hap2024-04-111-1/+2
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-18/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-7/+7
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-4/+4
* devices/video/dp8350: initialized one variable which caused issues in debug d... Ivan Vangelista2020-07-031-0/+1
* dp8350: Apply some subtle timing fixes; save one more variable AJR2019-09-141-13/+18
* univac.cpp: Add customized CRTC; configure CTC using verified input frequenci... AJR2018-11-101-1/+22
* Replace ATTOSECONDS_TO_HZ with as_hz where appropriate (nw) AJR2018-11-051-1/+1
* srcclean and cleanup (nw) Vas Crabb2018-10-281-18/+18
* sbrain: Driver overhaul AJR2018-10-041-4/+7
* monzagp: Experimental visible area offset (nw) AJR2018-10-031-8/+2
* hazl1420: Much better raster interrupts (nw) AJR2018-10-011-4/+19
* dp8350: More complete line-by-line emulation of timing outputs (nw) AJR2018-10-011-87/+210
* dp8350: Further notes (nw) AJR2018-09-281-6/+10
* dp8350: More timing outputs (nw) AJR2018-09-251-20/+116
* Preliminary emulation of National DP8350 CRT controller family AJR2018-09-251-0/+289