summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/namcos22.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-2483/+0
* Removed final (?) references to "Poly New", fixing two header guards and a Andrew Gardner2015-08-311-2/+2
* nw, update rgbgen therealmogminer@gmail.com2015-06-231-38/+38
* Convert rgbint and rgbaint globals to a class (nw) therealmogminer@gmail.com2015-06-231-79/+83
* update for Phil Stroffolino (nw) Miodrag Milanovic2015-05-241-1/+1
* More float-->double conversion fixes. (nw) couriersud2015-05-231-3/+3
* owner name consistency and typo fix (nw) Miodrag Milanovic2015-05-221-1/+1
* some copyright tags hap2015-05-091-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* More region_ptr_finder conversions (nw) Alex W. Jackson2014-10-181-3/+3
* ioport_array stuff Michaël Banaan Ananas2014-09-211-15/+2
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-091-1/+0
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* renamed poly.{c|h} to polylgcy.{c|h} and polynew.h to poly.h Oliver Stöneberg2014-03-191-1/+1
* Made gfx_element::decode() private; fixed drivers that were calling it direct... Alex W. Jackson2014-03-181-2/+2
* You now specify a gfxdecode device once when you create a tilemap, rather tha... Alex W. Jackson2014-03-101-2/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-6/+6
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-1/+1
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-7/+7
* small workaround for airco22b garbage sprite Michaël Banaan Ananas2014-01-081-2/+6
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-16/+16
* fix vs2010 warning, nw Jonathan Gevaryahu2013-08-251-1/+1
* removed legacy nvram handler Michaël Banaan Ananas2013-08-131-2/+0
* fix cybrcycc dspram error Michaël Banaan Ananas2013-08-111-85/+85
* namcos22 cleanup: moved static functions/vars to class and converted 3d rende... Michaël Banaan Ananas2013-08-061-1885/+1463
* Bulk removal of machine().primary_screen references from MAME drivers, in Aaron Giles2013-08-051-2/+2
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-38/+39
* fix copsnrob lockup Michaël Banaan Ananas2013-07-181-1/+1
* small fix on sprite enable Michaël Banaan Ananas2013-03-081-16/+15
* (video fade btanb note) Michaël Banaan Ananas2013-03-051-2/+4
* workaround for airco22b sprites Michaël Banaan Ananas2013-03-021-9/+19
* machine_notify_delegate modernization (nw) Miodrag Milanovic2013-02-041-6/+5
* cleanup: double-line functions, some comments Michaël Banaan Ananas2013-01-251-140/+90
* cleanup: class m_m to m_ Michaël Banaan Ananas2013-01-251-83/+83
* cleanup: renamed user1 to gamma_proms and user4 to mcu Michaël Banaan Ananas2013-01-241-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-236/+236
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-22/+22
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-10/+9
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-4/+4
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-2/+2
* Enum and union normalization. Aaron Giles2012-09-161-2/+2
* Pass 2 of struct modernization. Aaron Giles2012-09-151-2/+2
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-34/+31
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-2/+2
* added missing \n to remaining fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-091-2/+2
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-5/+4
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-14/+14
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-1/+1