summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/konamim2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-3/+3
* Hooked up DSA/ESA instructions for PowerPC 602 (as no-ops for now). Aaron Giles2008-12-301-1/+1
* Here's the big one.... Aaron Giles2008-12-111-1/+1
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* Move cpunum_get_active() removal. Aaron Giles2008-11-271-2/+2
* Removed memory context switch. Let the fun begin. Aaron Giles2008-11-241-4/+4
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-8/+8
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-3/+3
* Major cpuintrf changes: Aaron Giles2008-11-101-7/+7
* Disks opened by the romload module are no longer identified by index. Aaron Giles2008-08-011-6/+6
* Region classes go bye-bye. Aaron Giles2008-07-281-17/+17
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-19/+17
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-07-241-1/+3
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-2/+2
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1
* New game not working: Aaron Giles2008-07-031-5/+17
* PowerPC dynamic recompiler: [Aaron Giles] Aaron Giles2008-06-051-4/+2
* Cleanups for 0.125u3. Aaron Giles2008-05-291-3/+3
* Adds latest hardware info for drivers hornet and konamim2. Andrew Gardner2008-05-241-32/+123
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-3/+2
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-16/+16
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-16/+16
* Removed most uses of BITMAP_FORMAT_RGB15. Just a few sega systems Aaron Giles2008-03-241-2/+3
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-1/+1
* Most important thing to note about this change: Aaron Giles2008-02-211-3/+3
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-1/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-3/+3
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1132