summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/mc6845.cpp
Commit message (Expand)AuthorAgeFilesLines
* video/mc6845.cpp: lift horizontal display and mode control from being zeroed ... angelosa2024-09-211-2/+4
* Revert "video/mc6845.cpp: Restore support for zero active width/height config... Vas Crabb2024-03-231-53/+20
* video/mc6845.cpp: Restore support for zero active width/height configuration ... Mark Garlanger2024-03-221-20/+53
* Revert "video/mc6845.cpp: Support zero active width/height configuration. (#1... Vas Crabb2024-01-301-53/+20
* video/mc6845.cpp: Don't enable line timer until valid parameters are set. (#1... Mark Garlanger2023-12-081-1/+8
* video/mc6845.cpp: Support zero active width/height configuration. (#11756) Mark Garlanger2023-11-261-20/+53
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-6/+0
* emu/devdelegate.h: Added resolve_safe and resolve_all_safe helpers. Vas Crabb2023-06-131-9/+5
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-4/+4
* sanyo/mbc200.cpp: Better I/O: Vas Crabb2023-04-221-1/+1
* 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