summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cninja.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* deco16ic.cpp : Move cninja exclusive transmask function into cninja.cpp cam9002019-03-201-0/+1
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-4/+4
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* Various Data East Driver Cleanups/Notes (#3449) cam9002018-05-121-42/+23
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-0/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+11
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-281-1/+1
* Validation fixes (nw) AJR2018-01-251-3/+0
* deco16ic : Split pf1/2 size (#3124) cam9002018-01-251-4/+2
* Get rid of nonbuffered_palette_w at decocomn (#3103) cam9002018-01-241-1/+7
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+7
* deco146: Fully handle sound latch internal in the device Dirk Best2017-10-271-3/+1
* New device: Data East IRQ Controller Dirk Best2017-09-141-11/+1
* cninjabl2: Fix sound banking AJR2017-08-311-1/+4
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-11/+11
* cninjabl2: Add sprites AJR2016-10-051-0/+1
* cninja.cpp: some work on cninjabl2. It now shows the tilemap layers and plays... Ivan Vangelista2016-10-051-0/+2
* More gen_latch (nw) Ivan Vangelista2016-05-201-13/+17
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* decospr: converted to use delegates + some cleanups. nw. Fabio Priuli2014-04-081-0/+2
* cleanup. nw. Fabio Priuli2014-04-081-4/+4
* deco16ic: converted to use devcb2. nw. Fabio Priuli2014-04-071-11/+16
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+5
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-2/+4
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-1/+1
* various refactoring (nw) David Haywood2013-07-211-0/+5
* decoprot -> deco104 David Haywood2013-07-191-0/+1
* shift some more bits around for further studying (nw) David Haywood2013-07-191-1/+0
* experiment with mutant fighter too.. it's also similar, if not the same... David Haywood2013-07-191-0/+3
* hooked up the new sim side-by-side with the original in Edward Randy, it does... David Haywood2013-07-191-0/+8
* Modernization of drivers part 2 (no whatsnew) Miodrag Milanovic2013-02-051-0/+1
* more of the same (nw) David Haywood2013-01-281-1/+5
* avoid some lazy tag lookups (nw) David Haywood2013-01-281-1/+5
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-9/+9
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-0/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-11/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-5/+10
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+6
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+3
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-0/+1
* Fix most remaining regressions. Aaron Giles2012-04-191-1/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-12/+17