summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/firebeat.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* src/mame/video: switched various devices to devcb3 and removed MCFG macros (nw) Ivan Vangelista2018-11-211-8/+8
* cpu/pps4 - machine/pxa255, r10696, r10788, ra17xx, rf5c296, roc10937, rp5c01,... Ivan Vangelista2018-10-291-2/+2
* -intelfsh: Removed MCFG, nw mooglyguy2018-09-051-6/+6
* -in8250: De-MCFG, nw mooglyguy2018-09-041-18/+19
* -amigafdc, at29x, at45dbxx, at_keybc, ataintf, atmel_arm_aic, pci-ide: MCFG r... mooglyguy2018-08-151-6/+6
* Fix clang build [-Werror,-Wunused-private-field] (nw) AJR2018-06-271-1/+0
* more private member use in 'D, E, F, G' drivers (nw) (#3704) David Haywood2018-06-271-6/+9
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-17/+17
* (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