summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/vector.c
Commit message (Expand)AuthorAgeFilesLines
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-4/+4
* renamed vector to vector_device due to a name conflict with game named vector... Miodrag Milanovic2013-11-051-1/+1
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-2/+2
* Device-ified vector.c. (nw) Ivan Vangelista2013-11-011-56/+51
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-10/+10
* - render.c: Added new PRIMFLAG macros pertaining to vectors, to be used by the Ryan Holtz2012-12-311-2/+2
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Pass 2 of struct modernization. Aaron Giles2012-09-151-2/+2
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* Fix several rendering issues with artwork, introduced in the Aaron Giles2012-01-161-2/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+3
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-3/+3
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-1/+1
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-5/+5
* BIG update. Aaron Giles2011-03-291-5/+5
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-3/+3
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* Converted render.c objects into C++ objects. Updated all callers. Aaron Giles2010-10-131-3/+3
* Removed several exported non-const global variables from the core [Atari Ace] Phil Bennett2010-08-131-3/+0
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-6/+6
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-0/+2
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-1/+1
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-3/+2
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* Removes the scrnum parameter from VIDEO_UPDATE, updates all drivers to use th... Zsolt Vasvari2008-03-101-7/+8
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-7/+7
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-1/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-1/+1
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+315