summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/galaga.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-2/+2
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-45/+53
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-3/+3
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-3/+3
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* Add support for custom device constructors when replacing devices. Vas Crabb2018-05-081-2/+2
* freekick.cpp, nbmj91915.cpp, niyanpai.cpp: Replace MCFG_CPU_VBLANK_INT with l... AJR2018-03-281-2/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+3
* New 74LS259/9334/CD4099 devices AJR2017-07-251-8/+8
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-0/+8
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-15/+15
* galaga fix (nw) Miodrag Milanovic2016-05-011-145/+1
* reverting: Miodrag Milanovic2016-01-201-4/+4
* tags are now strings (nw) Miodrag Milanovic2016-01-161-4/+4
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+5
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* bagman.c, bublbobl.c, chance32.c, galaga.c, mappy.c, pacman.c: fix flipscreen... Alex W. Jackson2014-02-121-2/+2
* Modernized the namco sound device. [Osso] Scott Stone2013-07-221-4/+7
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-1/+1
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-1/+4
* "samples" lookup tag removal (nw) Miodrag Milanovic2013-04-141-1/+4
* some cleanup and vsnes change to compile on vs compile (nw) Miodrag Milanovic2013-04-121-1/+3
* same for "sub" and "subcpu" (nw) Miodrag Milanovic2013-04-111-1/+3
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-2/+3
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-5/+5
* modernized rest of galaga (nw) Miodrag Milanovic2013-02-081-50/+43
* Modernization of drivers part 6 (no whatsnew) Miodrag Milanovic2013-02-081-0/+10
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-5/+5
* Some manual cleanup (no whatsnew) Miodrag Milanovic2012-09-251-1/+1
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-2/+3
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-10/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-11/+8
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-24/+24
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-3/+3
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-9/+22
* TILE/TILEMAP modernization part 3 (no whatsnew) Miodrag Milanovic2012-09-061-0/+8
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+2
* Clean-ups and version bumpmame0146u5 Miodrag Milanovic2012-08-201-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+5
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-0/+5
* Clean-ups and version bumpmame0145u7 Angelo Salese2012-04-221-1/+1
* Fix validity check errors Aaron Giles2012-04-161-6/+6
* Fix most reported errors. Aaron Giles2012-04-161-5/+5