summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-112-13/+13
* (MESS) mos8563: Fixed attributes. (nw) Curt Coder2012-09-112-43/+125
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-113-7/+7
* (MESS) c128: MMU WIP. (nw) Curt Coder2012-09-102-0/+10
* added missing \n to even more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-086-33/+33
* (MESS) c128: Refactored to use the new VIC-IIe, and rewrote the MOS8563 VDC a... Curt Coder2012-09-082-1/+427
* (MESS) svga_s3: Added Hardware Graphics Cursor. Works fine under Windows 95, ... mahlemiut2012-09-062-2/+321
* (MESS) svga_s3: Added basic support for Bresenham lines. mahlemiut2012-09-051-14/+59
* relocated scanline timer start at the first active pixel instead of left bord... Michaël Banaan Ananas2012-09-031-3/+3
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-037-183/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-0314-33/+568
* (MESS) svga_s3: Made co-ordinates always relative to the start of VRAM. This... mahlemiut2012-09-031-8/+9
* (MESS) svga_s3: added memory-mapped I/O ports, and various other updates. mahlemiut2012-09-022-108/+471
* Removed legacy inline_config support and updated devices using it (no whatsnew) Miodrag Milanovic2012-08-304-135/+155
* Removed zero sized inline_config (no whatsnew) Miodrag Milanovic2012-08-302-2/+0
* (MESS) svga_s3: Implemented pattern fills, fixed some BG/FG mix functions, fi... mahlemiut2012-08-301-66/+151
* Removed template usage for legacy devices, to make my future work easier (nw) Miodrag Milanovic2012-08-305-30/+59
* Made the genvdp a derived class of the newer sms vdp because the genesis vdp ... Scott Stone2012-08-292-5/+6
* Some changes, MB90082 != MB90092 Angelo Salese2012-08-292-54/+87
* Basic emulation of the Z180 in Super Famicom Box HW [Angelo Salese, nocash] Angelo Salese2012-08-291-3/+5
* Checkpoint Angelo Salese2012-08-292-2/+15
* Preliminary implementation of the Fujitsu MB90092 OSD chip, used by Super Fam... Angelo Salese2012-08-293-1/+286
* (MESS) svga_s3: Fixed text rendering when full acceleration is set in win95. ... mahlemiut2012-08-291-30/+42
* Added blinking, last one for this M50458 thing Angelo Salese2012-08-282-4/+62
* Added horizontal/vertical char size, making the NSS logo to look better Angelo Salese2012-08-282-5/+68
* fixed compiling with MSVC, code was probably wrong (nw) smf-2012-08-281-1/+1
* Made a shadow ROM copy, the charset is now more faithful to the original refe... Angelo Salese2012-08-282-11/+77
* fix compile (nw) Miodrag Milanovic2012-08-281-2/+2
* (MESS) svga_s3: implemented background and foreground mix registers. mahlemiut2012-08-282-13/+271
* (MESS) svga_s3: Fixed rectangle wait drawing to work under DirectX 5 (no what... mahlemiut2012-08-281-41/+97
* Improved vertical scrolling, now it's more or less reasonable Angelo Salese2012-08-281-16/+24
* (MESS) svga_s3: Minor fixes relating to text drawn at negative coordinates. (... mahlemiut2012-08-281-23/+43
* Testing vertical scrolling, TBD Angelo Salese2012-08-272-6/+40
* (MESS) fixed potentially uninitialized variable when building with MSVC (nw) smf-2012-08-271-1/+1
* (MESS) svga_s3: Added bitblt function. mahlemiut2012-08-271-6/+54
* (MESS) svga_s3: Added support for the WAIT bit on rectangle drawing, fixed re... mahlemiut2012-08-271-13/+83
* Various hook-ups for reset/halt lines and the like, all games but F-Zero does... Angelo Salese2012-08-271-4/+6
* F-Zero runs without hacks, needs to implement the communication now ... Angelo Salese2012-08-262-3/+15
* (MESS) Preliminary work on S3 764. mahlemiut2012-08-262-6/+259
* (MESS) svga_s3: converted to 16-bit ISA device. The S3 chipsets have 16-bit w... mahlemiut2012-08-262-10/+128
* Added underline for OSD, nw Angelo Salese2012-08-251-0/+5
* Written a preliminary S-3520CF RTC chip device, used by Nintendo Super System... Angelo Salese2012-08-252-6/+12
* Fix validity check Angelo Salese2012-08-252-1/+14
* Added BGx mode selection register (nw) Wilbert Pol2012-08-252-0/+23
* Written up a bare-bones M50458 OSD video chip device, used by Nintendo Super ... Angelo Salese2012-08-252-6/+126
* JUST A MOMENT / NON SLOT ... messages putted in VRAM Angelo Salese2012-08-252-0/+198
* Some other King changes Angelo Salese2012-08-232-11/+75
* Basic KRAM hook Angelo Salese2012-08-232-8/+117
* Template for King device Angelo Salese2012-08-232-0/+132
* Fixed PAD latch and irq priority Angelo Salese2012-08-231-1/+1