summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/cirrus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* A pair more cleanups for commented out code. (nw) Ivan Vangelista2013-09-091-2/+2
* Expanded device_t constructor with parameters for short name and source file ... Miodrag Milanovic2013-03-261-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-4/+4
* Converted VGA to be multiple devices, this will require some cleanup in futur... Miodrag Milanovic2012-10-011-2/+1
* Removed need for pc_vga_io_init also made accessors for linear access to VGA ... Miodrag Milanovic2012-09-301-1/+0
* Made Cirrus just another vga implementation, and removed a need for additiona... Miodrag Milanovic2012-09-301-71/+2
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-1/+1
* used read8_delegate instead of read8_space_func for vga port read (nw) Miodrag Milanovic2012-09-201-1/+1
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-1/+1
* added missing \n to remaining fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-091-3/+3
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+233