summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cninja.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* avoid some lazy tag lookups (nw) David Haywood2013-01-281-1/+0
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-175/+175
* - h6280.c: Modernized the H6280 core. Ryan Holtz2012-12-231-5/+12
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-38/+19
* Removed protection hack patches and emulated protection routines for Caveman ... Michaël Banaan Ananas2012-10-101-36/+3
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-10/+8
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-6/+6
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-6/+6
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-23/+9
* Kill off some AM_BASE_LEGACYs. Aaron Giles2012-09-121-4/+6
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-7/+7
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-5/+5
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-21/+19
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-19/+19
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-4/+3
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-7/+7
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-3/+3
* Now that memory_bank is exposed as an object, removed all the global Aaron Giles2012-04-181-3/+3
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-23/+23
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-5/+5
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-3/+3
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-5/+5
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-54/+50
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-23/+23
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-100/+100
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-8/+8
* Clean-ups and version bumpmame0145u5 Angelo Salese2012-03-251-1/+1
* New clones added R. Belmont2012-03-121-0/+40
* Clean-ups and version bump (yes, I know, it's too late)mame0145u4 Angelo Salese2012-03-111-1/+1
* New clones added Scott Stone2012-03-111-0/+42
* Create new devices buffered_spriteram<n>_device, which manage buffered Aaron Giles2012-03-081-24/+25
* unneeded workaround, it was already fixed properly in r15184 Michaël Banaan Ananas2012-01-281-3/+0
* Converted wizdfire to use generic deco functions [David Haywood] Angelo Salese2012-01-281-0/+3
* fix MT 3761 Michaël Banaan Ananas2012-01-271-2/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-12/+6
* Decoded graphics in gigaman2 [iq_132] Angelo Salese2011-09-061-7/+2
* 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