summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ddragon3.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-1/+1
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-1/+1
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-17/+17
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+3
* (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-4/+4
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-18/+18
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-4/+4
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-95/+101
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-3/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-6/+6
* search-replace .0_?Hz_XTAL to _?Hz_XTAL (nw) hap2018-01-261-4/+4
* it reduces the need for ' digit grouping in drivers, and it even reads natura... Vas Crabb2018-01-251-5/+5
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-9/+9
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-4/+4
* blockout.cpp: various improvements: [Angelo Salese] angelosa2018-01-171-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-5/+5
* ddragon3.cpp: Soundlatch modernization; use explicit buffering trigger in ctr... AJR2017-09-011-46/+38
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-21/+21
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-1/+4
* ddragon3.cpp: Get the proper rom labels correct - NW briantro2016-11-131-2/+2
* ddragon3.cpp: Reorder parent / clone for WWF Wrestlefest - nw briantro2016-11-131-14/+14
* ddragon3.cpp: Correct rom labels as per recent redump. - NW briantro2016-11-131-13/+10
* okim6295: Directly use set_rom_bank [O. Galibert] Olivier Galibert2016-09-061-1/+1
* ym2151: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* updated remaining drivers to use gen_latch.cpp (nw) Ivan Vangelista2016-06-121-6/+9
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1495