summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bullet.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* bus/rs232.cpp: completed removal of MCFG macros (nw) Ivan Vangelista2018-10-231-10/+10
* wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-061-6/+6
* z80ctc: removed MCFG macros (nw) Ivan Vangelista2018-09-031-10/+10
* z80daisy: finished removing MCFG macro (nw) Ivan Vangelista2018-08-311-8/+8
* z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) Ivan Vangelista2018-08-301-44/+44
* z80pio.cpp: removed macros (nw) Ivan Vangelista2018-08-281-10/+10
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-4/+2
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-2/+2
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-19/+19
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-17/+17
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-64/+64
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-14/+17
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-34/+38
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-17/+17
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+2
* Eliminate custom MCFG_Z80DART_ADD/Z80SIO_ADD macros (nw) AJR2017-09-241-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-7/+8
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-8/+8
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-2/+2
* clang-modernize part 4 Miodrag Milanovic2015-12-041-21/+21
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1297