summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namcoic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* BIG update. Aaron Giles2011-03-291-41/+41
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-1/+1
* Continued eliminating global/static variables by moving them to Aaron Giles2011-03-131-3/+3
* Converted namco/thepit/toaplan/unico/upl/valadon/veltmjr/venture/vsystem/ Aaron Giles2011-03-101-4/+4
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* Fixed road transparency in Thunder Ceptor [Phil Bennett] Phil Bennett2010-08-061-1/+2
* namcoic.c: Fixed incorrect road colours in tceptor2, finallap and others [Phi... Phil Bennett2010-08-061-1/+1
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-1/+1
* 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-4/+4
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-2/+2
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-6/+11
* > -----Original Message----- Aaron Giles2009-10-031-0/+2
* > -----Original Message----- Aaron Giles2009-09-241-5/+1
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-08-021-3/+4
* Cleaned out remaining generic drawgfx usage. Removed the Aaron Giles2009-07-021-47/+40
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-13/+14
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-2/+2
* Bulk change alert. Aaron Giles2009-04-261-7/+7
* Cleanups and version bump.mame0129u1 Aaron Giles2009-01-151-1/+1
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-68/+21
* 02104: metlhawk, metlhwkj: Crash while decoding with '-debug' trigger Aaron Giles2009-01-021-0/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-10/+10
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-2/+2
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-261-1/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-2/+2
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-2/+2
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-3/+2
* Normalized function pointer typedefs: they are now all Aaron Giles2008-03-031-1/+1
* Various clean ups: Couriersud2008-03-011-0/+2
* Identified code not used and marked with "#ifdef UNUSED_FUNCTION" Couriersud2008-03-011-0/+2
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-14/+14
* - Backs out BITMAP8 removal from most places. Zsolt Vasvari2008-02-241-2/+2
* Removes 8-bit bitmap support and converts all previously 8-bit bitmaps to 16-bit Zsolt Vasvari2008-02-241-2/+2
* The term "driver" is way overloaded in the system. Aaron Giles2008-02-181-1/+1
* Changed the use of machine->remapped_colortable to machine->pens where the dr... Zsolt Vasvari2008-02-051-1/+1
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-8/+6
* (From AtariAce) Aaron Giles2008-01-111-2/+1
* (From Atari Ace) Aaron Giles2008-01-061-6/+3
* Changes for MAME 0.122. Aaron Giles2007-12-181-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1742