summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/isa_svga_s3.c
Commit message (Expand)AuthorAgeFilesLines
* Shuffle ISA and some more PC related devices around (nw) Miodrag Milanovic2014-03-071-275/+0
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+2
* s3, mach8: Added read/write registers, and implemented read masking in BitBLTs mahlemiut2013-04-201-0/+2
* Cleanups and version bumpmame0148u3 Miodrag Milanovic2013-04-091-2/+2
* s3virge: moved to separate source file (no whatsnew) mahlemiut2013-04-071-1/+0
* (MESS) Added s3virgedx (no whatsnew) mahlemiut2013-04-011-0/+77
* (MESS) Added skeleton S3 ViRGE video card. [Barry Rodewald] mahlemiut2013-03-311-1/+90
* 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
* (MESS) Moved 8514/A and Mach8 implementations to separate devices. mahlemiut2012-10-041-15/+16
* (MESS) Moved 8514/A specific functions and variables to the ATI device, as th... mahlemiut2012-10-021-9/+9
* Converted VGA to be multiple devices, this will require some cleanup in futur... Miodrag Milanovic2012-10-011-30/+32
* 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
* 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
* (MESS) Added preliminary ATi Graphics Ultra support mahlemiut2012-09-121-0/+1
* (MESS) svga_s3: Added Hardware Graphics Cursor. Works fine under Windows 95, ... mahlemiut2012-09-061-2/+2
* (MESS) svga_s3: added memory-mapped I/O ports, and various other updates. mahlemiut2012-09-021-0/+1
* (MESS) svga_s3: implemented background and foreground mix registers. mahlemiut2012-08-281-0/+2
* (MESS) Preliminary work on S3 764. mahlemiut2012-08-261-1/+10
* (MESS) svga_s3: converted to 16-bit ISA device. The S3 chipsets have 16-bit w... mahlemiut2012-08-261-9/+9
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+93