summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/namcona1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-70/+70
* BIG update. Aaron Giles2011-03-291-43/+43
* Continued moving global/static variables to the driver_device classes. Aaron Giles2011-03-171-78/+67
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-1/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-8/+39
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-3/+3
* 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-2/+2
* 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-12/+12
* > -----Original Message----- Aaron Giles2009-09-241-15/+5
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-08-021-3/+3
* Bulk change alert. Aaron Giles2009-04-261-2/+2
* Cleanups and version bump.mame0129u2 Aaron Giles2009-01-221-1/+1
* Added new #define ENDIANNESS_NATIVE, which maps to either ENDIANNESS_LITTLE Aaron Giles2009-01-171-30/+30
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-71/+12
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-2/+2
* 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-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-121-2/+2
* Cleanups and version bump. Aaron Giles2008-05-221-5/+5
* Adjusted alternate palette handling weights to more accurately match real har... Phil Stroffolino2008-05-161-18/+34
* fixed long-standing bug with Emeralda text colors. A sprite attribute exists... Phil Stroffolino2008-05-151-42/+40
* Cleanups and version bump.mame0125u1 Aaron Giles2008-05-151-1/+1
* Bug fixes for NamcoNA Hardware: Phil Stroffolino2008-05-141-48/+42
* This update fixes the ROZ effect in Namco NA1 driver. Phil Stroffolino2008-05-091-55/+153
* Fixed ROZ centering in namcona1 driver [Phil Stroffolino] Pierpaolo Prazzoli2008-05-021-14/+10
* Cleanups and version bump to 0.124u2.mame0124u2 Aaron Giles2008-04-121-3/+3
* Enabled roz tilemap in emeraldia, but it's not centered in the right position... Pierpaolo Prazzoli2008-04-101-31/+40
* Cleanups and version bump to 0.124u1.mame0124u1 Aaron Giles2008-04-031-6/+6
* From: RansAckeR Aaron Giles2008-04-021-1/+1
* Forgot to decomment a check Pierpaolo Prazzoli2008-04-011-1/+1
* - Added tilemaps and sprites 4bpp mode Pierpaolo Prazzoli2008-04-011-34/+125
* Fixed sprites shadow in namcona1 driver and removed Emeraldia hack Pierpaolo Prazzoli2008-03-291-10/+7
* Fixed 01613: swcourt, swcourtj: Strange sprites cutting on the edge of screen Pierpaolo Prazzoli2008-03-251-213/+127
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-4/+4
* Normalized function pointer typedefs: they are now all Aaron Giles2008-03-031-1/+1
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-5/+5
* - Backs out BITMAP8 removal from most places. Zsolt Vasvari2008-02-241-6/+6
* Removes 8-bit bitmap support and converts all previously 8-bit bitmaps to 16-bit Zsolt Vasvari2008-02-241-7/+7
* machine->pens lookup removal Zsolt Vasvari2008-02-221-8/+8
* The term "driver" is way overloaded in the system. Aaron Giles2008-02-181-2/+2
* Changed the use of machine->remapped_colortable to machine->pens where the dr... Zsolt Vasvari2008-02-051-3/+3
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-1/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* (From AtariAce) Aaron Giles2008-01-111-2/+2
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+667