summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video (follow)
Commit message (Expand)AuthorAgeFilesLines
* devcb3 Vas Crabb2018-07-0744-151/+164
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-2416-43/+43
* srcclean and other cleanup (nw) Vas Crabb2018-06-243-40/+35
* nt7534: Add bounds checking to help prevent data corruption and segmentation ... AJR2018-06-231-15/+21
* Topcat improvements (#3663) Sven Schnelle2018-06-233-50/+84
* hd63450, genvdp, munchmo, esq5505, multigam: Remove machine().device lookups, nw mooglyguy2018-06-222-24/+72
* tms9928a: Expose internal palette through device_palette_interface AJR2018-06-172-22/+25
* i8275: Clean up code slightly (nw) AJR2018-06-141-18/+15
* Remove emupal.h from emu.h (nw) AJR2018-06-1311-0/+16
* wicat: Reduce video glitchiness with more sensible interrupt handling AJR2018-06-081-2/+2
* Removed nearly all custom MCFG macros from eepromser, migrated more of police... mooglyguy2018-06-072-1/+2
* i8275: DMA refinements AJR2018-06-072-33/+36
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-0814-207/+169
* Added missing primitives [krom] smf-2018-06-041-0/+7
* mos8563: Use device_palette_interface instead of creating palette subdevice (nw) AJR2018-06-012-41/+30
* hp_dio: clean up (nw) Vas Crabb2018-05-311-2/+2
* voodoo: Reinstate texture address masking. Fixes segmentation fault in warfa. Ted Green2018-05-291-8/+8
* Add HP98543 medium-res color graphics card (#3575) Sven Schnelle2018-05-284-95/+289
* srcclean (nw) Vas Crabb2018-05-274-24/+24
* interpro: lle keyboard working (#3608) Patrick Mackinlay2018-05-251-1/+1
* remove many mainly PCI-related MCFG macros in favour of constructor Vas Crabb2018-05-253-6/+6
* i8275: Fix underline-related row blanking; clean up a few more drivers (nw) AJR2018-05-231-2/+3
* create devices for each of the voodoo pci cards (nw) smf-2018-05-232-85/+218
* remove another device-specific MCFG macro, because standard is better than be... Vas Crabb2018-05-231-6/+9
* that never needed to be static (nw) Vas Crabb2018-05-232-11/+9
* voodoo: deal with needing to be able to configure screen/CPU or set them at s... Vas Crabb2018-05-233-270/+303
* Uncrappify voodoo pci devices transfert. Fix some paths on midwayic. (nw) Olivier Galibert2018-05-223-17/+12
* voodoo: Use device finders instead of machine().device (nw) Ryan Holtz2018-05-212-51/+43
* i8275: Blank top and bottom row lines when underline is greater than 7 AJR2018-05-212-56/+78
* ef9340/1: make character set external. [Wilbert Pol] Wilbert Pol2018-05-183-273/+20
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-18/+18
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-18/+18
* video/hp1ll3: add runtime bounds check in CONF command (issue#3523) (nw) (#3547) Sergey Svishchev2018-05-162-12/+16
* interpro: pass more diag stuff (nw) Olivier Galibert2018-05-161-1/+1
* vic4567: Use device_palette_interface (nw) AJR2018-05-142-16/+12
* moar (nw) Vas Crabb2018-05-147-27/+32
* set_tag can now take things other than C strings - please don't write new leg... Vas Crabb2018-05-142-4/+4
* tlc34076: m_pens is unnecessary now (nw) AJR2018-05-132-3/+0
* tlc34076: Convert implementation to use device_palette_interface (nw) AJR2018-05-132-27/+36
* huc6260: Internalize palette (nw) AJR2018-05-132-18/+12
* huc6261, huc6272: Use required_device instead of explicit lookups (nw) AJR2018-05-134-34/+12
* pc_vga.cpp: machine().device cleanups (nw) AJR2018-05-132-17/+7
* fix clang compile (nw) arbee2018-05-111-1/+1
* Add topcat asic (#3558) Sven Schnelle2018-05-112-0/+450
* (nw) remove more low-value macros and add a couple more constructor options Vas Crabb2018-05-101-4/+1
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-092-10/+0
* bt45x: new devices (#3536) Patrick Mackinlay2018-05-083-4/+629
* ppu2c0x: Change NMI to line callback (nw) AJR2018-05-062-10/+8
* ppu2c0x family: Make palette internal to device AJR2018-05-064-156/+143
* (nw) misc follow-up Vas Crabb2018-05-061-18/+4