summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cninja.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-20/+20
* cninja.cpp: fixed MT07447 (nw) Ivan Vangelista2019-10-071-0/+4
* cninja.cpp : Simplify gfxdecodes (#5219) cam9002019-06-161-338/+313
* deco146.cpp : Updates cam9002019-04-141-4/+4
* Merge pull request #4827 from cam900/deco16ic_args R. Belmont2019-03-311-1/+1
|\
| * deco16ic.cpp : Simplify handlers, Reduce some unnecessary lines cam9002019-03-311-1/+1
* | deco146.cpp : Simplify handlers, Reduce some unnecessary lines cam9002019-03-311-4/+4
|/
* Merge pull request #4779 from cam900/deco16_split R. Belmont2019-03-301-12/+2
|\
| * deco16ic.cpp : Move cninja exclusive transmask function into cninja.cpp cam9002019-03-201-12/+2
* | (nw) Clean up the mess on master Vas Crabb2019-03-261-112/+103
* | Revert "conflict resolution (nw)" andreasnaive2019-03-251-103/+112
* | mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-211-105/+96
|/
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-6/+6
* src/mame: removed all instances of MCFG_DEVICE_REMOVE in the mame part of the... Ivan Vangelista2019-01-291-1/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-17/+11
* src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-061-241/+239
* src\mame: misc MCFG removal (nw) Ivan Vangelista2018-12-031-20/+25
* ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-28/+28
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-2/+2
* cninja.cpp: fixed validation (nw) Ivan Vangelista2018-08-061-2/+4
* Build fixes (some compilers are too permissive about member pointer syntax) (nw) AJR2018-08-051-8/+8
* h6280.cpp : Internalize peripherals, Sound (#3792) cam9002018-08-051-12/+12
* small cleanup (nw) Vas Crabb2018-06-181-2/+2
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-21/+21
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-8/+8
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-8/+8
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-10/+10
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-25/+25
* derived classes are trouble (nw) Vas Crabb2018-05-121-4/+4
* Various Data East Driver Cleanups/Notes (#3449) cam9002018-05-121-113/+84
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-6/+8
* Add support for custom device constructors when replacing devices. Vas Crabb2018-05-081-1/+1
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-10/+10
* (nw) misc follow-up Vas Crabb2018-05-061-13/+13
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-34/+34
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-166/+176
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-11/+11
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-281-2/+2
* cninja.cpp: Fix compile (nw) AJR2018-01-251-2/+2
* deco16ic : Split pf1/2 size (#3124) cam9002018-01-251-43/+39
* Get rid of nonbuffered_palette_w at decocomn (#3103) cam9002018-01-241-32/+39
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-34/+34
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-7/+7
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-8/+8
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-8/+8
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-8/+8
* deco146: Fully handle sound latch internal in the device Dirk Best2017-10-271-31/+44
* deco_irq: Use a device map, move screen include to header Dirk Best2017-09-161-4/+4
* New device: Data East IRQ Controller Dirk Best2017-09-141-138/+58