summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/taito_z.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-63/+63
* BIG update. Aaron Giles2011-03-291-59/+59
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-7/+7
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-6/+6
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-17/+17
* Cleanups and version bump. Aaron Giles2010-01-161-8/+8
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Misc Taito wip: Fabio Priuli2010-01-071-219/+236
* Rename taiicdev.* -> taitoic.* Aaron Giles2009-12-301-1/+1
* Taito wip: Fabio Priuli2009-12-281-90/+80
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-5/+11
* > -----Original Message----- Aaron Giles2009-10-211-1/+0
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-08-021-20/+20
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-24/+16
* A few more number-to-tag conversions in CPU calls Fabio Priuli2009-05-271-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-091-3/+3
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-1/+1
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-14/+14
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+1
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* 02458: enforce: Road layer colors are wrong. Couriersud2008-10-051-0/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-6/+6
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-6/+6
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-12/+12
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-2/+1
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-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-34/+32
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-6/+6
* machine->pen lookup removal Zsolt Vasvari2008-02-241-7/+7
* - 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-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1032