summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/pc_vga.cpp
Commit message (Expand)AuthorAgeFilesLines
* video/pc_vga.cpp: fix pixel_xfer transfer shifting, makes Windows 95 to be us... angelosa2022-12-261-1/+5
* misc/gamtor.cpp: rearrange SVGA map layout, allow beetlem to show video angelosa2022-12-251-2/+2
* video/pc_vga.cpp: identify gamtor SVGA chip angelosa2022-12-241-1/+4
* misc/gamtor.cpp: offset bit 1 in VGA memory bankswitches to char RAM, make it... angelosa2022-12-241-2/+14
* pntnpuzl: fix display cracyc2022-12-081-1/+1
* hash/ibm5150.xml: first pass at QA (#10635) Angelo Salese2022-12-081-1/+3
* video/pc_vga.cpp: preliminary implemention for line_compare in vga_vh_ega mode angelosa2022-12-041-0/+5
* video/pc_vga.cpp: fix Read Mode 1 target color for comparison angelosa2022-12-031-7/+9
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* Initial work towards a sis630 based chipset driver (#9635) Angelo Salese2022-05-231-0/+8
* vga: made video RAM size configurable at machine configuration (#9289) Ivan Vangelista2022-02-091-8/+5
* konmedal020: more video cracyc2021-10-221-29/+103
* pc_vga: add xga blits cracyc2021-10-171-2/+316
* konmedal020: add xga skeleton and few oak bits cracyc2021-10-121-0/+470
* pc_vga: updated comment Robbbert2021-06-161-3/+3
* Enable GCC implicit fallthrough warning. Vas Crabb2020-11-151-0/+3
* Cleaned up bitmap API. Vas Crabb2020-09-271-212/+136
* various devices and drivers: removed superfluous semicolons (nw) Ivan Vangelista2020-06-291-1/+1
* devices/machine, sound and video: removed read and write macros (nw) Ivan Vangelista2020-06-171-80/+80
* pc_vga & co.: Simplify 8-bit handler signatures (nw) AJR2020-05-311-87/+87
* removed more dummy_space() calls (nw) smf-2020-04-021-42/+40
* svga_s3,s3virge: make hardware cursor display correctly in 15bpp and 24bpp vi... mahlemiut2020-01-161-7/+22
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+2
* pcipc: added a slightly more usable PCI S3 Virge/DX video card. mahlemiut2019-08-091-0/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-261-6/+8
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-8/+6
* midi: remove MCFG macros (nw) Ivan Vangelista2019-01-191-6/+8
* (nw) fix stuff: Vas Crabb2018-11-291-3/+3
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-1/+1
* vis: fix display in 256 color mode and add buttons 1 and 2 [Carl] cracyc2018-08-071-2/+5
* Removed nearly all custom MCFG macros from eepromser, migrated more of police... mooglyguy2018-06-071-1/+1
* pc_vga.cpp: machine().device cleanups (nw) AJR2018-05-131-12/+4
* pc_vga: Internalize palette (nw) AJR2018-03-031-15/+15
* pc_vga: Use device_video_interface and configured screens instead of first_sc... AJR2018-03-031-28/+28
* Grammar police (nw) Olivier Galibert2018-02-241-1/+1
* mach32: correct display of 16bpp video mode in Windows 9x (hardware pointer s... mahlemiut2018-01-271-11/+69
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-12/+12
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-38/+2
* mach8: Add Scan To X command, used by win9x drivers to write cursor data. mahlemiut2018-01-061-2/+101
* Some PC AT 2D accelerator updates: mahlemiut2018-01-021-14/+112
* Remove a bunch of space.device().safe_pc() from devices (nw) Olivier Galibert2017-12-301-1/+1
* pc_vga.cpp: avoid crash in a10cuba (nw) angelosa2017-12-301-2/+3
* srcclean and manual cleanups (nw) Vas Crabb2017-12-241-1/+1
* Fixup Melissa Goad2017-12-211-1/+1
* The proper fix, gleaned from DOSBox-X. Melissa Goad2017-12-201-5/+16
* pc_vga.cpp: ACTUALLY fix doom (nw) Melissa Goad2017-12-201-6/+5
* pc_vga.cpp: fix doom (nw) Melissa Goad2017-12-201-1/+1
* pc_vga.cpp: CRTC start address is supposed to be shifted left by 2, from 86Bo... Melissa Goad2017-12-201-1/+2
* space.machine -> machine (nw) Olivier Galibert2017-12-141-5/+5
* updated devices/video devices to use device_add_mconfig insted of device_mcon... Ivan Vangelista2017-05-241-17/+6