summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/lkage.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-224/+0
* update for Phil Stroffolino (nw) Miodrag Milanovic2015-05-241-1/+1
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Removed palette_device parameter from gfx draw methods. All draw methods now ... Alex W. Jackson2014-03-191-1/+1
* You now specify a gfxdecode device once when you create a tilemap, rather tha... Alex W. Jackson2014-03-101-6/+6
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+1
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-4/+4
* Moved drawgfx functions to gfx_element (nw) Miodrag Milanovic2014-02-131-2/+1
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-8/+8
* Modernization of drivers part 11 (no whatsnew) Miodrag Milanovic2013-02-081-9/+8
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-6/+6
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-2/+2
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-30/+29
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-10/+9
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-15/+12
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-3/+3
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-4/+4
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-6/+5
* Bulk converted most of the tilemap_* calls into method calls. Aaron Giles2012-01-171-24/+24
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+2
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-2/+2
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-2/+2
* 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
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-45/+45
* BIG update. Aaron Giles2011-03-291-14/+14
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Cleanup & version bump.mame0140u1 Aaron Giles2010-11-081-5/+5
* New games added or promoted from NOT_WORKING status Tomasz Slanina2010-11-071-4/+14
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-7/+7
* Added driver_data struct and save states to the following drivers: lkage.c, l... Fabio Priuli2010-02-191-69/+80
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-5/+5
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-08-021-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-4/+4
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-3/+3
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-121-0/+1
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-1/+1
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-1/+1
* * remove flip_screen macro Couriersud2008-02-251-2/+2
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-3/+3
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+210