summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/crsshair.c
Commit message (Expand)AuthorAgeFilesLines
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-2/+3
* Added some missing header declarations and static qualifiers. Added validity.... Phil Bennett2010-01-061-0/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-6/+6
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-1/+1
* Cleanups and version bump.mame0133u5 Aaron Giles2009-09-071-1/+1
* Added PORT_CROSSHAIR_MAPPER() allowing you to specify an alternate, non-linea... Aaron Giles2009-09-071-3/+6
* Fixed remaining occurrences of crsshairpath Fabio Priuli2009-07-141-3/+3
* Bugfix for 03185: All games using Lightguns: [debug] Bitmap memory Leak [Oliv... Scott Stone2009-06-281-1/+1
* Fixed Analog Settings to return to default when IPT_UI_SELECT (enter) pressed. Derrick Renaud2009-04-101-1/+1
* Tweaked crosshair auto formula. Derrick Renaud2009-04-011-2/+2
* Crosshair update Derrick Renaud2009-03-281-54/+261
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* Plumbed machine parameters through the renderer. Removed need for Aaron Giles2008-09-291-1/+1
* Changed DEVICE_START functions to return an error code. Currently this Aaron Giles2008-09-091-3/+3
* Restructured input port internals and cleaned up inptport.c: Aaron Giles2008-05-151-48/+19
* Added a crosshair_set_screen() to allow drivers to control which screen(s) on Nathan Woods2008-03-171-1/+13
* Fix: 01530: Various Drivers: bitmap memory leaks Zsolt Vasvari2008-03-151-29/+32
* Renamed *_vbl_cb to *_vblank_callback. Aaron Giles2008-03-141-1/+1
* Restores the previous toggling behavior Zsolt Vasvari2008-03-111-16/+40
* Moves crosshair code from video.c into its own module Zsolt Vasvari2008-03-111-0/+317