summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cntsteer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-135/+140
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-51/+51
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-5/+5
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-10/+10
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+4
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-12/+12
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* new clone Angelo Salese2011-01-211-10/+69
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* running_device -> device_t Aaron Giles2010-12-311-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-59/+59
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-10/+4
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-28/+29
* Time to kill off some deadwood. Aaron Giles2010-07-071-3/+3
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-1/+1
* ROZ correction for Counter Steer Angelo Salese2010-05-191-3/+2
* Cleanups and version bump. Aaron Giles2010-03-041-1/+1
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-2/+6
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-2/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-7/+7
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-1/+1
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-6/+6
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-26/+26
* Cleaned up many driver data structs to obtain two results: Fabio Priuli2009-11-291-9/+24
* Added save states to the following drivers: compgolf.c, champbas.c, copsnrob.... Fabio Priuli2009-11-231-179/+290
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-14/+14
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-10/+10
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-6/+6
* Memory maps merges for the following drivers: Angelo Salese2009-04-281-4/+4
* Memory maps merges for the following drivers: Angelo Salese2009-04-281-13/+13
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-271-9/+9
* Cleanups and version bump. Aaron Giles2009-03-191-26/+26
* Even more Counter Steer fixes. Angelo Salese2009-03-131-14/+13
* More Counter Steer progresses. Angelo Salese2009-03-131-43/+51
* Improvements to Counter Steer [Angelo Salese] Phil Bennett2009-03-111-64/+212
* 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