summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ninjakd2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-27/+27
* BIG update. Aaron Giles2011-03-291-32/+32
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-7/+7
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-4/+4
* Converted namco/thepit/toaplan/unico/upl/valadon/veltmjr/venture/vsystem/ Aaron Giles2011-03-101-32/+32
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+6
* Ok, last major rename for this round: Aaron Giles2011-01-011-10/+10
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-55/+55
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-14/+10
* Remove most of the temporary inline helpers. Aaron Giles2010-08-191-1/+1
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-2/+2
* Results of running the latest srcclean. Aaron Giles2009-12-281-7/+7
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-12/+12
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-8/+8
* remove unnecessary Off/On after conversion to PORT_DIPUNUSED_DIPLOC Brian Troha2009-08-051-2/+0
* DIPSW fix [kanikani] Yasuhiro Ogawa2009-08-051-20/+18
* I verified the vertical syncs on the following pcb: Aaron Giles2009-08-021-1/+1
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-6/+6
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-43/+43
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-2/+2
* Fixed a number of year listings known to be unknown or incorrect the current ... Scott Stone2009-06-071-1/+1
* many DIPSW fixes [kanikani] Yasuhiro Ogawa2009-05-271-1/+1
* Cleanups and version bump.mame0131u2 Aaron Giles2009-05-141-5/+5
* fixed DIPSW and notes [kanikani] Yasuhiro Ogawa2009-05-111-82/+57
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-7/+7
* Some more number-to-tag conversions in CPU calls Fabio Priuli2009-05-011-2/+2
* fixed sprite trail for mnight and robokid [kanikani] Yasuhiro Ogawa2009-04-301-7/+22
* Bulk change alert. Aaron Giles2009-04-261-2/+2
* ninjakd2 video update [kanikani] Yasuhiro Ogawa2009-04-111-6/+6
* Documents the www.segaresurrection.com decrypted Ninja Kids II sound rom so i... Brian Troha2009-04-101-0/+8
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-35/+35
* Remaining regressions. Aaron Giles2009-02-171-9/+9
* Ok, this is The Big One. Aaron Giles2009-02-111-9/+8
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Hi mamedev, Aaron Giles2008-12-081-6/+4
* doesn't look like robokid needs these rom loading hacks anymore with aaron's ... davidhay2008-11-231-3/+0
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-4/+4
* Another big one. Aaron Giles2008-11-201-4/+5
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-7/+7
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-3/+3