summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video
Commit message (Expand)AuthorAgeFilesLines
* Various improvements to image file handling: Vas Crabb2020-10-082-4/+6
* Plug and Play work (new sets) (#7321) David Haywood2020-10-063-21/+43
* -Got rid of most of the remaining problematic uses of make_unique_clear. Vas Crabb2020-09-301-1/+1
* imagetek_i4100.cpp: initialized a couple of variables Ivan Vangelista2020-09-291-3/+7
* odyssey2: sourcecode style cleanup (mostly bracket spacing) hap2020-09-284-116/+116
* odyssey2: shorthand variable types in source code hap2020-09-284-87/+87
* New working software list additions hap2020-09-281-3/+2
* Cleaned up bitmap API. Vas Crabb2020-09-2752-863/+643
* Disable SOUND_DEBUG for non-debug builds, and srcclean Vas Crabb2020-09-273-10/+10
* mc6845: Fix off-by-one error in calculating bottom of DE window AJR2020-09-251-1/+1
* machines promoted to WORKING (Plug and Play) (#7282) David Haywood2020-09-236-344/+375
* t6963c: decrease warning serverity hap2020-09-211-1/+1
* Revert "sound: Improved view interfaces to match usage patterns" Aaron Giles2020-09-171-2/+2
* sound: Improved view interfaces to match usage patterns Aaron Giles2020-09-171-2/+2
* i8244: update to use newsound hap2020-09-142-7/+6
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-132-3/+3
* pwm: remove now-obsolete savestate workaround hap2020-09-132-29/+1
* alpha_8921: remove empty comment blocks hap2020-09-131-1/+1
* odyssey2: put voice roms in softwarelist hap2020-08-281-47/+47
* ef9365: remove improper hyperlink from notes hap2020-08-261-4/+0
* Get rid of a bunch of _Names - any name starting with an underscore followed ... Vas Crabb2020-08-251-132/+132
* ef9340: fix drawing over wrong area when service row is disabled hap2020-08-241-4/+6
* i8244: change pos hold strobe again, add sound interrupt hap2020-08-242-39/+26
* srcclean for 0.224 Vas Crabb2020-08-231-47/+47
* i8244: reduce partial screen update calls hap2020-08-221-3/+3
* i8244: simplify pos strobe hold hap2020-08-211-6/+6
* odyssey2.xml: add file index for numbered videopac carts hap2020-08-201-3/+1
* New working software list additions hap2020-08-191-4/+2
* fixedfreq.cpp: Improve handling of interlaced video couriersud2020-08-172-15/+26
* hd6345: Added all registers and implemented screen split. Nigel Barnes2020-08-172-47/+183
* ef9340: add support for double width/height characters hap2020-08-172-92/+129
* video/mc6845.cpp: Copying some switch statements doesn't constitute copyright... Vas Crabb2020-08-172-2/+2
* ef9340: internal chr rom was bitswapped, also mark it bad dump hap2020-08-161-5/+5
* ef9340: add character blink/underline modes hap2020-08-164-145/+179
* ef9340: move read commands to readhandler and add slice mode hap2020-08-142-21/+53
* i8244: add external collision detection hap2020-08-142-0/+19
* odyssey2: add notes hap2020-08-142-15/+26
* odyssey2: disable logging hap2020-08-142-25/+29
* odyssey2: improve 824x/ef934x layer mixing hap2020-08-143-22/+25
* ef9340: add keyboard cursor hap2020-08-132-1/+7
* ef9340: bgcolor is remembered for alphanumeric chars hap2020-08-131-24/+12
* odyssey2.xml: sort list hap2020-08-131-0/+3
* i8244: fix problem with zoomed sprites, update sound/video at tighter intervals hap2020-08-122-456/+445
* mcs48: fix possible missed timer overflow if burn_cycles is larger than 2 hap2020-08-111-12/+9
* epic12.cpp: #if instead #ifdef (#7045) cam9002020-08-091-4/+59
* i8244: don't access unused registers hap2020-08-042-10/+74
* i8244: return 0 on write-only registers hap2020-08-032-7/+8
* i8244: fix y cam register mask hap2020-08-031-4/+13
* i8244: don't collide grid with itself hap2020-08-031-22/+2
* i8244: remove leftover from testing hap2020-08-031-1/+1