summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ddragon3.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers starting with c and d: completed read* and write* macros removal (nw) Ivan Vangelista2020-06-081-10/+10
* PORT_CUSTOM simplification (nw) AJR2019-09-141-8/+8
* gen_latch.cpp : Remove unnecessary arguments in handlers (#4623) cam9002019-03-291-1/+1
* emupal.cpp : Remove MCFGs, Simplify handlers (#4713) cam9002019-03-291-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-56/+52
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-52/+56
* src\mame: removed most MCFG and MACHINE_CONFIG macros from drivers starting w... Ivan Vangelista2019-03-201-54/+50
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-2/+2
* Start cleaning up palette configuration: Vas Crabb2018-12-291-12/+9
* ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-8/+8
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-4/+4
* MASKROM/MASK ROM -> mask ROM, nw mooglyguy2018-11-031-1/+1
* ddragon3 game development was subcontracted to East Technology (nw) hap2018-09-031-4/+4
* midwunit.cpp: Document alternate style rom labels which show dates of roms fo... braintro2018-08-251-2/+2
* new working clone - WWF WrestleFest (US) braintro2018-07-271-24/+54
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-28/+28
* 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