summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mazerbla.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers with m, n: some macro removal (nw) Ivan Vangelista2020-05-301-30/+30
* further macro removal work (nw) Ivan Vangelista2020-05-181-2/+2
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* Fixed Great Guns palette init typo MASH2019-05-151-1/+1
* gen_latch.cpp : Remove unnecessary arguments in handlers (#4623) cam9002019-03-291-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-53/+53
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-53/+53
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-02-261-47/+47
* devices/video: some MCFG macro removal (nw) Ivan Vangelista2019-01-091-6/+6
* Start cleaning up palette configuration: Vas Crabb2018-12-291-9/+7
* ay8910: penultimate batch of MCFG removal (nw) Ivan Vangelista2018-11-131-9/+9
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-2/+2
* more private: use (K,L,M) (#3714) David Haywood2018-06-301-5/+7
* 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-16/+16
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-12/+12
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-40/+49
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-7/+7
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-33/+33
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-75/+84
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-9/+18
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+4
* (nw) srcclean - please use UTF-8 for source files, stuff that isn't valid UTF... Vas Crabb2017-09-241-10/+10
* Promoted Mazer Blazer sets from NOT_WORKING to UNEMULATED_PROTECTION (nw) angelosa2017-09-111-21/+7
* add/update some mazer blazer driver comments (nw) Lord-Nightmare2017-09-091-2/+6
* mazerbla.cpp: input cleanups (nw) angelosa2017-09-091-6/+7
* mb_vcu.cpp: improved collision detection and fixed layer 0 data setups (nw) angelosa2017-09-091-512/+5
* promoted to WORKING angelosa2017-09-071-5/+6
* Don't break mazerbla (nw) AJR2017-09-051-2/+5
* greatgun: Soundlatch modernization (nw) AJR2017-09-051-34/+14
* Fixed dipswitches for Mazer Blazer (nw) angelosa2017-09-051-20/+48
* mazerbla.cpp: fixed lightgun inputs for Great Guns [Angelo Salese] angelosa2017-09-051-9/+11
* mazerbla.cpp: added backup RAM [Angelo Salese] angelosa2017-09-051-2/+7
* mb_vcu.cpp: Fixed layer clearances for Great Guns [Angelo Salese] angelosa2017-09-041-1/+7
* mb_vcu.cpp: added multi-layer drawing [Angelo Salese] angelosa2017-08-311-9/+9
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-3/+3
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-47/+47
* mazerbla.cpp: Rom name corrections - NW briantro2016-09-071-22/+22
* Setting GPL license for Jarek Burczynski, by his request (nw) Miodrag Milanovic2016-01-211-1/+1
* 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-6/+6
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-6/+6
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-1/+1
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-7/+0