summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/firebeat.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* (nw) Housekeeping Robbbert2018-05-171-1/+2
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-12/+12
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-12/+12
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-23/+23
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+4
* (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-24/+24
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-5/+6
* Route sound relative to current device. Vas Crabb2018-05-011-2/+2
* Bind devcb relative to current device. This is probably going to break Vas Crabb2018-05-011-4/+4
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-48/+52
* ymz280b : Add device_rom_interface instead external memory handlers (#3242) cam9002018-02-191-147/+25
* (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-2/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-11/+11
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-6/+11
* Do the easy ones (nw) Olivier Galibert2018-01-011-2/+2
* ATA: Simplified class hierarchy so there is no ambiguity with 16 & 32 bit met... smf-2017-12-201-10/+10
* ide: Add non-space cs access methods, use them wherever possible [O. Galibert] Olivier Galibert2017-12-161-8/+8
* ide: deambiguate cs access between 16 and 32 bits [O. Galibert] Olivier Galibert2017-12-161-10/+10
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-4/+9
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-30/+30
* atapicdr: unbreak firebeat (nw) cracyc2016-07-261-3/+8
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-40/+40
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-40/+40
* clang-modernize part 7 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1935