summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/isa_vga.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Expanded device_t constructor with parameters for short name and source file ... Miodrag Milanovic2013-03-261-2/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1
* srcclean (nw) Curt Coder2012-10-071-1/+1
* Converted VGA to be multiple devices, this will require some cleanup in futur... Miodrag Milanovic2012-10-011-15/+7
* Made Cirrus just another vga implementation, and removed a need for additiona... Miodrag Milanovic2012-09-301-1/+1
* used read8_delegate instead of read8_space_func for vga port read (nw) Miodrag Milanovic2012-09-201-2/+2
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-1/+1
* Added Sound Blaster 16, and proper 16 bit ISA DMA handling [Carl] Miodrag Milanovic2012-09-041-0/+91