summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dkong.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers starting with c and d: completed read* and write* macros removal (nw) Ivan Vangelista2020-06-081-24/+24
* dkong: use mirror() instead of trampolines in s2650_map (nw) hap2020-05-281-29/+15
* more macro removal (nw) Ivan Vangelista2020-05-191-6/+6
* dkong: change dkong3 difficulty string to numbers (MT07648) (nw) hap2020-05-111-4/+4
* cvs.cpp, dkong.cpp, galaxold.cpp: Fix interrupt-related regressions in 2650-b... AJR2020-04-041-1/+2
* input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... AJR2020-03-181-1/+1
* dkong: document empty rom sockets. (nw) couriersud2019-12-201-0/+15
* dkong: Remove diag.bin, it did not ship with the boards (nw) Olivier Galibert2019-12-131-26/+0
* dkongjr2: Note based on research done before this was properly added (nw) AJR2019-12-071-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-9/+9
* new working clone Ivan Vangelista2019-04-161-3/+35
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-1/+1
* devices/machine/watchdog.cpp : Simplify handlers cam9002019-03-311-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-40/+44
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-44/+40
* src\mame: removed most MCFG and MACHINE_CONFIG macros from drivers starting w... Ivan Vangelista2019-03-201-40/+44
* Start cleaning up palette configuration: Vas Crabb2018-12-291-21/+15
* -arcadia, binbug, cd2650, cvs, dm7000, dolphunk, galaxia, hp48, instruct, kon... mooglyguy2018-12-151-15/+13
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-2/+2
* -i8257: Removed MCFG, nw mooglyguy2018-09-041-10/+9
* z80dart.cpp, z80dma.cpp: started removing MCFG macros (nw) Ivan Vangelista2018-08-291-4/+4
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-11/+15
* devcb3 Vas Crabb2018-07-071-21/+18
* Removed nearly all custom MCFG macros from eepromser, migrated more of police... mooglyguy2018-06-071-3/+3
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-43/+43
* 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