summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/generic.h
Commit message (Expand)AuthorAgeFilesLines
* lot more updated (nw) Miodrag Milanovic2015-05-111-5/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* Removed pseudo-palettes from video/generic.c. All drivers that were using the... Alex W. Jackson2014-03-131-13/+0
* modernized generic palette initializations (nw) Oliver Stöneberg2013-07-151-11/+0
* Added highlighted white monochrome RGB. (nw) Curt Coder2013-02-091-0/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1
* Added highlighted green monochrome palette. (nw) Curt Coder2012-12-071-0/+1
* (MESS) Death to palettes. (nw) Curt Coder2012-09-121-0/+4
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-22/+0
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-68/+0
* Create new devices buffered_spriteram<n>_device, which manage buffered Aaron Giles2012-03-081-16/+0
* Removed machine.generic.tmpbitmap, VIDEO_START(generic_bitmapped), Aaron Giles2012-01-021-6/+0
* BIG update. Aaron Giles2011-03-291-10/+10
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* New driver: sigmab98.c [Luca Elia] Luca Elia2010-05-161-0/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-2/+0
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Purged remaining globals from video/generic.c and audio/generic.c Aaron Giles2009-11-281-8/+0
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-56/+16
* Added default monochrome amber and green palettes. Curt Coder2009-06-261-0/+2
* Made a pass at shuffling/improving the system 16 and 18 bootlegs. Aaron Giles2009-05-281-0/+1
* Memory maps merges for the following drivers: Angelo Salese2009-04-281-0/+1
* various improvements to Heavy Unit [Angelo Salese, Tomasz Slanina, David Hayw... davidhay2009-02-281-0/+2
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-9/+9
* Fixed the colors of Yumefuda. Angelo Salese2008-10-141-0/+2
* de-hack metro tilemaps... (lightly tested..) davidhay2008-04-281-0/+1
* - Converted crystal.c from RGB32 to INDEXED16 Zsolt Vasvari2008-03-231-0/+1
* DGPIX: Converted to INDEXED16 Zsolt Vasvari2008-03-221-0/+2
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-1/+1
* - Clean-up of the Crazy Climber video driver, mainly via tilemap conversion. Zsolt Vasvari2008-02-271-6/+3
* * remove flip_screen macro Couriersud2008-02-251-3/+4
* * Fix issues related to flip_screen being a define Couriersud2008-02-251-1/+4
* From Atari Ace: Zsolt Vasvari2008-02-181-4/+0
* Removes all palette_X_r functions Zsolt Vasvari2008-01-181-8/+1
* Removed videoram_r, colorram_r, spriteram_r, spriteram16_r and spriteram16_w ... Zsolt Vasvari2008-01-141-15/+0
* - Removed dirtybuffer from video/generic.c and all drivers still using it. G... Zsolt Vasvari2008-01-141-8/+3
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+229