summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galaga.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* mame/audio: various devcb3ification and demacroification (nw) Ivan Vangelista2018-11-221-16/+15
* (nw) tie up some loose ends - in particular, allow watchdog timer to Vas Crabb2018-09-161-3/+3
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-7/+4
* namco50.cpp, namco53.cpp: timer_set removal (nw) Ivan Vangelista2018-08-141-3/+4
* -7200fifo, 7400, 7404, 74123, 74145, 74148, 74153, 74157, 74161, 74259: [Ryan... mooglyguy2018-08-111-2/+2
* devcb3 Vas Crabb2018-07-071-58/+56
* misc cleanup and compile fix for superqix.cpp (nw) Vas Crabb2018-07-031-3/+3
* Eliminate "Atari VG EAROM" in favor of newer ER2055 device AJR2018-06-271-16/+32
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-20/+20
* cclimber, battles, crystal, ql, n64, ibmpcjr, tia: Miscellaneous machine().de... mooglyguy2018-05-281-18/+20
* 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-13/+6
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-17/+17
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-17/+17
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-8/+8
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-52/+45
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-4/+4
* Add support for custom device constructors when replacing devices. Vas Crabb2018-05-081-6/+3
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-107/+107
* (nw) more address map modernisation Robbbert2018-04-121-5/+6
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-2/+2
* galaga.cpp, pacland.cpp, tceptor.cpp: Replace MCFG_CPU_VBLANK_INT with line c... AJR2018-03-281-17/+13
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-4/+4
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-85/+92
* Remove first_screen from namco51 device, nw mooglyguy2018-03-101-0/+4
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-4/+8
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-8/+8
* 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-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-8/+8
* 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
* New 74LS259/9334/CD4099 devices AJR2017-07-251-93/+94
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-25/+25
* galaga.cpp: reinstated Nebulous Bee from exile. This was removed a long time ... Ivan Vangelista2017-05-061-2/+36
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-8/+11
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-4/+4
* Update galaga.cpp MASH2016-09-081-4/+0
* Update galaga.cpp MASH2016-08-261-6/+64
* Prepare to make object finders behave like a pointer, not a half-pointer half... Vas Crabb2016-08-261-1/+1
* galaga fix (nw) Miodrag Milanovic2016-05-011-0/+3
* Make watchdog timer a separate device AJR2016-04-301-7/+13
* 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
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-8/+8
* clang-modernize part 4 Miodrag Milanovic2015-12-041-9/+9