summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/pc_vga.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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