summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/btime.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-4/+3
* ay8910: small batch of MCFG removal (nw) Ivan Vangelista2018-11-071-22/+22
* srcclean and manual fixup (nw) Vas Crabb2018-08-261-1/+1
* misc small fixes (btime.cpp note, nightmare.cpp defaults) (#3885) David Haywood2018-08-231-3/+9
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-34/+34
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-15/+15
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-15/+15
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-13/+13
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-31/+31
* 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-3/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-33/+33
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-6/+6
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-154/+164
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-9/+18
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-10/+10
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-10/+10
* btime.cpp: Soundlatch modernization (nw) AJR2017-08-171-22/+14
* btime.cpp: Use input merger device (nw) AJR2017-08-171-16/+9
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-20/+20
* Self-registering devices prep: Vas Crabb2017-02-271-1/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
* More gen_latch (nw) Ivan Vangelista2016-05-201-3/+5
* this is pointer so nullptr is fine (nw) Miodrag Milanovic2015-12-071-2/+2
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-2/+2
* clang-modernize part 4 Miodrag Milanovic2015-12-041-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2080