summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mainsnk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-6/+6
* BIG update. Aaron Giles2011-03-291-4/+4
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Decoupled some entagled drivers: [Atari ACe] Aaron Giles2011-02-181-2/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-23/+23
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-4/+2
* Various snk drivers now use driver_data. [Atari Ace] Andrew Gardner2010-08-271-17/+16
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-2/+2
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1
* > -----Original Message----- Aaron Giles2009-10-211-1/+0
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* More numbers-to-tags changes. Also, removed two unneeded variables in megadri... Fabio Priuli2009-04-301-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-8/+8
* Ok, this is The Big One. Aaron Giles2009-02-111-4/+2
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-3/+3
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* adjust coinage dips Nicola Salmoria2008-09-151-2/+2
* from 9IEM1smI0: fixed inputs in Main Event (SNK) based on the info in http://... Nicola Salmoria2008-09-151-31/+54
* Cleanups and version bump.mame0127u3 Aaron Giles2008-09-111-3/+3
* fixed bg tile banking in Canvas Croquis Nicola Salmoria2008-09-051-235/+233
* fixed emulation of the "SNK Wave" custom sound used by Marvin's Maze and Vang... Nicola Salmoria2008-09-041-10/+3
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-34/+27
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-4/+4
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-1/+1
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-12/+12
* Region classes go bye-bye. Aaron Giles2008-07-281-10/+10
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-13/+13
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-3/+2
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-3/+3
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-261-17/+19
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-121-2/+0
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-2/+1
* 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-2/+2
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-1/+1
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-2/+2
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-1/+1
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-1/+1
* 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-2/+5
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-1/+1