summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video
Commit message (Expand)AuthorAgeFilesLines
* Revert "video/mc6845.cpp: Restore support for zero active width/height config... Vas Crabb2024-03-232-55/+22
* video/mc6845.cpp: Restore support for zero active width/height configuration ... Mark Garlanger2024-03-222-22/+55
* swx00: Advance Olivier Galibert2024-03-181-1/+1
* video/pc_vga_sis: document remaining sequencer regs angelosa2024-03-152-3/+77
* video/pc_vga_sis: fix -validate angelosa2024-03-141-1/+1
* video/pc_vga_sis: add SiS6326 VGA core angelosa2024-03-142-110/+185
* rendfont: set minimum width of scaled bitmap for font chars used in .lay file... hap2024-03-112-4/+5
* -rm/rm380z.cpp: Use SN74S262 as the VDU-40 COS 3.4 character generator. (#12128) Robin Sergeant2024-03-121-1/+1
* video/pc_vga: retire vblank_timer_cb override, add a latch_start_addr fn in p... angelosa2024-03-1010-30/+43
* video/pc_vga_cirrus: fix pitch offset angelosa2024-03-105-16/+9
* video/pc_vga_cirrus: add start address bit 19 for GD5430+ angelosa2024-03-102-15/+83
* video/pc_vga_cirrus: bulk replace device naming angelosa2024-03-092-57/+57
* video/pc_vga_cirrus: misc cleanups angelosa2024-03-092-87/+57
* pc_vga_cirrus: fix interlace mode, fix divisor on 16-bit pixel mode angelosa2024-03-082-3/+10
* video/pc_vga_s3: fix start address shift in extended video mode, fix heavy pr... angelosa2024-03-061-2/+6
* Moved Cave drivers and devices to atlus project and a new cave project. (#12090) Angelo Salese2024-03-0513-6753/+0
* scn2674: fixed row table addressing mode as per documentation Miodrag Milanovic2024-03-022-1/+6
* New working clones hap2024-02-291-1/+1
* added preliminary OKI MSM6588 ADPCM Recorder device hap2024-02-292-2/+2
* bus/pci: separate AGP cards to their own container, add Laguna 3d as AGP slot... angelosa2024-02-272-264/+0
* video/voodoo_pci: fix Voodoo 2 PCI config values angelosa2024-02-251-1/+13
* video/pc_vga_s3: fix -validate angelosa2024-02-251-2/+2
* video/pc_vga_s3: separate Vision864/964/968 from Trio64, fix SDD UVCONFIG.EXE... angelosa2024-02-252-31/+134
* video/pc_vga_s3: bulk rename s3_vga_device -> s3trio64_vga_device angelosa2024-02-254-28/+28
* video/pc_vga_*: standardize DEFINE_DEVICE_TYPE descriptions angelosa2024-02-258-16/+16
* pci/vision: add Vision964, start implementing new MMIO for Vision 968 angelosa2024-02-251-1/+6
* bus/pci: add Vision 864 and 968 cards angelosa2024-02-251-1/+17
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-252-11/+29
* srcclean and manual cleanup in preparation for 0.263 release. Vas Crabb2024-02-251-1/+1
* bus/ata: basic Toshiba XM-3301 ATAPI CD drive [Angelo Salese, Grull Osgo] angelosa2024-02-241-0/+1
* video/gf7600gs: add basic legacy VGA control angelosa2024-02-222-0/+62
* bus/pci/promotion: add Alliance VGA core stub angelosa2024-02-222-0/+129
* video/voodoo_pci: fix Voodoo 1 PCI default values, allows sis85c496 to detect... angelosa2024-02-201-5/+14
* Systems promoted to working hap2024-02-203-21/+51
* lc7582: rename file to lc7580 hap2024-02-192-4/+4
* lc7582: correct com/seg positions on 1/2 duty, hap2024-02-192-15/+48
* video/pc_vga: CRTC logmacro, fix a bunch of masks towards SVGA angelosa2024-02-181-6/+70
* video/pc_vga_oak: preliminary HW cursor, add path for 32bpp color mode angelosa2024-02-172-22/+125
* video/s3virge: add VGA core moniker so to differentiate with the PCI/ISA equi... angelosa2024-02-151-3/+3
* bud/idpartner/gdp.cpp: hook AVDC and added char rom Miodrag Milanovic2024-02-151-2/+2
* video/pc_vga_oak: fix lambda capture angelosa2024-02-141-1/+1
* pci/oti_spitfire: fix BAR2 IO flag, add revision register angelosa2024-02-143-19/+40
* video/pc_vga_oak: add segment, aperture and basic SVGA pixel modes angelosa2024-02-132-11/+157
* video/pc_vga_oak: convert $3de/$3df to address_space, allow Spitfire to boot angelosa2024-02-122-23/+172
* video/pc_xga: move OAK VGA core to standalone pc_vga_oak file angelosa2024-02-124-115/+138
* shared/pcshare: deprecate angelosa2024-02-111-1/+1
* video/mc6845.h: mark set_show_border_area and set_visarea_adjust as hack setters angelosa2024-02-101-0/+2
* video/pc_vga_sis: placeholder for extended clock modes, reformat sequencer lo... angelosa2024-02-103-25/+121
* video/atirage.cpp: add base x86 interface for atirageiidvd_device angelosa2024-02-083-3/+57
* mc6847: s68047 has different colors from mc6847, and graphics mode 5 has a di... hap2024-01-302-151/+169