summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dkong.h (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
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-7/+7
* dkong.cpp: Replace MCFG_CPU_VBLANK_INT with MCFG_SCREEN_VBLANK_CALLBACK (nw) AJR2018-03-281-2/+2
* Donkey Kong/Donkey Kong Jr: Hooked up undocumented service switch and undumpe... smf-2018-02-211-1/+0
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+14
* New working machines added smf-2018-02-111-0/+2
* New working machines added smf-2018-02-101-2/+11
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-8/+20
* latch8, discrete: Major device cleanup (nw) (#2187) ajrhacker2017-03-251-1/+2
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-35/+35
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-271-1/+1
* Fix more crashes therealmogminer@gmail.com2016-01-231-28/+31
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* some hand made changes (nw) Miodrag Milanovic2015-12-191-0/+1
* Updates and fixes for places where we have major contributors decision (nw) Miodrag Milanovic2015-05-261-1/+1
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* new clone added Michaël Banaan Ananas2014-09-221-1/+6
* 8257dma: replace it in dkong and kill it (nw) cracyc2014-04-301-1/+5
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* latch8 is modern and devcb2 now (nw) Miodrag Milanovic2014-03-211-0/+1
* z80dma finalized modernizing (nw) Miodrag Milanovic2014-03-151-1/+5
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+5
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+4
* Replaced FLAG fake IO port with a DEVCB2 callback [smf] smf-2014-01-111-1/+1
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-5/+5
* dkong: Changed two devices to be optional devices. Couriersud2013-11-021-21/+35
* Rewrite serial EEPROM devices, breaking them out into separate chips of Aaron Giles2013-07-291-1/+1
* Split eeprom.c into a base class base_eeprom_device and a serial-specific Aaron Giles2013-07-271-1/+1
* Rename eeprom_device to serial_eeprom_device in anticipation of adding Aaron Giles2013-07-261-1/+1
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-2/+2
* tms6100: modernized theTMS6100 and M58819 devices. [Osso] Fabio Priuli2013-05-291-15/+19
* started to modernise TMS5110 [smf] smf-2013-05-161-0/+1
* removed implementation of legacy DEVCB_MEMORY_HANDLER and used members instea... Miodrag Milanovic2013-04-241-0/+3
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-2/+4
* more eeprom devices (nw) Miodrag Milanovic2013-04-121-1/+4
* changed machine().device("soundcpu") with m_soundcpu (nw) Miodrag Milanovic2013-04-111-1/+3
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-2/+3
* Modernization of drivers part 3 (no whatsnew) Miodrag Milanovic2013-02-061-0/+9
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-26/+26
* srcclean (nw) Curt Coder2012-10-071-1/+1
* fix dkong3 crash Michaël Banaan Ananas2012-10-021-2/+3
* Replace some *_DEVICE_HANDLER with _MEMBER calls, mostly audio (no whatsnew) Miodrag Milanovic2012-09-281-2/+8
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+1
* Fix for MT5018. [Couriersud] Couriersud2012-09-231-51/+10
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-0/+2