summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/djmain.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-7/+7
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-6/+8
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-47/+47
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-9/+9
* Correct Pop'n Music 2, Pop'n Music 3 year sjy965252018-05-011-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-52/+57
* djmain Fixes All sets in djmain.c: MAME exception MT#06884, introduced by htt... smf-2018-02-221-2/+2
* (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
* vgmplay : Add K054539 Support DESKTOP-LP5JPA4\dbtlr2018-01-241-57/+7
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+3
* Extended time! All space.device() removed from comments (nw) Olivier Galibert2018-01-051-3/+3
* ATA: Simplified class hierarchy so there is no ambiguity with 16 & 32 bit met... smf-2017-12-201-6/+6
* ide: deambiguate cs access between 16 and 32 bits [O. Galibert] Olivier Galibert2017-12-161-6/+6
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-2/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-17/+17
* * new not working smf-2016-09-171-3/+24
* Devfind revision phase 2 (nw) AJR2016-08-051-2/+1
* Reduce the incidence of required_device<palette_device> in subdevices AJR2016-04-021-2/+1
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-12/+12
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-12/+12
* clang-modernize part 4 Miodrag Milanovic2015-12-041-5/+5
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2205