summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/isa_vga_ati.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* s3, mach8: Added read/write registers, and implemented read masking in BitBLTs mahlemiut2013-04-201-0/+2
* mach8: added source X/Y read registers (used by XF86_MACH8) (no whatsnew) mahlemiut2013-04-161-0/+2
* 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-2/+2
* (MESS) Moved 8514/A and Mach8 implementations to separate devices. mahlemiut2012-10-041-32/+33
* (MESS) Moved 8514/A specific functions and variables to the ATI device, as th... mahlemiut2012-10-021-8/+8
* Converted VGA to be multiple devices, this will require some cleanup in futur... Miodrag Milanovic2012-10-011-49/+50
* Made Cirrus just another vga implementation, and removed a need for additiona... Miodrag Milanovic2012-09-301-1/+1
* (MESS) Bit more function renaming and variable shuffling. (no whatsnew) mahlemiut2012-09-281-4/+4
* (MESS) gfxultra: just renaming a few functions... (no whatsnew) mahlemiut2012-09-221-7/+7
* 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
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-2/+2
* (MESS) gfxultra: Very basic implementation of the linedraw register, enough t... mahlemiut2012-09-141-0/+1
* (MESS) gfxultra: Fix for blank screen after starting MS-DOS Editor or QBasic.... mahlemiut2012-09-141-1/+1
* (MESS) Added preliminary ATi Graphics Ultra support mahlemiut2012-09-121-0/+127