summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/dkong.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-2/+0
* Modernization of drivers part 3 (no whatsnew) Miodrag Milanovic2013-02-061-92/+87
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-14/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-102/+102
* srcclean (nw) Curt Coder2012-10-071-5/+5
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-7/+6
* Fix for MT5018. [Couriersud] Couriersud2012-09-231-34/+70
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-7/+7
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-21/+18
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+3
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-77/+70
* added missing \n to remaining fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-091-2/+2
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-13/+11
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-2/+2
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-6/+6
* Created ioport_manager and moved the port list to it. Aaron Giles2012-04-221-1/+1
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-10/+10
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-1/+1
* Convert INPUT_CHANGED to INPUT_CHANGED_MEMBER (no whatsnew) Miodrag Milanovic2012-04-121-3/+0
* Remove color_prom parameter from PALETTE_INIT. Added code where Aaron Giles2012-04-121-0/+5
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-34/+26
* sprites wraparound (eg. dkong3 when clearing stage 1: http://www.youtube.com/... Michaël Banaan Ananas2012-01-301-20/+15
* Bulk converted most of the tilemap_* calls into method calls. Aaron Giles2012-01-171-13/+13
* Added new method screen_device::register_screen_bitmap which Aaron Giles2012-01-151-2/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-10/+10
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-3/+3
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-9/+9
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-3/+3
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-10/+10
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-132/+132
* BIG update. Aaron Giles2011-03-291-63/+63
* Convert nichibut/nintendo/nix to driver_devices. [Atari Ace] Aaron Giles2011-02-281-29/+26
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+3
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-6/+6
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-7/+7
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-26/+26
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-8/+8
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-051-11/+11
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-4/+4
* Results of running the latest srcclean. Aaron Giles2009-12-281-6/+6
* Added save states to funybubl.c, galaxi.c, gaiden.c and rocnrope.c Fabio Priuli2009-11-301-4/+2
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-1/+1
* > -----Original Message----- Aaron Giles2009-10-031-0/+2
* > From: atari_ace@verizon.net Aaron Giles2009-08-131-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-9/+6