summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/berzerk.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* devices/sound: more handler simplification (nw) Ivan Vangelista2020-03-121-1/+1
* (nw) Change description of Berzerk sets based on suggestions braintro2019-11-091-7/+7
* (nw) fix long time cut-n-paste error braintro2019-11-091-1/+1
* New working clone braintro2019-11-091-16/+30
* (nw) Add note about known undumped versions of Berzerk & Street Fighter the M... braintro2019-11-011-0/+2
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-4/+4
* (nw) berzerk.cpp: Correct ROM labels for Frenzy braintro2019-07-081-13/+51
* (nw) redumped the color prom for Player's Edge Plus (XM00002P+XMP00006) Multi... braintro2019-04-241-1/+1
* (nw) Correct names for Moon War's voice ROMs braintro2019-04-231-3/+9
* Documentation update for Moon War II based on eBay auction pic (nw) braintro2019-04-071-2/+2
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-50/+47
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-47/+50
* mame\drivers: removed most MACHINE_CONFIG and MCFG macros from drivers starti... Ivan Vangelista2019-03-221-17/+16
* berzerk.cpp: Update comments about ROM labels needing verification. (nw) braintro2019-02-101-30/+28
* get rid of some copy/pasted macros for different numbers of arguments (nw) Vas Crabb2019-02-091-3/+3
* deleted old comment (nw) Scott Stone2018-12-211-1/+1
* berzerk.cpp: Fixed 'berzerk1' rom labels per board pictures [Smitdogg, The ... Scott Stone2018-12-211-6/+6
* mame/audio: various devcb3ification and demacroification (nw) Ivan Vangelista2018-11-221-2/+1
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-10/+10
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* berzerk: output_finder Dirk Best2018-05-151-15/+24
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-9/+9
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* (nw) misc follow-up Vas Crabb2018-05-061-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-7/+7
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-41/+44
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+6
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+4
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-7/+7
* Self-registering devices prep: Vas Crabb2017-02-271-1/+4
* Improvements to rgb_t (nw) AJR2016-10-221-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-41/+41
* s14001a_new is now s14001a hap2016-01-231-3/+3
* reverting: Miodrag Milanovic2016-01-201-1/+1
* berzerk: added s14001a_new_device hap2016-01-191-16/+12
* berzerk.cpp: small cleanup hap2016-01-191-40/+23
* s14001a: set default amp to 15 hap2016-01-181-0/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-5/+5
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-5/+5
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-4/+4
* Removed need for -Wno-c++11-narrowing for clang Miodrag Milanovic2015-12-041-1/+1