summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/hd61830.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* hunter2: set video dimensions to something somewhat sane mahlemiut2014-03-071-1/+1
* (MAME) nbmj8688: Refactored to use HD61830 device. [Curt Coder] Curt Coder2014-03-061-2/+3
* hd61830: devcb2. (nw) Curt Coder2014-03-051-27/+23
* License tags. (nw) Curt Coder2013-10-161-0/+2
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-3/+1
* (MESS) fixed clang 3.2 warnings about unused private fields (nw) Oliver Stöneberg2013-03-201-1/+1
* hd61830.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-101-0/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-28/+28
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-5/+5
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-5/+5
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-5/+5
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-39/+12
* Move overridable device->rom_region(), device->machine_config_additions(), and Aaron Giles2011-03-301-3/+3
* Imported some common C++ devices from MESS to emu folder. Curt Coder2011-03-281-0/+156