summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bloodbro.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* mame/audio: various devcb3ification and demacroification (nw) Ivan Vangelista2018-11-221-7/+7
* src/mame/video: switched various devices to devcb3 and removed MCFG macros (nw) Ivan Vangelista2018-11-211-5/+4
* Works now (nw) Olivier Galibert2018-08-031-2/+2
* Partially revert 09466d3382eb1bdd9dedb3ce3793e1c440527615 due to crashes (nw) AJR2018-08-021-2/+2
* Previous commit examples of use (nw) Olivier Galibert2018-08-021-2/+2
* seibu_sound: Interrupt modernization (nw) AJR2018-06-301-0/+2
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-9/+9
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-10/+8
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Add support for custom device constructors when replacing devices. Vas Crabb2018-05-081-1/+1
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-23/+23
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-8/+8
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-52/+57
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-2/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-5/+5
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-7/+7
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+3
* (nw) we agreed when we loosened the restrictiions on set names that we'd try ... Vas Crabb2017-12-261-4/+4
* srcclean and manual cleanups (nw) Vas Crabb2017-12-241-1/+1
* 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
* bloodbro.cpp: Remove outdated comment, ROMs were bitswapped, not bad / corrup... briantro2017-11-281-2/+0
* weststory: verified sprite data by converting original mask rom into bootleg ... David Haywood2017-11-271-6/+16
* new Blood Bros. clones added briantro2017-11-261-34/+127
* weststry: Prevent mistimed interrupts that were killing sound AJR2017-09-201-6/+45
* seibu_sound: Use 8-bit handlers for main CPU accesses (nw) AJR2017-08-171-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+6
* Seibu/TAD PROM stuff AJR2017-04-201-0/+12
* Self-registering devices prep: Vas Crabb2017-02-271-1/+4
* Use autofinder for Seibu sound ROM bank; fix airraid regression (nw) AJR2016-11-281-0/+1
* Seibu sound device cleanup (nw) AJR2016-11-241-2/+16
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-2/+2
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+1
* West Story improvements: the NMI story AJR2016-05-261-20/+60
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-5/+5
* clang-modernize part 4 Miodrag Milanovic2015-12-041-5/+5
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+672