summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ninjakd2.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-6/+6
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-6/+6
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-5/+5
* ninjakd2.cpp, xmissio.cpp: Use MCFG_SCREEN_VBLANK_CALLBACK instead of MCFG_CP... AJR2018-03-281-1/+0
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+8
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+7
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-22/+22
* sound trampolines removal from various drivers (nw) Ivan Vangelista2016-06-131-1/+0
* Fix remainder of this == NULL checks from Tafoids run mooglyguy2016-01-231-0/+2
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-3/+3
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* update license for Yochizo (nw) Miodrag Milanovic2015-06-271-1/+1
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-1/+3
* We cannot relicense files for which we have not yet received responses (nw) balr0g2015-05-281-1/+1
* Updates and fixes for places where we have major contributors decision (nw) Miodrag Milanovic2015-05-261-1/+1
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* samples_device: converted to use inline config and delegates. Will probably n... Ivan Vangelista2014-09-041-0/+5
* 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-1/+3
* changed machine().device("soundcpu") with m_soundcpu (nw) Miodrag Milanovic2013-04-111-0/+2
* device callback handler cleanup (nw) Miodrag Milanovic2013-04-011-0/+1
* Modernization of drivers part 13 (no whatsnew) Miodrag Milanovic2013-02-121-0/+7
* srcclean (nw) Curt Coder2012-10-071-1/+1
* added support for savestates Michaël Banaan Ananas2012-10-041-0/+4
* be verbose about robokid motion error Michaël Banaan Ananas2012-10-041-1/+13
* MT 05024 workaround Michaël Banaan Ananas2012-10-031-0/+2
* small cleanup Michaël Banaan Ananas2012-10-031-11/+13
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-0/+1
* some h files cleanups (no whatsnew) Miodrag Milanovic2012-09-171-16/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-0/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-0/+8
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+8
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+3
* 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-4/+7
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-16/+16
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+6
* Death to SCREEN_EOF, which was ambiguously called either Aaron Giles2012-01-141-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-4/+4
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-24/+24
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-0/+1
* Converted namco/thepit/toaplan/unico/upl/valadon/veltmjr/venture/vsystem/ Aaron Giles2011-03-101-2/+32
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+4