summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/taito_b.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-49/+49
* BIG update. Aaron Giles2011-03-291-26/+26
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* bigsprite zoom note in taito_b too Michaël Banaan Ananas2011-02-221-0/+4
* big_sprite zoom changes, no whatsnew.. Michaël Banaan Ananas2011-02-221-4/+4
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-4/+4
* I had originally wanted to convert the profiler to use scopes (e.g., Aaron Giles2010-08-211-3/+3
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-13/+13
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-5/+5
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* added driver data struct to taitoair.c and taito_b.c Fabio Priuli2010-01-071-76/+75
* Cleanups and version bump.mame0136 Aaron Giles2009-12-311-3/+3
* Rename taiicdev.* -> taitoic.* Aaron Giles2009-12-301-1/+1
* Fixed TC0180VCU device and converted taito_b.c to use this implementation (cl... Fabio Priuli2009-12-281-401/+173
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-2/+2
* > -----Original Message----- Aaron Giles2009-10-251-1/+5
* Changed profiler to separate start/stop cases. [Christophe Jaillet] Aaron Giles2009-08-191-2/+2
* > From: atari_ace@verizon.net Aaron Giles2009-08-131-3/+3
* A last round of number-to-tag changes, for the moment (I don't want to confli... Fabio Priuli2009-04-281-7/+7
* Bulk change alert. Aaron Giles2009-04-261-3/+3
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-6/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-3/+3
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-10/+10
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-2/+2
* address space compilation errors. smf-2008-11-151-1/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-0/+1
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-1/+1
* 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
* Next batch of machine->screen[] removal Zsolt Vasvari2008-03-121-5/+5
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-3/+3
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-4/+4
* machine->pen lookup removal Zsolt Vasvari2008-02-241-9/+9
* Removed the pen array lookup from some INDEXED16 drivers Zsolt Vasvari2008-02-211-3/+2
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-3/+3
* - Removed TRANSPARENCY_NONE_RAW, TRANSPARENCY_PENS_RAW and TRANSPARENCY_PEN_T... Zsolt Vasvari2008-01-281-1/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Changed all other video_*, sound_*, etc. calls to use macros Zsolt Vasvari2008-01-221-4/+4
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+635