summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dkong.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-16/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+6
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-5/+19
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+2
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+5
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-0/+6
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-4/+5
* non device audio board modernization (no whatsnew) Miodrag Milanovic2012-04-111-1/+2
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-8/+8
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+17
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-5/+5
* Removed ugly function interrupt_enable_w from the core, and updated all the d... Angelo Salese2011-11-291-0/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2