summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video (follow)
Commit message (Expand)AuthorAgeFilesLines
* (MESS) Death to palettes. (nw) Curt Coder2012-09-1214-194/+121
* (MESS) Added preliminary ATi Graphics Ultra support mahlemiut2012-09-123-0/+172
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-127-19/+19
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-127-50/+50
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-116-18/+18
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-115-63/+63
* Don't use safe_pc[base] when you already have a Aaron Giles2012-09-111-1/+1
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-1115-38/+38
* (mess) fixed apollo regression. (nw) Sandro Ronco2012-09-091-1/+1
* added missing \n to remaining fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-0913-34/+29
* (MESS) Clean up some MACHINE_CONFIG_START. (nw) Sandro Ronco2012-09-081-0/+4
* fixed some warnings about unreachable statements reported by cppcheck (no wha... Oliver Stöneberg2012-09-085-10/+2
* (MESS) c128: Fixed extended keyboard line reading. (nw) Curt Coder2012-09-081-2/+13
* (MESS) c128: Refactored to use the new VIC-IIe, and rewrote the MOS8563 VDC a... Curt Coder2012-09-081-2/+2
* (MESS) mos6566: Refactored to use an rgb32 bitmap. (nw) Curt Coder2012-09-072-95/+90
* (MESS) mos6566: Added VIC-IIe variants. (nw) Curt Coder2012-09-072-20/+99
* (MESS) svga_s3: Added Hardware Graphics Cursor. Works fine under Windows 95, ... mahlemiut2012-09-061-2/+2
* (MESS) vic20: Refactored VIC to a modern device. (nw) Curt Coder2012-09-062-10/+11
* TILE/TILEMAP modernization part 3 (no whatsnew) Miodrag Milanovic2012-09-064-51/+45
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-068-28/+28
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-054-7/+7
* Added Sound Blaster 16, and proper 16 bit ISA DMA handling [Carl] Miodrag Milanovic2012-09-042-0/+127
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-0312-283/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-0322-38/+730
* (MESS) Added PET cassette port slot interface to vic20, c64, and plus4. Imple... Curt Coder2012-09-022-2/+17
* (MESS) svga_s3: added memory-mapped I/O ports, and various other updates. mahlemiut2012-09-021-0/+1
* Removed legacy inline_config support and updated devices using it (no whatsnew) Miodrag Milanovic2012-08-302-40/+38
* Removed zero sized inline_config (no whatsnew) Miodrag Milanovic2012-08-303-4/+0
* Removed template usage for legacy devices, to make my future work easier (nw) Miodrag Milanovic2012-08-303-18/+36
* (MESS) sr16: added layout for LCD. (nw) Sandro Ronco2012-08-281-0/+165
* (MESS) svga_s3: implemented background and foreground mix registers. mahlemiut2012-08-281-0/+2
* (MESS) HD44780: added an optional pixel_update callback in order to support c... Sandro Ronco2012-08-272-6/+19
* (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-262-13/+13
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-21213-0/+94029