summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/slapfght.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-108/+107
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-8/+8
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-12/+11
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-4/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-8/+8
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-8/+8
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-36/+28
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-20/+20
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-23/+23
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-56/+61
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-13/+13
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-23/+23
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-69/+69
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-11/+11
* Create new devices buffered_spriteram<n>_device, which manage buffered Aaron Giles2012-03-081-22/+12
* most screen eof regression fixes could be reverted after core fix Michaël Banaan Ananas2012-01-251-4/+4
* screen eof regressions Michaël Banaan Ananas2012-01-231-4/+4
* Death to SCREEN_EOF, which was ambiguously called either Aaron Giles2012-01-141-7/+11
* Some cleanup of the previous change. Added new template Aaron Giles2012-01-131-4/+4
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-8/+4
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-1/+1
* deprecat.h Angelo Salese2011-12-121-3/+2
* Removed ugly function interrupt_enable_w from the core, and updated all the d... Angelo Salese2011-11-291-4/+13
* "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-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-27/+27
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-8/+8
* BIG update. Aaron Giles2011-03-291-15/+15
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-8/+8
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-20/+20
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-9/+9
* Converted namco/thepit/toaplan/unico/upl/valadon/veltmjr/venture/vsystem/ Aaron Giles2011-03-101-33/+35
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-9/+9
* Attotime bulk conversion step: Aaron Giles2011-02-031-4/+4
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-124/+124
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-4/+4
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-14/+12
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* standardize PCB location form for a few rom names in slapfght.c. Brian Troha2010-07-051-4/+4
* Also unbreak Performan (no whatsnew) Phil Bennett2010-06-301-3/+7
* less confusing names for slapfight bootlegs Michaël Banaan Ananas2010-06-301-27/+27
* MAME doesn't like uppercase ROM names. Scott Stone2010-06-301-6/+6
* a little more information about the alt set of Slap Fight. Also minor correct... Brian Troha2010-06-301-14/+22
* slapfght.c: Corrected rom names for the Slap Fight sets and added PCB locatio... Brian Troha2010-06-291-287/+281
* developed by toaplan (under taito contract): tiger heli, guardian, slap fight Michaël Banaan Ananas2010-06-271-23/+7
* Hooked up Slap Fight/Alcon 68705 MCU [Phil Bennett, Dr. Decapitator] Phil Bennett2010-06-271-50/+70