summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/spbactn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-1/+1
* shuffle some tecmo sprite code around ready for device conversion / attemptin... David Haywood2013-02-041-88/+4
* not really sure what's mapped to this additional cpu... David Haywood2013-02-031-3/+26
* spbactnp progress (nw) David Haywood2013-02-031-74/+52
* start converting spbactn to tilemaps, it's now clear that the prototype uploa... David Haywood2013-02-031-0/+35
* new NOT working David Haywood2013-01-251-11/+32
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-2/+2
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-11/+11
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-17/+16
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+3
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-4/+4
* Added new method screen_device::register_screen_bitmap which Aaron Giles2012-01-151-5/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-14/+14
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-13/+13
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-5/+5
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-4/+4
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-12/+12
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-22/+22
* BIG update. Aaron Giles2011-03-291-21/+21
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+2
* Converted the following drivers to use a driver_data structure: [Atari Ace] Phil Bennett2010-01-171-25/+28
* One more PPC GCC fix that I missed committing. (no whatsnew) R. Belmont2010-01-161-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Bulk change alert. Aaron Giles2009-04-261-2/+2
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-8/+8
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* Fixed: Aaron Giles2008-03-281-8/+8
* Removes TRANSPARENCY_PEN_RAW hack from Raiga and Super Pinball Action Zsolt Vasvari2008-03-181-10/+8
* Fixes crash Zsolt Vasvari2008-03-181-101/+36
* - Removes the public screen_state object -- all access is via functions Zsolt Vasvari2008-03-131-2/+5
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-8/+8
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-3/+3
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+281