summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namcos21.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* Removed cheapest deprecat.h usages (generally sound cpu ones) Angelo Salese2011-04-261-4/+3
* Migrate variables in corona/galaxian/namcos21/namcos22/namcos23/psikyosh/quiz... Scott Stone2011-04-091-247/+245
* Took comment off plds which should be loaded (oversight from parent change ab... Scott Stone2011-04-041-4/+4
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-10/+10
* BIG update. Aaron Giles2011-03-291-26/+26
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-18/+18
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Breaks some driver entanglements to simplify future driver_device Aaron Giles2011-03-101-3/+9
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+3
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-3/+3
* Ok, last major rename for this round: Aaron Giles2011-01-011-11/+11
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-131/+131
* Replaced largely redundant NVRAM handlers with NVRAM devices Aaron Giles2010-09-101-6/+10
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-3/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-12/+10
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* MAMEdev kant spel (Ubuntu/Canonical cares about this) [wallyweek] R. Belmont2010-07-081-1/+1
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* Cleanups and version bump.mame0137u1 Aaron Giles2010-03-251-2/+2
* NamcoS21 cleanups [David Haywood] Angelo Salese2010-03-161-186/+58
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-2/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-3/+3
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-5/+5
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-5/+5
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-9/+9
* A few more number-to-tag conversions in CPU calls Fabio Priuli2009-05-271-5/+5
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-25/+25
* First layer of memory map merging for namcos2.c and namcos21.c, needs a secon... Angelo Salese2009-05-011-148/+136
* Bulk change alert. Aaron Giles2009-04-261-9/+10
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-11/+11
* update region description (Japan only) Yasuhiro Ogawa2009-03-181-4/+4
* Fixed C140 ROM loading in winrun, winrun91 and driveyes [Phil Bennett] Phil Bennett2009-03-091-9/+9
* From: naibo zhang [mailto:naibo_zhang@hotmail.com] Aaron Giles2009-03-091-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-4/+4
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-20/+20
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-38/+38
* Ok, this is The Big One. Aaron Giles2009-02-111-5/+4
* Put some logging behind a compile-time define (disabled). Aaron Giles2008-12-241-16/+18
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-3/+3
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-3/+3
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+2
* Here's the big one.... Aaron Giles2008-12-111-1/+1
* Move cpunum_get_active() removal. Aaron Giles2008-11-271-3/+3
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-16/+16
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-4/+4