summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galaxian.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-1/+1
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-1/+1
* diexec: Interrupt API changes (nw) AJR2018-05-181-3/+3
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-9/+9
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-271/+269
* galaxian.cpp: updated ROM labels for froggers1 [Andrew Welburn, The Dumping U... Ivan Vangelista2018-05-111-3/+3
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Add support for custom device constructors when replacing devices. Vas Crabb2018-05-081-5/+3
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-151/+151
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-11/+11
* galaxi.cpp, mil4000.cpp: output_finder (nw) Ivan Vangelista2018-05-031-3/+0
* galaxian.cpp: small notes update for dingoe (nw) Ivan Vangelista2018-04-051-4/+4
* jungsub (galaxian.cpp): added preliminary sound and dip-switches (nw) Ivan Vangelista2018-04-041-35/+29
* jungsub (galaxian.cpp): apply mooncrst decoding, game boots. Verified inputs.... Ivan Vangelista2018-04-031-5/+85
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-12/+12
* Correct Lives DIP for amidars [Tafoid, GoldS_TCRF] Scott Stone2018-03-301-4/+4
* srcclean and regenerate localisations (nw) Vas Crabb2018-03-251-1/+1
* Account for same label different hash (sldh) comments that arose with rom lab... Scott Stone2018-03-171-1/+1
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-97/+97
* new working clone Ivan Vangelista2018-03-171-1/+27
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-528/+572
* new working clone Ivan Vangelista2018-02-241-0/+21
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-51/+90
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-46/+46
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* Misc stuff (nw) Olivier Galibert2018-01-271-1/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-42/+42
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-2/+5
* New way to provide DAC reference inputs (nw) AJR2018-01-101-5/+2
* Get rid of a couple more space.device() calls (nw) AJR2018-01-021-2/+2
* Do the easy ones (nw) Olivier Galibert2018-01-011-2/+2
* Change some things to simplify my life (nw) Olivier Galibert2018-01-011-25/+0
* galaxian.cpp: reverted yesterday's Skelagon change. It's a hacked ROM. (nw) Ivan Vangelista2017-12-161-3/+3
* new clones promoted to working Ivan Vangelista2017-12-151-3/+3
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-12/+89
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-89/+12
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-10/+10
* new working clone added Ivan Vangelista2017-12-111-0/+15
* new working clone Ivan Vangelista2017-12-041-2/+64
* galaxian: added correct kingball soundrom (nw) hap2017-11-101-1/+1
* fix some typos (#2772) Martin Lindhe2017-11-031-1/+1
* galaxian.cpp: Safer order for static definitions (nw) AJR2017-09-021-7/+8
* galaxian.cpp: Miscellaneous configuration cleanups and corrections (nw) AJR2017-09-021-79/+32
* nibbler, levers: Change joysticks to 4-way as documented in manuals AJR2017-07-071-8/+8
* Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] Olivier Galibert2017-07-031-2/+2
* froggeram: Remove inaccessible DIPs (nw) AJR2017-07-011-4/+1
* galaxian.cpp: Clean up driver by using device arrays (nw) AJR2017-06-261-41/+41
* froggeram: Game has sound now AJR2017-06-261-1/+1
* froggeram: Fix PPI accesses (nw) AJR2017-06-261-26/+43