summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ddragon.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-11/+11
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-11/+11
* 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-45/+39
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-3/+3
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-1/+1
* (nw) misc follow-up Vas Crabb2018-05-061-3/+3
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-36/+36
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-1/+1
* ddragon.cpp : CPU Type identification cam9002018-03-211-4/+4
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-79/+87
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-4/+8
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-8/+8
* 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-3/+3
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-7/+7
* Finish the non-ambiguous ones (nw) Olivier Galibert2018-01-021-8/+8
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-10/+10
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-10/+10
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-6/+6
* m6809: Start resolving the great device type/clock divider mix-up AJR2017-12-081-4/+4
* Quick and dirty split of most MC6801/MC6803/HD63701 features from base M6800 ... AJR2017-05-261-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-10/+10
* ddungeon, darktowr, toffy, stoffy: Use 4-way joysticks AJR2017-03-171-1/+14
* Self-registering devices prep: Vas Crabb2017-02-271-2/+5
* tstrike, ddungeon, darktowr: use new MC68705P3 core Vas Crabb2017-01-161-64/+52
* m6805: refactoring and improvements Vas Crabb2017-01-121-1/+1
* chinagat.cpp, ddragon.cpp: More IRQ cleanups (nw) AJR2017-01-091-15/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-4/+4
* ym2151: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* misc fixes (nw) Olivier Galibert2016-06-221-1/+1
* some companyname corrections hap2016-06-191-1/+1
* updated remaining drivers to use gen_latch.cpp (nw) Ivan Vangelista2016-06-121-3/+8
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-2/+2
* new clones David Haywood2015-12-211-1/+47
* update some of remaining licenses (nw) Miodrag Milanovic2015-12-111-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2160