summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/snk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-5/+5
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-13/+13
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-14/+14
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-85/+85
* BIG update. Aaron Giles2011-03-291-85/+85
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-40/+40
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* set hal21 cabinet default to upright Michaƫl Banaan Ananas2011-03-261-1/+1
* Converted namco/thepit/toaplan/unico/upl/valadon/veltmjr/venture/vsystem/ Aaron Giles2011-03-101-18/+24
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-6/+6
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-13/+13
* Attotime bulk conversion step: Aaron Giles2011-02-031-6/+6
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-228/+228
* MAMETesters Bugs Fixed Ryan Holtz2010-10-171-2/+8
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-80/+40
* Various snk drivers now use driver_data. [Atari Ace] Andrew Gardner2010-08-271-77/+104
* hal21: cabinet DIPSW was reversed Yasuhiro Ogawa2010-05-291-2/+2
* Changed resolutions to match for all Guerrilla War sets. They all now show t... Scott Stone2010-05-061-5/+0
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* 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
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-106/+106
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-58/+58
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-8/+8
* Cleanups and version bump.mame0135u1 Aaron Giles2009-11-201-3/+3
* Documentation correction Brian Troha2009-11-131-4/+4
* New Clone Added: Mad Crusher Brian Troha2009-11-131-1/+100
* > -----Original Message----- Aaron Giles2009-10-031-4/+4
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-6/+6
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-167/+167
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-42/+42
* number-to-tag conversions for drivers starting with 'S': remaining changes sh... Fabio Priuli2009-05-011-11/+11
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-25/+25
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-135/+135
* 02918: psychosj psychos: Title screen graphic glitch Nicola Salmoria2009-02-151-14/+22
* Ok, this is The Big One. Aaron Giles2009-02-111-37/+31
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-6/+6
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Fix all obvious regressions based on screenshots. Aaron Giles2008-12-151-1/+1
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-13/+13
* Another big one. Aaron Giles2008-11-201-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-13/+13
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-9/+9
* Checked, via Z80 code analysis, inputs and Dip Switches for the following gam... stephh2008-10-071-112/+121
* Checked, via Z80 code analysis, inputs and Dip Switches for the following gam... stephh2008-10-051-191/+202