summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cshooter.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* More deprecat.h ... Angelo Salese2011-05-011-41/+11
* 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-31/+31
* BIG update. Aaron Giles2011-03-291-27/+27
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-3/+3
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-3/+5
* Updated nmk/olympia/pacific/pce/phoenix/rare/seibu/seta to driver_devices. Aaron Giles2011-03-031-28/+46
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+3
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-4/+4
* Implemented Seibu Audio variant with a single YM2151 sound chip, giving worki... Angelo Salese2011-01-071-27/+43
* Ok, last major rename for this round: Aaron Giles2011-01-011-5/+5
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-34/+34
* 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 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
* Load (but don't yet use) the decapped MCUs for several sets [Dr. Decapitator] Angelo Salese2010-07-091-1/+2
* got rid of bracket style company naming: Michaël Banaan Ananas2010-05-221-3/+3
* - even more small company name cleanups Michaël Banaan Ananas2010-05-221-1/+1
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-031-6/+6
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-2/+2
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-6/+6
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-9/+10
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-12/+8
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4
* Bulk change alert. Aaron Giles2009-04-261-4/+4
* Merged memory maps for the following drivers: [MooglyGuy] Ryan Holtz2009-04-251-43/+22
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-8/+8
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-4/+4
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-16/+16
* Ok, this is The Big One. Aaron Giles2009-02-111-9/+4
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-1/+1
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-3/+3
* Another big one. Aaron Giles2008-11-201-1/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-4/+4
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-4/+4
* Part 3 of "The big IO_MAP merge of 2008". (Andrew Gardner) Andrew Gardner2008-09-011-28/+1
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-8/+8
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-6/+6
* Region classes go bye-bye. Aaron Giles2008-07-281-24/+24
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-27/+27
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-4/+4
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-6/+6