summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/m107.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-35/+35
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-26/+26
* Move non-buffered spriteram drivers away from using the generic Aaron Giles2011-03-101-10/+11
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* From: Atari Ace Aaron Giles2011-02-031-63/+55
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* Cleanups and version bump.mame0140u3 Aaron Giles2010-12-231-23/+23
* Fixed sprite-sprite priorities and fixed a sprite sticking bug on game over s... Angelo Salese2010-12-171-19/+28
* Fixed a misplaced sprite bug in Fire Barrel [Angelo Salese] Angelo Salese2010-12-171-1/+21
* Fixed sprite wrap-around y in Irem M107 HW [Angelo Salese] Angelo Salese2010-12-171-0/+15
* Haze: Adds the redumped rom, simplified tile addressing in PGM; fixed a one l... Angelo Salese2010-12-171-3/+2
* Fixed rowscroll effect in Fire Barrel [David Haywood] Scott Stone2010-12-171-12/+6
* fix firebarr spriteflip (no whatsnew) Michaƫl Banaan Ananas2010-12-161-2/+2
* Fixed a title screen color bug in World PK Soccer [Angelo Salese] Angelo Salese2010-12-161-11/+12
* Fixed a priority bug, updated notes Angelo Salese2010-12-161-15/+10
* Ported row select to every other tilemap in Irem M107 and fixed a bug in it, ... Angelo Salese2010-12-161-35/+26
* Added preliminary row select effect in Irem M107, fixes for good the start-up... Angelo Salese2010-12-161-3/+43
* Added a preliminary hook-up for an alternative rowscroll effect in Irem M107 ... Angelo Salese2010-12-151-6/+29
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-6/+4
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-1/+1
* Bulk change alert. Aaron Giles2009-04-261-2/+1
* Fixed regressed rowscroll effect for Fire Barrel [Angelo Salese] Angelo Salese2009-02-181-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-1/+1
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+1
* Major cpuintrf changes: Aaron Giles2008-11-101-1/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-1/+1
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+1
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-1/+1
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-1/+1
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-1/+1
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-2/+2
* machine->pens lookup removal Zsolt Vasvari2008-02-221-1/+1
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+320