summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vsnes.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-2/+2
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-10/+10
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-60/+60
* Region classes go bye-bye. Aaron Giles2008-07-281-115/+115
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-117/+117
* Cleanups and version bump.mame0126u2 Aaron Giles2008-07-241-5/+5
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-241-624/+371
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-3/+3
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-2/+2
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-6/+6
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-121-51/+1
* Fixed remaining input port bit conflicts. Aaron Giles2008-06-051-1/+1
* Restructured input port internals and cleaned up inptport.c: Aaron Giles2008-05-151-2/+2
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-6/+6
* Various clean ups: Couriersud2008-03-011-0/+2
* Most important thing to note about this change: Aaron Giles2008-02-211-8/+5
* Used PORT_SERVICE and PORT_SERVICE_NO_TOGGLE macros when this was possible. stephh2008-02-071-2/+2
* Fixed some games descriptions (mainly when "set 1" was missing). stephh2008-01-291-2/+2
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+2852