summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/kaneko16.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-32/+32
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-8/+8
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-26/+26
* From: Robin Merrill [mailto:urebel@usa.net] Aaron Giles2009-02-161-2/+4
* Ok, this is The Big One. Aaron Giles2009-02-111-99/+66
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2009-01-141-9/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-33/+33
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-9/+9
* Kaneko changes part 1 davidhay2008-11-131-27/+41
* Major cpuintrf changes: Aaron Giles2008-11-101-10/+10
* Added redumped B-Rap Boys sample ROMs (c/o Guru) Phil Bennett2008-10-181-16/+16
* From: Lei Wu [mailto:lanewu@hotmail.com] Aaron Giles2008-08-191-0/+59
* Added validity check to ensure that AM_READ_PORT() macros reference Aaron Giles2008-08-191-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-191-1/+1
* Cleanups and version bump.mame0126u5 Aaron Giles2008-08-141-10/+10
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-216/+216
* Adds readmes for Great 1000 Miles Rally 2 and Super Monaco GP. Andrew Gardner2008-08-111-50/+152
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-12/+12
* Adds readmes for Cosmo, Don Den Lover, Beatmania (CHD dumping), Dragon Master... Andrew Gardner2008-08-101-1/+1
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-24/+24
* lower cased sn76477_interface and ay8910_interface Derrick Renaud2008-08-081-2/+2
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-48/+48
* Fixed several regressions due to the region changes. Aaron Giles2008-07-301-1/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-167/+167
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-199/+190
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-7/+7
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-5/+5
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-14/+14
* Cleanups/version bump.mame0125u7 Aaron Giles2008-06-261-2/+2
* From: Steve Lilley-Hopkins [mailto:minwah1959@hotmail.com] Aaron Giles2008-06-261-10/+23
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-13/+13
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+2
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-171-53/+53
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-121-5/+0
* Fixed remaining input port bit conflicts. Aaron Giles2008-06-051-3/+3
* Renamed EEPROM_* to eeprom_* Aaron Giles2008-05-251-5/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-1/+1
* AY-3-8910 rewrite: Couriersud2008-04-221-3/+9
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-38/+38
* Renamed input port functions: Aaron Giles2008-04-061-12/+12
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-17/+17
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-17/+17
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-81/+81
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-1/+1
* From: Corrado Tomaselli Aaron Giles2008-03-051-5/+5
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-14/+14
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-7/+7
* Most important thing to note about this change: Aaron Giles2008-02-211-24/+34