summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/mc6845.cpp
Commit message (Expand)AuthorAgeFilesLines
* mc6845: max visible lines might not be what really is displayed, see 8088mph ... cracyc2020-04-301-1/+1
* mc6845: Note (nw) AJR2020-04-291-0/+1
* hd6345: Derive from hd6845s to maintain compatibility (nw) Nigel Barnes2019-11-081-2/+8
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-8/+13
* srcclean (nw) Vas Crabb2019-10-261-11/+11
* Review comments fixed Joakim Larsson Edstrom2019-09-261-1/+0
* mc6845.cpp: more logging and reduced (not eliminated) warning spam significan... Joakim Larsson Edstrom2019-09-261-9/+39
* srcclean (nw) Vas Crabb2019-09-221-2/+2
* HD6845: specialize the cursor emulation (#5598) 68bit2019-09-081-8/+28
* mc6845: address cursor display edge case in interlaced mode. 68bit2019-08-291-1/+9
* MC6845: correct cursor. 68bit2019-08-281-1/+7
* mc6845: Fix height of cursor on BBC Micro (nw) AJR2019-08-271-5/+0
* mc6845: improve the cursor emulation 68bit2019-08-261-12/+42
* mc6845: More consistent identification of HD6845S variant (nw) AJR2019-05-181-29/+10
* mc6845: Use standard device method to adjust input clock (nw) AJR2019-04-281-35/+24
* mc6845: Fix MT #7282; improve logging (nw) AJR2019-04-201-6/+15
* (nw) Clean up the mess on master Vas Crabb2019-03-261-28/+45
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-45/+28
* mc6845.cpp: Check for vsync on frame reset only if vsync witdh is supported AmatCoder2019-03-121-2/+5
* Merge pull request #4730 from AmatCoder/AmatCoder-mc6845-2 R. Belmont2019-03-081-14/+27
|\
| * mc6845.cpp: Check if vsync should be enabled when frame is reset AmatCoder2019-03-071-14/+27
* | mc6845.cpp: Fix mk88 machine AmatCoder2019-03-081-0/+2
|/
* mc6845.cpp: Do not reset line counter when screen parameters changed AmatCoder2019-03-061-2/+0
* mc6845, crtc_ega: Simplify read/write handlers (nw) AJR2019-02-191-11/+11
* Eliminate the default address map member of address_space_config (nw) AJR2019-02-171-2/+3
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-24/+4
* mos8563: Use device_palette_interface instead of creating palette subdevice (nw) AJR2018-06-011-34/+22
* maps: Finish devices/video (nw) Olivier Galibert2018-04-201-3/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* 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-4/+4
* memory: Remove some space parameters from the apple2 domain [O. Galibert] Olivier Galibert2017-12-191-0/+20
* mc6845: Minor transparent update refactoring (nw) AJR2017-11-161-40/+25
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-2/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-9/+7
* updated devices/video devices to use device_add_mconfig insted of device_mcon... Ivan Vangelista2017-05-241-6/+1
* 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-56/+40
* added (partial) correct register mappings to HD6345 bwodok2017-04-251-3/+57
* amusco.cpp: Generate blink state in a way more likely to represent hardware; ... AJR2017-03-181-6/+0
* Self-registering devices prep: Vas Crabb2017-02-271-13/+15
* Fix scanout of mc6845 Mark Garlanger2017-02-171-1/+1
* osborne1nv: scroll fix (nw) Robbbert2017-02-091-1/+1
* Improvements to rgb_t (nw) AJR2016-10-221-2/+2
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-9/+9
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-54/+54
* amusco: Major improvements; promoted to WORKING AJR2016-10-151-0/+6
* mc6845.cpp: fixed save state regression found during Tafoid's latest round of... Ivan Vangelista2016-02-031-1/+2
* mc6845: somehow this fixes mt6046 (nw) cracyc2016-01-211-1/+1
* reverting: Miodrag Milanovic2016-01-201-15/+15