summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cps1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-5/+5
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-279/+279
* Ok, this is The Big One. Aaron Giles2009-02-111-14/+11
* 02820: sf2ue: Scrambled graphics in Street Fighter II set: sf2ue Phil Bennett2009-01-121-0/+2
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+3
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-2/+2
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-2/+2
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-2/+2
* Another big one. Aaron Giles2008-11-201-13/+13
* added forgott1 B-board PALs Nicola Salmoria2008-11-181-0/+4
* documentation updates Nicola Salmoria2008-11-161-3/+3
* new clone Street Fighter II' - Champion Edition (Rainbow set 3, bootleg) [Bil... davidhay2008-11-151-0/+31
* 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-4/+4
* Major cpuintrf changes: Aaron Giles2008-11-101-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-1/+1
* Added cawing B-Board PAL dumps [Corrado Tomaselli] Nicola Salmoria2008-10-131-2/+18
* From: Barry Harris [mailto:barry@barryharris.me.uk] Aaron Giles2008-09-181-0/+54
* Adjusted tags in drivers to meet conformity checks. Promoted checks to Aaron Giles2008-09-101-169/+169
* Cleanups and version bump.mame0127u1 Aaron Giles2008-08-281-1/+1
* modified description of a dsw in sf2m2 (it isn't unused) Roberto Zandona2008-08-211-1/+3
* modified the default of a dsw in sf2m2 Roberto Zandona2008-08-201-1/+8
* removed unnecessary code for sf2m2 Roberto Zandona2008-08-201-7/+0
* sf2m2 clone: promoted to working Roberto Zandona2008-08-201-1/+8
* removed duplicate buttons in sf2hack (as per stephh comment) Roberto Zandona2008-08-201-0/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-201-1351/+415
* more CPS1 PALs Nicola Salmoria2008-08-191-0/+32
* Added validity check to ensure that AM_READ_PORT() macros reference Aaron Giles2008-08-191-0/+12
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-13/+13
* use proper gfx ROMs (+ PALs) for varthj Nicola Salmoria2008-08-181-10/+127
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-13/+13
* oops, QSound CPS1 games have a different A-board so the PLDs of the normal gm... Nicola Salmoria2008-08-141-117/+19
* Cleanups and version bump.mame0126u5 Aaron Giles2008-08-141-1/+1
* Added reverse engineered PLD images to CPS1 games (A-board to all and B-board... Nicola Salmoria2008-08-121-531/+1200
* 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-6/+6
* Some more structure/naming updates of sound cores. Derrick Renaud2008-08-091-3/+3
* Credit Corrado Tomaselli Nicola Salmoria2008-08-081-0/+30
* Cleanups and version bump.mame0126u4 Aaron Giles2008-08-071-1/+1
* From: Corrado Tomaselli [mailto:corrado.to@tiscali.it] Aaron Giles2008-08-071-1/+1
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-210/+197
* Cleanups/version bump.mame0126u3 Aaron Giles2008-07-311-1/+1
* Fixed CPS1 audio CPU names to prevent crash. Aaron Giles2008-07-291-137/+135
* Region classes go bye-bye. Aaron Giles2008-07-281-759/+759
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-776/+771
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-6/+6
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-6/+6
* moved kodb to fcrash.c (which will probably end up being the home of the cps1... davidhay2008-07-141-59/+0
* Cleanups and version bump. Aaron Giles2008-07-061-10/+10