summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galaxian.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* discrete: Eliminate unnecessary address space argument from handlers (nw) AJR2018-11-121-3/+12
* ay8910: some more work on MCFG macros removal (nw) Ivan Vangelista2018-11-121-77/+68
* New WORKING clone (#4056) ClawGrip2018-10-041-1/+20
* Change "froggervd" description (nw) (#4025) ClawGrip2018-09-281-2/+2
* srcclean (nw) Vas Crabb2018-09-231-2/+2
* space, space, space, space, space, space, space, space, mem_mask (nw) smf-2018-09-231-22/+22
* froggervd: Patch program ROMs; promote to WORKING AJR2018-09-071-5/+28
* Merge pull request #3969 from clawgrip/froggervd ajrhacker2018-09-071-0/+24
|\
| * Add "Frogger (Video Dens, Spanish bootleg on Scramble hardware)" ClawGrip2018-09-061-0/+24
* | watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-2/+1
|/
* timefgtr: Add necessary extra sprite RAM to address map; add PSG reads for go... AJR2018-09-031-1/+3
* scramble: Fix protection issue by restoring accidentally deleted line (nw) AJR2018-09-031-0/+1
* Merge pull request #3954 from MASHinfo/master ajrhacker2018-09-031-1/+19
|\
| * new clone added MASHinfo2018-09-031-1/+19
* | -i8255: Removed MCFG, nw mooglyguy2018-09-031-31/+27
|/
* Fix protection in The End and Scramble. theend now shows the HIT UFO screen a... AJR2018-09-021-33/+49
* mandinga: Fix sound by adding sound CPU ROMs from Amidar; mark them as BAD_DU... AJR2018-09-021-3/+3
* galaxian.cpp: Video and timing updates from #3783 [kazblox] AJR2018-09-021-115/+122
* frogg: Fix regression (nw) AJR2018-09-021-1/+1
* New working clones Roberto Fresca2018-09-021-0/+24
* scorpion: Move extra ROM and sound handlers into address maps (nw) AJR2018-08-311-22/+42
* New working clones AJR2018-08-311-88/+217
* fixed MT07017 (nw) Ivan Vangelista2018-06-131-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-201/+201
* cclimber, battles, crystal, ql, n64, ibmpcjr, tia: Miscellaneous machine().de... mooglyguy2018-05-281-10/+9
* 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