summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dkong.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-16/+16
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-78/+78
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2009-01-291-8/+16
* slightly update the game description for DK Foundry Brian Troha2009-01-011-1/+1
* New clone added Brian Troha2009-01-011-1/+30
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-7/+2
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-3/+3
* Here's the big one.... Aaron Giles2008-12-111-17/+2
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-3/+3
* [Z80DMA] Added placeholders for interrupt callback and Z80 daisy chain functi... Curt Coder2008-11-251-1/+2
* Some more driver conversions to new functions. Aaron Giles2008-11-231-10/+14
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-6/+6
* Another big one. Aaron Giles2008-11-201-6/+6
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-24/+24
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-5/+5
* Major cpuintrf changes: Aaron Giles2008-11-101-15/+15
* Removed dkongx code Couriersud2008-10-311-179/+2
* if we support this we may as well support both sets.. davidhay2008-10-301-6/+37
* New clone: D2K Jumpman returns Couriersud2008-10-251-2/+148
* Cleanups and version bump.mame0127u2 Aaron Giles2008-09-041-1/+1
* dkong.c: S2650 based games consolidated Couriersud2008-08-311-163/+98
* Preparing some MDRV_CPU_IO_MAP calls for automated memmap replacement. Andrew Gardner2008-08-301-1/+1
* Cleanups and version bump.mame0127u1 Aaron Giles2008-08-281-4/+4
* dkong & friends: Use new latch device Couriersud2008-08-221-49/+73
* Cleanups and version bump.mame0127 Aaron Giles2008-08-191-2/+2
* dkong3 - added prom Couriersud2008-08-191-1/+9
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-4/+4
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-4/+4
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-38/+38
* 8257dma and z80dma devices now require device callback handlers instead of ma... Couriersud2008-08-031-16/+16
* Region classes go bye-bye. Aaron Giles2008-07-281-182/+182
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-187/+187
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-2/+2
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-171-6/+6
* Cleanups/version bump.mame0125u7 Aaron Giles2008-06-261-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-14/+14
* dkong.c: Merge driver init code for drakton and strtheat Couriersud2008-06-221-0/+102
* implemented 8257 dma controller as proper device Couriersud2008-06-221-56/+36
* Cleaned up z80dma interface Couriersud2008-06-221-9/+8
* dkong.c: Fix duplicate input port bits for dkong3 Couriersud2008-05-271-2/+2
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-4/+4
* Renamed input port functions: Aaron Giles2008-04-061-5/+5
* adds jrking, it's a common graphic hack bootleg of dkongjr so it's worth supp... davidhay2008-03-241-0/+34
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-03-241-1/+1
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-5/+5
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-2/+2
* Cleanups and version bump.mame0123u4 Aaron Giles2008-03-061-43/+43
* * remove deprecat.h and Machine where it was possible Couriersud2008-03-051-9/+10
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-1/+1