summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/m72.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-113/+113
* BIG update. Aaron Giles2011-03-291-59/+59
* Move non-buffered spriteram drivers away from using the generic Aaron Giles2011-03-101-21/+23
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-7/+7
* From: Atari Ace Aaron Giles2011-02-031-124/+142
* 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 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-22/+23
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-6/+4
* Bulk change alert. Aaron Giles2009-04-261-5/+5
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-2/+2
* 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-9/+9
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-12/+12
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-6/+6
* Finally move cpu/i8051 to cpu/mcs51, rename files and some constants Couriersud2008-10-291-2/+3
* Fixed m72 tilemap group 2 priorities Couriersud2008-10-291-2/+2
* MCU protection now working for lohtb2 (m72.c) Couriersud2008-10-081-2/+2
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-2/+2
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-261-2/+2
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-121-5/+6
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-2/+2
* Renamed input port functions: Aaron Giles2008-04-061-2/+2
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-4/+4
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-4/+4
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-5/+5
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-2/+2
* * remove flip_screen macro Couriersud2008-02-251-2/+2
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-9/+9
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-2/+2
* Changed all other video_*, sound_*, etc. calls to use macros Zsolt Vasvari2008-01-221-1/+1
* (With help from Mamesick) Aaron Giles2008-01-081-68/+34
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+597