summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/konamim2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Cleanups and version bump.mame0142 Aaron Giles2011-04-031-27/+27
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-232/+232
* Some commenting of excessive mame_printf_debug usages for a few drivers curre... Scott Stone2011-03-311-29/+29
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-7/+7
* BIG update. Aaron Giles2011-03-291-27/+27
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Eliminated global/static variables in a number of Konami/Sega drivers Aaron Giles2011-02-121-246/+272
* Cleanups and version bump.mame0141u2 Aaron Giles2011-02-091-2/+2
* New games added as GAME_NOT_WORKING R. Belmont2011-01-281-1/+19
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-19/+19
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-2/+2
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-1/+1
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-1/+1
* 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
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-3/+3
* New clones added Phil Bennett2009-09-261-11/+24
* > -----Original Message----- Aaron Giles2009-08-131-3/+3
* Total Vice now uses the correct boot ROM (same as Polystars). [Phil Bennett] Phil Bennett2009-06-171-3/+3
* From: Oliver Stoeneberg [oliverst@online.de] Aaron Giles2009-05-251-3/+3
* Marked polystar, hellngt and totlvice CHDs as bad. Will be replaced soon. Phil Bennett2009-05-121-32/+40
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-301-3/+3
* new sha1s from yasu davidhay2009-03-161-1/+1
* attempt to correct previous messed up checkin davidhay2009-03-151-1/+1
* updated CHDs from Yasu davidhay2009-03-151-1/+1
* Updated CHD hashes. [Yasuhiro Ogawa] Aaron Giles2009-03-141-2/+2
* 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