summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cninja.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-16/+16
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-44/+44
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-5/+5
* BIG update. Aaron Giles2011-03-291-24/+24
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-10/+10
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-9/+9
* Haze: Search and Replace cleanup of most recent deco work (no whatsnew) Scott Stone2011-03-251-12/+12
* Haze: Added new files: video/decocomn.c video/decocomn. Split non-tilemap ... Scott Stone2011-03-251-50/+68
* Haze: Each deco16ic device now handles 2 tilemaps, not 4.. (base of converti... Scott Stone2011-03-251-32/+92
* Haze: Converted capteven to using generic functions in deco16ic.c (no whatsnew) Scott Stone2011-03-241-4/+4
* More DECO 56 refactoring from Haze Angelo Salese2011-03-231-2/+10
* Haze: more of the same ... Angelo Salese2011-03-231-0/+4
* Putted Deco 56 video sprite chip inside its own file [David Haywood] Angelo Salese2011-03-221-1/+25
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-11/+6
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-171/+171
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-5/+5
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-30/+12
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-12/+12
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-35/+18
* Cleanups and version bump. Aaron Giles2010-03-041-7/+7
* Added driver_data class and save states to the following drivers: backfire.c,... Fabio Priuli2010-02-251-110/+165
* Renamed decodev->deco16ic [Fabio Priuli] Fabio Priuli2010-02-251-31/+31
* Converted cbuster.c, cninja.c, dassault.c, funkyjet.c, rohga.c and vaportra.c... Fabio Priuli2010-02-251-68/+151
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Changed Caveman Ninja driver to use Partial Updates for Raster Effects Angelo Salese2009-12-291-30/+29
* Results of running the latest srcclean. Aaron Giles2009-12-281-18/+18
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-2/+2
* New clones added Phil Bennett2009-12-221-1/+133
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-4/+4
* First round of fixes for post-initialization allocs. Aaron Giles2009-12-201-7/+15
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-2/+2
* Not really worth credit: purged some direct use of SMH_RAM in favor of macros... Fabio Priuli2009-12-021-9/+9
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-9/+9
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-4/+4
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-4/+4
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-68/+68
* Expanded address maps from 3 to 4. Moved ADDRESS_SPACE_PROGRAM/DATA/IO Aaron Giles2009-07-091-11/+12
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-10/+10
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-271-20/+20
* Bulk change alert. Aaron Giles2009-04-261-2/+2
* Merged memory maps for the following drivers: [MooglyGuy] Ryan Holtz2009-04-251-187/+98
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-8/+8
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-19/+19
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-16/+16
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-53/+53