summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/namcona1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-597/+0
* Cleanups and version bumpmame0164 Miodrag Milanovic2015-07-291-2/+2
* namcona1.c: added save state support (nw) Ivan Vangelista2015-07-221-20/+27
* update for Phil Stroffolino (nw) Miodrag Milanovic2015-05-241-1/+1
* resolved lot of license ownership (nw) Miodrag Milanovic2015-05-191-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-1/+1
* namcona1.c: clean up ROM loading, etc. [Alex Jackson] Alex W. Jackson2014-04-101-2/+0
* Fixed build. (nw) Curt Coder2014-04-091-1/+1
* namcona1.c: use set_palette_offset for tilemaps; use GFXDECODE_RAM; more clea... Alex W. Jackson2014-04-091-151/+40
* namcona1.c: rewrite tilemap drawing, fixing MT 05499 [Alex Jackson] Alex W. Jackson2014-04-091-69/+56
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* gfx_elements now have a xor mask that is applied to each source bit offset wh... Alex W. Jackson2014-03-271-13/+11
* added more asserts/notes for known index out-of-bounds accesses (nw) Oliver Stöneberg2014-03-171-0/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-3/+3
* Checkpoint: gfx_elements now have a pointer to a palette_device (which is not... Alex W. Jackson2014-03-111-3/+3
* namcona1: moved some functions in the driver state (nw) Ivan Vangelista2014-03-101-33/+28
* You now specify a gfxdecode device once when you create a tilemap, rather tha... Alex W. Jackson2014-03-101-9/+9
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-7/+7
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-13/+14
* Fixed MT05312 (nw) Ivan Vangelista2014-01-011-13/+9
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-18/+19
* Memory system: added endianness to the memory_share class. Aaron Giles2013-07-201-13/+11
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-19/+19
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-5/+5
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-16/+15
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-5/+5
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-15/+14
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-28/+28
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-18/+18
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-2/+2
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-34/+28
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-3/+5
* Clean-ups and version bumpmame0144u7 Angelo Salese2012-01-291-1/+1
* Bulk converted most of the tilemap_* calls into method calls. Aaron Giles2012-01-171-12/+12
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-4/+4
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-9/+9
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-35/+32
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-6/+6
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-6/+6
* 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