summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/dp8350.cpp
Commit message (Collapse)AuthorAgeFilesLines
* devices/video/dp8350: initialized one variable which caused issues in debug ↵ Ivan Vangelista2020-07-031-0/+1
| | | | devnoclear builds (nw)
* 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 ↵ AJR2018-11-101-1/+22
| | | | frequencies (nw)
* 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
| | | | | | | | | | | | | | | | - Support cursor and scrolling through CRTC registers - Correct number of interrupts per frame - Actually show the "insert diskette" message with -bios 0 - Add RAM size option - Add option for two more floppy drives - Add RS232 ports and DIP switch for selecting baud clocks - Redo memory banking without configured banks or bankdev to be hardware-accurate (nw) - Rename all "portXX" handlers (nw) - Acknowledge interrupt on reads as well as writes (nw) - Remove palette device (nw) - Update manufacturer and system names (nw) - Update notes (nw) - Many small code refinements (nw)
* 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