summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dcon.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* mame/audio: various devcb3ification and demacroification (nw) Ivan Vangelista2018-11-221-10/+12
* src/mame/video: switched various devices to devcb3 and removed MCFG macros (nw) Ivan Vangelista2018-11-211-6/+6
* ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-4/+4
* Works now (nw) Olivier Galibert2018-08-031-2/+2
* Partially revert 09466d3382eb1bdd9dedb3ce3793e1c440527615 due to crashes (nw) AJR2018-08-021-2/+2
* Previous commit examples of use (nw) Olivier Galibert2018-08-021-2/+2
* seibu_sound: Interrupt modernization (nw) AJR2018-06-301-0/+2
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-6/+6
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-3/+3
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+2
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-2/+2
* (nw) misc follow-up Vas Crabb2018-05-061-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-21/+21
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-25/+27
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4
* 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-2/+2
* sdgndmps: Replace ROM patch with a slightly less gross hack (nw) AJR2017-10-241-15/+17
* seibu_sound: Use 8-bit handlers for main CPU accesses (nw) AJR2017-08-171-1/+1
* SD Gundam Psycho Salamander no Kyoui - Base clocks on actual OSCs (nw) briantro2017-05-251-5/+5
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-5/+5
* Self-registering devices prep: Vas Crabb2017-02-271-1/+4
* Use autofinder for Seibu sound ROM bank; fix airraid regression (nw) AJR2016-11-281-0/+2
* Seibu sound device cleanup (nw) AJR2016-11-241-4/+34
* sdgndmps: Add DIP SW names and locations (verified from manual) AJR2016-11-071-18/+13
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1
* 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/+409