summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cshooter.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-48/+47
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-251-5/+6
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-4/+4
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-9/+9
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-4/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-13/+12
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* TILE/TILEMAP modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-061-6/+6
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-9/+11
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-3/+3
* cshooter.c: Added dipswitch locations to the Air Raid & Cross Shooter sets. [... Brian Troha2012-07-221-14/+14
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-1/+1
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-5/+5
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-3/+3
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-3/+3
* More fixes and a gcc warning fix. Aaron Giles2012-04-151-2/+2
* Removed unnecessary target() calls from shared_ptr references. Aaron Giles2012-04-111-4/+4
* Added target() on proper places (no whatsnew) Miodrag Milanovic2012-04-111-3/+3
* Forgot to remove comments, again (no whatsnew) Miodrag Milanovic2012-04-111-1/+0
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-11/+14
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-7/+7
* MAME going modern part 3 (no whatsnew) Miodrag Milanovic2012-04-031-34/+42
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-4/+4
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-15/+15
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-3/+3
* Bulk converted most of the tilemap_* calls into method calls. Aaron Giles2012-01-171-5/+5
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-5/+3
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-1/+1
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-1/+1
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-1/+1
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-6/+6
* 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