summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cps2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* From: Barry Harris [mailto:barry@barryharris.me.uk] Aaron Giles2008-09-181-1/+33
* Cleanups and version bump.mame0127u1 Aaron Giles2008-08-281-9/+9
* Derived video timing based on measurements. These are educated guesses. Aaron Giles2008-08-211-11/+16
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-1/+1
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-1/+1
* fix gfx in cps2 games Roberto Zandona2008-08-151-208/+208
* structure, lower-casing functions and re-inclusion updates of the src\emu\cpu... Derrick Renaud2008-08-121-1/+1
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-11/+7
* Region classes go bye-bye. Aaron Giles2008-07-281-816/+816
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-821/+820
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-2/+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-1/+1
* Renamed EEPROM_* to eeprom_* Aaron Giles2008-05-251-13/+8
* New clones added Brian Troha2008-05-231-1/+26
* small changes to notes/rom names Nicola Salmoria2008-05-111-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-011-0/+1
* ROM name changes on Razoola's suggestion Nicola Salmoria2008-04-301-6/+6
* New games added or promoted from NOT_WORKING status Nicola Salmoria2008-04-301-5/+35
* fixed layer enable at the end of stage 4 in Varth. Nicola Salmoria2008-04-191-65/+67
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-1/+1
* merged memory maps and some tweaks from schematics, though to get perfect mem... Nicola Salmoria2008-04-131-1/+1
* Renamed input port functions: Aaron Giles2008-04-061-2/+2
* Removed CPS1 tile kludges and replaced with per-game ROM mapping tables. Idea... Nicola Salmoria2008-04-061-131/+132
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-2/+2
* Fix CPS1 background color. This fixes 3 wonder (game start) and mtwins (explo... Nicola Salmoria2008-04-021-1/+1
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-04-021-5/+4
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-2/+2
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-18/+18
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-1/+1
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-3/+3
* Various clean ups: Couriersud2008-03-011-0/+2
* (from Razoola) ddtojr1/ddtojr2 were swapped Nicola Salmoria2008-03-011-2/+2
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-1/+1
* Credit Razz Brian Troha2008-02-251-2/+30
* Most important thing to note about this change: Aaron Giles2008-02-211-3/+6
* Changed comments for 'progear' BUTTON3. stephh2008-02-141-1/+2
* Changed the GAME definitions to reflect how many players and how many buttons... stephh2008-02-081-645/+565
* Used PORT_SERVICE and PORT_SERVICE_NO_TOGGLE macros when this was possible. stephh2008-02-071-10/+10
* Let's at least display the correct clock in the driver info. davidhay2008-01-261-1/+3
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-1/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-4/+4
* Replaced driver_init_* calls with macro Zsolt Vasvari2008-01-221-3/+3
* (From Atari Ace) Aaron Giles2008-01-061-21/+2
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-1/+1
* Changes for MAME 0.121u3.mame0121u3 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+7444