summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/snk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-261-2/+2
* the coin inputs don't appear to be ACTIVE_HIGH after all. Nicola Salmoria2008-09-151-53/+59
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-1/+1
* coin inputs seem to be active high (except for jcross) Nicola Salmoria2008-09-051-130/+136
* Cleanups and version bump.mame0127u2 Aaron Giles2008-09-041-5/+5
* fixed emulation of the "SNK Wave" custom sound used by Marvin's Maze and Vang... Nicola Salmoria2008-09-041-100/+697
* Fixed Dip Switches and Inputs for 'hal21', 'hal21j' (same as 'hal'), 'fitegol... stephh2008-09-021-78/+132
* merged hal21.c into snk.c Nicola Salmoria2008-09-021-2/+233
* fixed sound in Jumping Cross Nicola Salmoria2008-09-021-46/+13
* repalce aso ROMs (which were possibly from a bootleg) with split ones that ar... Nicola Salmoria2008-09-011-31/+34
* added another ikari us clone Nicola Salmoria2008-09-011-4/+55
* Corrado confirms the bootleg gwar pcb has the rotary connector so added it ba... Nicola Salmoria2008-08-311-16/+35
* removed rotary joystick option from gwarb. The bootleg board doesn't have the... Nicola Salmoria2008-08-311-31/+5
* Fixed Dip Switches and Inputs for 'aso', 'alphamis', 'arian' (same as 'alpham... stephh2008-08-311-111/+196
* remove a wrong return (my mistake) Roberto Zandona2008-08-301-1/+1
* implementation of the possibility to use a normal joystick or a rotary joysti... Roberto Zandona2008-08-301-4/+37
* Cleanups and version bump.mame0127u1 Aaron Giles2008-08-281-24/+24
* Fixed Dip Switches and Inputs for 'jcross' and 'sgladiat'. stephh2008-08-281-73/+118
* Fixed missing / causing major non-compiling. R. Belmont2008-08-271-1/+1
* merged jcross.c into snk.c Nicola Salmoria2008-08-271-25/+234
* merged sgladiat.c into snk.c Nicola Salmoria2008-08-271-319/+597
* Fixed 64-bit GCC compile error. R. Belmont2008-08-271-1/+1
* removed unused range from memory map Nicola Salmoria2008-08-261-2/+1
* moved ASO from hal21.c to snk.c Nicola Salmoria2008-08-261-1/+277
* snk.c rewrite (finished) Nicola Salmoria2008-08-261-748/+360
* snk.c rewrite (WIP) Nicola Salmoria2008-08-221-8/+3
* snk.c rewrite (WIP) Nicola Salmoria2008-08-221-232/+102
* snk.c rewrite (WIP) Nicola Salmoria2008-08-221-351/+327
* snk.c rewrite (WIP) Nicola Salmoria2008-08-221-249/+306
* snk.c rewrite (WIP) Nicola Salmoria2008-08-211-116/+243
* snk.c rewrite (WIP) Nicola Salmoria2008-08-211-393/+387
* snk.c rewrite (WIP) Nicola Salmoria2008-08-201-1618/+1833
* implemented proper shadow handling. Some intial cleanup. Nicola Salmoria2008-08-131-327/+191
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-16/+16
* Some more structure/naming updates of sound cores. Derrick Renaud2008-08-091-13/+13
* Cleanups and version bump.mame0126u4 Aaron Giles2008-08-071-19/+19
* From: Corrado Tomaselli [mailto:corrado.to@tiscali.it] Aaron Giles2008-08-061-5/+5
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-109/+109
* Adds readmes for Kyros No Yakata, Bombs Away, Meikyuu Hunter G, Crazy Kong, M... Andrew Gardner2008-08-031-2/+50
* Removed ancient /* audio CPU */ comments that were remnants Aaron Giles2008-07-301-1/+0
* Region classes go bye-bye. Aaron Giles2008-07-281-282/+282
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-312/+311
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-241-138/+145
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-43/+33
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-11/+11
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-20/+20
* 01986 : victroad, dogosoke: Last unknown dipswitch info Andrew Gardner2008-07-141-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-6/+6
* snk.c > removed duplicate input port bits. davidhay2008-06-011-3/+0
* fix for mantis 01834: fitegolf, countryc: Graphics corruption Roberto Zandona2008-05-261-1/+1