summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/pc_vga.c
Commit message (Expand)AuthorAgeFilesLines
* mach32,mach64: fixed crash when reading vblank state. mahlemiut2014-09-101-4/+4
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-2/+3
* pc_vga: moved trident VGA device into its own source file (no whatsnew) mahlemiut2014-09-081-153/+1
* svga_s3: added CLKSYN test register (SR17), gets stock Trio64V2/DX BIOS to bo... mahlemiut2014-09-071-0/+6
* (MESS) pc_vga: correct access to attribute register when PAS bit is set, allo... R. Belmont2014-09-041-2/+3
* Assorted device name description fixes from MASH (nw) Scott Stone2014-07-121-1/+1
* at: added preliminary ATi Graphics Ultra Pro (mach32) ISA video card. [Barry ... mahlemiut2014-05-171-6/+34
* svga_dm: prevent writing past the end of VRAM, should fix XF86_SVGA crashing.... mahlemiut2014-05-031-4/+4
* s3,s3virge: Set power-on strapping bits on reset, and allow them to be writte... mahlemiut2014-04-261-5/+41
* Some changes/corrections to device descriptions from MASH and Tafoid (nw) Scott Stone2014-04-121-1/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-3/+3
* Some changes/corrections to device descriptions from MASH (nw) Scott Stone2014-04-071-4/+4
* Some changes/corrections to device descriptions from MASH (nw) Scott Stone2014-03-311-1/+1
* reverting, sorry for this vconv needs to be updated (nw) Miodrag Milanovic2014-03-311-10/+5
* VS2013 x64 is little bit more anal about signed/unsigned comparison (nw) Miodrag Milanovic2014-03-311-5/+10
* vga: fixed incomplete rendering of modes using more than 1MB of VRAM mahlemiut2014-03-291-9/+10
* s3: fixed typo (no whatsnew) mahlemiut2014-03-281-1/+1
* s3: added configuration registers for Trio/Virge chipsets. Are read-only for... mahlemiut2014-03-281-0/+22
* svga_s3: Corrected ID values, based on S3ID mahlemiut2014-03-181-3/+2
* Nuke some more auto_allocs. Aaron Giles2014-03-161-4/+4
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-24/+24
* MSVC fix Nathan Woods2014-03-011-1/+1
* svga_s3: Corrected Trio64 video clock setting, based on datasheet. mahlemiut2014-03-011-54/+88
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-26/+28
* pc_vga: fix extraneous logging I'd left on (nw) R. Belmont2014-01-251-1/+1
* (MESS) pc_vga: default DAC mask to 0xff, indiana now shows text [Carl] R. Belmont2014-01-221-1/+3
* New NOT WORKING system Angelo Salese2013-10-171-0/+2
* Games promoted from NOT_WORKING mariuszw12013-09-041-0/+2
* Rewrite serial EEPROM devices, breaking them out into separate chips of Aaron Giles2013-07-291-17/+7
* Split eeprom.c into a base class base_eeprom_device and a serial-specific Aaron Giles2013-07-271-4/+2
* Rename eeprom_device to serial_eeprom_device in anticipation of adding Aaron Giles2013-07-261-4/+4
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-21/+21
* Updated with dumps made with a topmax & changed the 1mb bank error to a popme... smf-2013-06-191-1/+1
* Redumped Savage Quest Hard Disk [Trevor Brown] smf-2013-06-171-3/+4
* Virtual Pool IDs the Tseng via the two special registers, nw Angelo Salese2013-05-261-0/+57
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-8/+8
* vga: made VGA offset calculation an overridable method, instead of a macro. ... mahlemiut2013-05-141-21/+286
* s3,s3virge: added bits 8 and 9 of VGA Offset register. (no whatsnew) mahlemiut2013-04-231-1/+14
* s3: Added MMIO registers for read and write masks (no whatsnew) mahlemiut2013-04-231-0/+16
* s3, mach8: Added read/write registers, and implemented read masking in BitBLTs mahlemiut2013-04-201-10/+96
* s3: Setting the Mix to DST actually does draw pixels. Fixes background rende... mahlemiut2013-04-171-2/+2
* mach8: added source X/Y read registers (used by XF86_MACH8) (no whatsnew) mahlemiut2013-04-161-0/+20
* pc_vga: A text character's attribute bit 3 selects set A, not set B. mahlemiut2013-04-081-1/+1
* s3virge: moved to separate source file (no whatsnew) mahlemiut2013-04-071-630/+0
* s3virge: made a start at fixing up some of the VESA video modes (no whatsnew) mahlemiut2013-04-041-65/+34
* (MESS) Added skeleton S3 ViRGE video card. [Barry Rodewald] mahlemiut2013-03-311-5/+669
* s3: made ID registers read from member variables (no whatsnew) mahlemiut2013-03-301-5/+10
* svga_s3: just a few minor updates (no whatsnew) mahlemiut2013-02-191-3/+11
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-48/+48
* Guess this crashes, let's fix it Angelo Salese2013-01-021-1/+2