summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/pc_vga.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-6/+6
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-27/+27
* srcclean (nw) Vas Crabb2017-03-261-1/+1
* pc_vga: fix broken port reads on state load Scott Percival2017-03-231-0/+4
* pc_vga: add palette configuration to save state Scott Percival2017-03-231-12/+20
* pc_vga: save expanded attribute registers Scott Percival2017-03-101-3/+93
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-17/+19
* Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-1/+1
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-136/+136
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-1/+1
* Fix build on MSVC thanks to Rene, also fix debug_break crashes therealmogminer@gmail.com2016-06-081-1/+1
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-1/+1
* svga_s3: fix potential crash when hardware pointer is at the edge of VRAM, an... mahlemiut2016-03-161-41/+55
* reverting: Miodrag Milanovic2016-01-201-13/+13
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-6/+6
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-6/+6
* tags are now strings (nw) Miodrag Milanovic2016-01-161-13/+13
* cleanup (nw) Miodrag Milanovic2015-12-261-2/+2
* clang-modernize part 3 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+5559