summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/konami/konami.h
Commit message (Expand)AuthorAgeFilesLines
* Rewrite of 6809/6309/konamicpu cores. 6809 should be cycle exact based on the Nathan Woods2013-03-041-30/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1
* running_device -> device_t Aaron Giles2010-12-311-3/+3
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-2/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+0
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-231-9/+1
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-2/+2
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* More device normalization: Aaron Giles2008-12-161-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-081-0/+2
* Pointer-ified the konami CPU core. Changed setlines callback to Aaron Giles2008-12-061-31/+8
* More conversion to the new memory functions. Aaron Giles2008-11-221-4/+4
* Generalized the concept of opbase access into "direct" access. Aaron Giles2008-11-171-2/+2
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-081-2/+2
* Final CPU header updates. Mostly just re-naming the re-inclusions. Derrick Renaud2008-08-131-2/+4
* structure, lower-casing functions and re-inclusion updates of the src\emu\cpu... Derrick Renaud2008-08-121-3/+5
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-2/+0
* Rewrote core memory handlers as inline functions. These should be easier to Aaron Giles2008-04-091-2/+2
* Changed debugger-related code to be based off a new makefile define (DEBUGGER... Aaron Giles2008-02-021-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+58