summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nmk16.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Part 4 of "The big IO_MAP merge of 2008". (Andrew Gardner) Andrew Gardner2008-09-021-26/+13
* Cleanups and version bump.mame0127u1 Aaron Giles2008-08-281-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-201-86/+87
* Cleanups and version bump.mame0127 Aaron Giles2008-08-191-2/+2
* Added validity check to ensure that AM_READ_PORT() macros reference Aaron Giles2008-08-191-0/+6
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-2/+2
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-2/+2
* makes redhawki work, I suspect it's a bootleg.. davidhay2008-08-161-1/+9
* new clone, Red Hawk (Italy) (NOT WORKING) davidhay2008-08-151-4/+19
* New clones added Brian Troha2008-08-151-0/+23
* Cleanups and version bump.mame0126u5 Aaron Giles2008-08-141-1/+1
* 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-3/+64
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-23/+23
* Some more structure/naming updates of sound cores. Derrick Renaud2008-08-091-8/+8
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-92/+92
* 02066: All sets in mhavoc.c: all graphics is missing Aaron Giles2008-08-051-2/+2
* (From Atari Ace. Note that I only took the first patch, which applied Aaron Giles2008-07-311-2/+2
* Fixed several regressions due to the region changes. Aaron Giles2008-07-301-17/+17
* (Modified to allow for overwrites of RAM ranges only.) Aaron Giles2008-07-291-3/+3
* Region classes go bye-bye. Aaron Giles2008-07-281-376/+376
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-450/+450
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-37/+32
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-22/+22
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-51/+51
* fix for bug #01944 - unable to locate input port "DSW" Roberto Zandona2008-06-281-1/+1
* Cleanups/version bump.mame0125u7 Aaron Giles2008-06-261-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-261-349/+167
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-36/+36
* Cleanups/version bump.mame0125u4 Aaron Giles2008-06-051-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-051-10/+17
* increased gunnail 68000 clock to 12MHz to match readme. This avoids slowdowns. Nicola Salmoria2008-06-051-24/+23
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-4/+4
* AY-3-8910 rewrite: Couriersud2008-04-221-2/+12
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-1/+1
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-27/+27
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-2/+2
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-7/+7
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-7/+7
* added bjtwina clone of bjtwin davidhay2008-03-241-7/+38
* From: Corrado Tomaselli Aaron Giles2008-03-191-22/+58
* Added some pieces that got missed when applying this patch. Aaron Giles2008-03-131-3/+2
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-97/+97
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-5/+5
* From: Corrado Tomaselli Aaron Giles2008-03-051-3/+3
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-7/+7
* * MACHINE_DRIVER_EXTERN now requires a semicolon Couriersud2008-03-011-1/+1
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-24/+24
* Most important thing to note about this change: Aaron Giles2008-02-211-60/+77
* Adds Excellent Co, Ltd Redhawk to nmk16.c Brian Troha2008-02-191-49/+74