summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/missile.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* -bus/a2bus/a2echoii, a800/a800_slot, a8sio: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-171-23/+22
* ay8910: penultimate batch of MCFG removal (nw) Ivan Vangelista2018-11-131-2/+1
* (nw) tie up some loose ends - in particular, allow watchdog timer to Vas Crabb2018-09-161-2/+2
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-2/+1
* make rectangle work better with constexpr, change many things to use designat... Vas Crabb2018-07-281-7/+7
* more private: use (K,L,M) (#3714) David Haywood2018-06-301-7/+10
* missile.cpp: Fix default ball type to large (nw) Scott Stone2018-06-201-1/+1
* Fixed MT#07010 (Missile Command Trackball Label Fix) (nw) Scott Stone2018-06-201-5/+5
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-2/+2
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-7/+7
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-45/+51
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-16/+15
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* missile.cpp: Fix displayed DIP to match actual/manual display for R8 (MT#6966... Scott Stone2018-05-061-5/+5
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-6/+6
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-4/+4
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-6/+8
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-2/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+6
* Do the easy ones (nw) Olivier Galibert2018-01-011-4/+4
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-2/+2
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-2/+2
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-2/+2
* fix up bad state classes (nw) Vas Crabb2017-05-151-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-10/+10
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* srcclean (nw) Vas Crabb2017-02-191-15/+15
* New working clone added Ivan Vangelista2017-02-031-17/+193
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-30/+30
* Make watchdog timer a separate device AJR2016-04-301-2/+6
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-2/+2
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-2/+2
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-2/+2
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-3/+3
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-1/+0
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* clang-modernize part 4 Miodrag Milanovic2015-12-041-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1320