summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cntsteer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump.mame0130 Aaron Giles2009-03-091-12/+12
* Small specific modifications for Counter Steer. [Angelo Salese] Angelo Salese2009-03-071-5/+115
* Fixed unwanted typo. Angelo Salese2009-03-071-1/+1
* Fixed a sprite bug when flip y flag is used and cleaned-up the whole routine ... Angelo Salese2009-03-071-41/+41
* simple fix for uninitialised variable warning, msvc doesn't cope well with sp... smf-2009-03-071-1/+1
* Preliminary proper roz effects hooked up for Zero Target [Olivier Galibert, A... Angelo Salese2009-03-061-27/+54
* Fixed sprite positioning bug in Zero Target [Angelo Salese] Angelo Salese2009-03-051-4/+8
* Cleanups and version bump. Aaron Giles2009-03-051-4/+4
* Corrected Dip-Switch settings for Zero Target [Yasuhiro Ogawa, Angelo Salese] Angelo Salese2009-03-041-28/+56
* Fixed sprite colors for Zero Target [Angelo Salese] Angelo Salese2009-03-031-3/+3
* Debug assertion fix Angelo Salese2009-03-031-1/+1
* Fixed foreground & background colors and hand-tuned sound in Zero Target base... Angelo Salese2009-03-031-15/+14
* Further sprite fixes for Zero Target. Angelo Salese2009-03-031-15/+12
* Various improvements to the Zero Target / Counter Steer HW and cleaned-up the... Angelo Salese2009-03-031-413/+117
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-4/+4
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-16/+16
* Ok, this is The Big One. Aaron Giles2009-02-111-4/+4
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-9/+9
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-8/+8
* Major cpuintrf changes: Aaron Giles2008-11-101-1/+1
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-09-111-5/+5
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-4/+4
* Some more structure/naming updates of sound cores. Derrick Renaud2008-08-091-1/+1
* Cleanups and version bump.mame0126u4 Aaron Giles2008-08-071-12/+12
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-28/+28
* Region classes go bye-bye. Aaron Giles2008-07-281-33/+33
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-39/+39
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-07-241-1/+6
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-8/+6
* 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-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-7/+7
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-4/+4
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-4/+4
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-2/+2
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-1/+1
* Various clean ups: Couriersud2008-03-011-0/+2
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-6/+6
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-1/+1
* Most important thing to note about this change: Aaron Giles2008-02-211-6/+4
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-2/+2
* The term "driver" is way overloaded in the system. Aaron Giles2008-02-181-1/+1
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-2/+2
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-8/+8
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+970