t='cgit v1.2.3-70-g09d2'/>
summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lethalj.h
Commit message (Expand)AuthorAgeFilesLines
* lethalj.cpp : Reduce runtime tag lookups, Fix naming cam9002018-09-011-3/+6
* more private: use (K,L,M) (#3714) David Haywood2018-06-301-7/+11
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-3/+3
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-22/+26
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+2
* A few timer_set removals (nw) Ivan Vangelista2017-04-261-3/+1
* Self-registering devices prep: Vas Crabb2017-02-271-0/+8
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* lethalj.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-141-1/+18
* tms340x0_device: converted to use inline config, devcb and delegates. (nw) Ivan Vangelista2014-09-241-2/+3
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* Based on memory and obvious stuff, attempted to flag driver code Aaron Giles2013-10-161-0/+2
* Removes more MAME anonymous timers. [Andrew Gardner]