summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | sed1330: Various improvements AJR2019-09-292-50/+80
* | a1010: Preliminary SED1330 hookup (nw) AJR2019-09-291-6/+40
* | nt7534: Manufacturer note (nw) AJR2019-09-291-1/+1
* | another fix for Visual Studio 2019 (nw) smf-2019-09-292-4/+4
* | some Visual Studio 2019 fixes (nw) smf-2019-09-298-8/+16
* | Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-262-4/+4
|/
* [snes] Run HTOTAL double only if needed AmatCoder2019-09-251-4/+4
* srcclean (nw) Vas Crabb2019-09-224-22/+22
* acorn_vidc: All right, move this back to src/devices/machine (nw) AJR2019-09-202-678/+0
* acorn_vidc: Internalize palette; externalize screen (nw) AJR2019-09-202-27/+42
* acorn_vidc: Move to src/devices/video and fix full build (nw) AJR2019-09-202-0/+663
* (nw) misc cleanup: Vas Crabb2019-09-202-11/+8
* bt45x: 4 overlay colors, not 3 (nw) Patrick Mackinlay2019-09-181-4/+4
* bt431: be pedantic (nw) Patrick Mackinlay2019-09-181-6/+6
* (nw) more misc cleanup: Vas Crabb2019-09-171-6/+6
* (nw) please try to ensure #include guards will trip special-casing in dumb pr... Vas Crabb2019-09-161-1/+1
* dp8350: Apply some subtle timing fixes; save one more variable AJR2019-09-141-13/+18
* Fix clang error: equality comparison with extraneous parentheses [-Werror,-Wp... AJR2019-09-131-2/+2
* imagetek_i4100.cpp : Updates cam9002019-09-142-361/+345
* devices/video/315_5313.cpp : Fix 3bit color mode masking, Convert drawing rou... cam9002019-09-134-116/+185
* bt431: fix masking (nw) Patrick Mackinlay2019-09-132-2/+4
* midzeus.cpp, zeus2: Bring static variables inside class; eliminate auto_alloc... AJR2019-09-112-9/+9
* HD6845: specialize the cursor emulation (#5598) 68bit2019-09-082-9/+30
* vrender0: Fix link by moving mame/video/vrender0 to devices (nw) Olivier Galibert2019-09-052-0/+822
* 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-262-12/+43
* hd44780: Add alternate interface using direct writes to bus control lines (nw) AJR2019-08-252-46/+111
* srcclean (nw) Vas Crabb2019-08-252-17/+17
* ssystem3: add notes, add i/o (nw) hap2019-08-221-1/+1
* hd61830: Number of characters must be even 2-128. Nigel Barnes2019-08-221-1/+2
* add md4330/4332 lcd driver (nw) hap2019-08-212-0/+195
* ti99: Changed busmouse to a push behaviour; the real V9938 does not regularly... Michael Zapf2019-08-142-8/+25
* 315_5313.cpp DMA / Timer Updates, Correct refresh rate and timer rate related... cam9002019-08-132-1334/+785
* pcipc: added a slightly more usable PCI S3 Virge/DX video card. mahlemiut2019-08-094-0/+409
* am8052: Name the registers (nw) AJR2019-08-062-4/+100
* am8052: Skeleton device implementation (inadvertently omitted from 6a3e79f9a7... AJR2019-08-032-0/+106
* srcclean (nw) Vas Crabb2019-07-282-14/+14
* 315_5124: Adjust horizontal screen positions Enik Land2019-07-252-21/+18
* bt431: new device (nw) Patrick Mackinlay2019-07-232-0/+378
* bt45x: overlay for single channel devices (nw) Patrick Mackinlay2019-07-232-4/+9
* Revert "Allow 16bpp gfxdecode (#5167)" R. Belmont2019-07-192-10/+10
* Allow 16bpp gfxdecode (#5167) cam9002019-07-182-10/+10
* imagetek_i4100: Convert screen update method to bitmap_rgb32 (nw) AJR2019-07-132-119/+123
* Fixing MC6847 to be responsive to live changes of artifacting config npwoods2019-07-082-4/+17
* dl1416: Simplify bus_w handlers and type names (nw) AJR2019-07-072-27/+27
* various: de-unroll loops in pixel drawing routines, drop scanline_callback (... shattered2019-07-061-16/+4
* pwm: fix savestate problem (nw) hap2019-07-052-4/+30
* Merge pull request #5306 from enikland2/nes_sms_gun_fix R. Belmont2019-07-042-22/+33
|\