summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video
Commit message (Expand)AuthorAgeFilesLines
* srcclean and manual cleanup Vas Crabb3 days3-4/+4
* ice/calchase.cpp: demote eggsplc to MNW angelosa11 days1-2/+2
* ui/ui.cpp: Fixed variable name auto-complete gone wrong. Vas Crabb2026-05-041-21/+23
* video/huc6260.cpp: Made the battlera-specific VCE a separated device class. (... cam9002026-05-042-17/+42
* Make debug logging less noisy for various NES/VT devices AJR2026-05-021-1/+1
* misc: address some gcc16.1 warnings hap2026-05-012-0/+6
* video/zeus2.cpp: set m_system from setter not from strcmp angelosa2026-04-302-14/+4
* Current Plug & Play PR (1 working system, 1 nw system, 2 nw clones, 1 working... mamehaze2026-04-292-20/+40
* - namco/namcos6.cpp: fleshed out driver Ivan Vangelista2026-04-242-40/+0
* identified bl_handhelds_lcdc_device as st7735 and moved to devices/video (#15... mamehaze2026-04-222-0/+380
* video/pc_vga_sis.cpp: hookup fast page address angelosa2026-04-142-12/+27
* namco/sg_vga.cpp: fix bitplane order, refine visible area angelosa2026-03-301-15/+20
* namco/sg_vga.cpp: Add DX-101 device (#15172) cam9002026-03-301-0/+1
* bus/pci/sis6326.cpp: add shifter behaviour on High/True Color depths angelosa2026-03-253-4/+26
* misc: toodle-oo TOOD typo hap2026-03-241-1/+1
* Ran srcclean across the source. Vas Crabb2026-03-222-44/+44
* bzone: remove space from title hap2026-03-211-4/+4
* Some prep work for extending offs_t to 64 bits. [Vas Crabb, Ryan Holtz] Vas Crabb2026-03-181-1/+1
* seta/seta2.cpp: Use standard mahjong matrix. Vas Crabb2026-03-141-22/+12
* video/x1_020_dx_101.cpp: Refactored Allumer X1-020/NEC DX-101 as a device. (#... cam9002026-03-142-0/+1057
* video/pc_vga_sis.cpp: improve VCLK PLL handling angelosa2026-03-111-8/+23
* video/ky3211_ky10510.cpp: Made TAXAN KY-3211 and KY-10510 into separate devic... cam9002026-03-112-0/+461
* sega/model3.cpp: dot product for lighting effects can't be negative by defini... angelosa2026-03-081-4/+5
* video/pc_vga_sis.cpp: implement video overlay playback angelosa2026-03-082-3/+436
* machine/pci.cpp: standardize minimum grant & maximum latency readbacks angelosa2026-03-061-0/+2
* bus/pci/trident_4dwavedx.cpp: hookup PC_JOY angelosa2026-03-031-3/+5
* pc/pcipc_via.cpp: fix PCI config space for slots angelosa2026-03-032-1/+6
* bus/isa: initial stub for a SPEA Graphiti FGA 4/HE TIGA card [VGA Legacy MKIII] angelosa2026-03-024-6/+153
* video/pc_vga_sis.cpp: upgrades angelosa2026-03-022-66/+441
* bus/pci/sis6326.cpp: fix pattern regs mode, fix mouse caret in notepad angelosa2026-02-271-1/+8
* video/pc_vga_sis.cpp: add line compare "disable", fix display at 1600x1200 angelosa2026-02-262-15/+38
* bus/pci/sis6326.cpp: initial BitBlt implementation angelosa2026-02-263-13/+25
* video/pc_vga_sis.cpp: preliminary HW cursor angelosa2026-02-262-4/+201
* video/pc_vga_sis.cpp: fix lambda capture angelosa2026-02-251-1/+1
* video/imagetek_i4100.cpp: Fix tilemap scroll in flip screen set (#15022) cam9002026-02-241-4/+4
* video/pc_vga_sis.cpp: start hooking up MD config pins, base hookup of TV Out ... angelosa2026-02-253-13/+213
* machine/vt82c586b_acpi.cpp: map ACPI_PIPC on 8-bit units, use a device_memory... angelosa2026-02-231-1/+21
* srcclean and tidy Vas Crabb2026-02-224-77/+79
* video/vector.cpp, frontend/mame/luaengine.cpp: Refactored recently-added Lua ... MooglyGuy2026-02-202-105/+115
* poly.h: Fixed polygons with shared vertices not rendering correctly, and corr... Matthew Daniels2026-02-181-1/+5
* video/pc_vga_sis.cpp: fix SVGA 8bpp mode, fix start address latch and 24bpp m... angelosa2026-02-162-36/+239
* video/pc_vga_sis.cpp: bulk replace typo for sis6326 VGA def angelosa2026-02-162-23/+23
* machine/i82371eb_usb.cpp: add I/O BAR registers angelosa2026-02-131-1/+2
* video/voodoo_pci.cpp: fix -validate angelosa2026-02-131-1/+1
* video/voodoo_pci.cpp: hookup Voodoo 3 3000 PCI roms [VGA Legacy MKIII] angelosa2026-02-132-1/+65
* video/pc_vga_ati.cpp: move EEPROM hookup to ISA cards angelosa2026-02-124-17/+35
* video/ati_mach32.cpp: attempt to improve SVGA modes angelosa2026-02-122-15/+33
* video/pc_vga_ati.cpp: fix start address, fix bank select angelosa2026-02-126-16/+54
* video/pc_vga_chips.cpp: add base registers angelosa2026-02-102-21/+298
* Added LUA bindings for vector-screen interfaces. David W Plummer2026-02-092-0/+65