summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/crsshair.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-3/+3
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-2/+2
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-10/+10
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-18/+18
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* removed unnecessary strlen() usage (no whatsnew) Oliver Stöneberg2012-07-271-1/+1
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-5/+5
* Created ioport_manager and moved the port list to it. Aaron Giles2012-04-221-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-9/+10
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-3/+3
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-2/+2
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-5/+5
* BIG update. Aaron Giles2011-03-291-20/+20
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-1/+1
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-1/+1
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-3/+4
* Convert rendlay objects into C++, reduce the number of unused textures Aaron Giles2010-10-181-9/+5
* Converted render.c objects into C++ objects. Updated all callers. Aaron Giles2010-10-131-9/+7
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-4/+4
* Remove stray bitmap_free's. Aaron Giles2010-06-081-4/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-11/+11
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-5/+5
* Created new template class tagged_list which manages a simple list Aaron Giles2010-01-171-1/+1
* 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