summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dkong.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-29/+30
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-30/+29
* 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-62/+59
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-33/+33
* new working clone Ivan Vangelista2018-04-281-0/+27
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-1/+1
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-4/+4
* dkong.cpp: Replace MCFG_CPU_VBLANK_INT with MCFG_SCREEN_VBLANK_CALLBACK (nw) AJR2018-03-281-8/+15
* Donkey Kong: Change orientation so that -norotate matches direct feed recordi... smf-2018-03-241-49/+49
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-111/+119
* remove unnecessary code (nw) smf-2018-03-011-18/+0
* Donkey Kong/Donkey Kong Jr: Hooked up undocumented service switch and undumpe... smf-2018-02-211-41/+40
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-21/+37
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-8/+8
* simplify (nw) smf-2018-02-111-7/+2
* New working machines added smf-2018-02-111-0/+61
* New working machines added smf-2018-02-101-17/+243
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-2/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-15/+15
* Do the easy ones (nw) Olivier Galibert2018-01-011-5/+5
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-3/+3
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-3/+3
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-3/+3
* minimaws: show compatible slots for devices [Vas Crabb] Vas Crabb2017-08-041-1/+1
* s2650: I/O modernization AJR2017-06-221-27/+15
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-45/+45
* New working clone Ivan Vangelista2017-04-191-0/+45
* latch8, discrete: Major device cleanup (nw) (#2187) ajrhacker2017-03-251-6/+6
* Self-registering devices prep: Vas Crabb2017-02-271-1/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-17/+17
* srcclean and translation regeneration Vas Crabb2016-08-291-8/+8
* more notes (nw) Stiletto2016-08-101-0/+25
* Fix more crashes therealmogminer@gmail.com2016-01-231-2/+0
* Some comments on TRS-01 'early radar scope' 5-PCB set. Fixed some ROM names b... Lord-Nightmare2016-01-101-4/+4
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-3/+3
* some hand made changes (nw) Miodrag Milanovic2015-12-191-5/+4
* 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/+3358