summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namcos22.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert Namco C352 to modern C++ device [R. Belmont] R. Belmont2011-06-261-26/+26
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-4/+4
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-4/+4
* Migrate variables in corona/galaxian/namcos21/namcos22/namcos23/psikyosh/quiz... Scott Stone2011-04-091-440/+455
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-1/+1
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-10/+10
* BIG update. Aaron Giles2011-03-291-77/+77
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-1/+1
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-12/+12
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-24/+24
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-22/+22
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-2/+2
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-5/+5
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-79/+79
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-4/+4
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-1/+1
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-3/+3
* Kill cpu_get_sp(). Aaron Giles2010-07-021-1/+1
* namcos22.c: updated ridgerac, raveracw and acedrvrw to use keys instead of di... Fabio Priuli2010-07-011-38/+115
* new clones Angelo Salese2010-04-011-0/+134
* Cleanups and version bump.mame0137u1 Aaron Giles2010-03-251-5/+5
* Added default nvram to Cyber Commando, and improved the default control mappi... Angelo Salese2010-03-171-11/+26
* 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
* Results of running the latest srcclean. Aaron Giles2009-12-281-3/+3
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-10/+10
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-3/+3
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* > -----Original Message----- Aaron Giles2009-10-031-1/+1
* > -----Original Message----- Aaron Giles2009-09-241-5/+4
* Added Dirt Dash wave ROM redumps [Guru] Phil Bennett2009-08-211-2/+2
* Cleanups and version bump.mame0133u3 Aaron Giles2009-08-211-81/+81
* [Minor] Phil Bennett2009-08-201-1/+5
* New games marked as GAME_NOT_WORKING R. Belmont2009-08-201-91/+173
* Cleanups and version bump.mame0133u2 Aaron Giles2009-08-131-1/+1
* New games added or promoted from NOT_WORKING status R. Belmont2009-08-111-2/+54
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-19/+19
* From: hoge hoge [mailto:c8cv@hotmail.com] Aaron Giles2009-07-201-5/+3
* Fixed bug MT 03235: timecris and clones: Severe graphics corruption Fabio Priuli2009-07-141-7/+7
* Oops. I need to be more CAREFUL Phil Bennett2009-07-111-1/+1
* Fixed Aqua Jet sample ROM loading offset Phil Bennett2009-07-111-1/+1
* Fixed Aqua Jet sample ROM loading [skeleton081983] Phil Bennett2009-07-091-2/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-36/+36