summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/mc6845.cpp
Commit message (Expand)AuthorAgeFilesLines
* mos8563: Split device source from mc6845 AJR2023-03-251-450/+0
* Various devices: Correct placement of U integer suffix in definitions of shif... AJR2023-03-231-3/+3
* Revert "emu_timer: undo prev commit, add running() getter and change some ena... hap2022-11-011-2/+2
* emu_timer: undo prev commit, add running() getter and change some enabled() c... hap2022-10-251-2/+2
* mbee: fixed unwanted L chrs for mbee -bios 1 Robbbert2022-06-091-0/+8
* Revert "stupid_git" AJR2022-06-041-5/+1
* Merge remote-tracking branch 'upstream/master' AJR2022-06-041-84/+67
|\
| * - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-84/+67
* | stupid_git AJR2022-06-041-1/+5
|/
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-3/+3
* mc6845: enable strobe output (RA4) in transparent mode. Robbbert2020-10-111-4/+4
* video/mc6845.cpp: Fix some uninitialised variables. Vas Crabb2020-10-091-0/+2
* Cleaned up bitmap API. Vas Crabb2020-09-271-2/+2
* mc6845: Fix off-by-one error in calculating bottom of DE window AJR2020-09-251-1/+1
* hd6345: Added all registers and implemented screen split. Nigel Barnes2020-08-171-44/+161
* video/mc6845.cpp: Copying some switch statements doesn't constitute copyright... Vas Crabb2020-08-171-1/+1
* ams40041: Move PC1512 VDU emulation down into device AJR2020-05-131-29/+0
* 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