summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galaga.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-29/+29
* BIG update. Aaron Giles2011-03-291-38/+38
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-3/+3
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-11/+11
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-4/+4
* Further decouples some driver files to help driver_device Aaron Giles2011-03-211-37/+40
* Atari Xevious description update by user sxevious: Michaël Banaan Ananas2011-03-201-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-6/+6
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-4/+4
* Ok, last major rename for this round: Aaron Giles2011-01-011-7/+7
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-146/+146
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-25/+14
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Removed global variables from gaelco, namco, and nile sound cores. Aaron Giles2010-08-041-4/+4
* Time to kill off some deadwood. Aaron Giles2010-07-071-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+2
* Moved global and static variables in driver galaga into a machine class. Rena... Couriersud2010-05-231-20/+28
* got rid of bracket style company naming: Michaël Banaan Ananas2010-05-221-8/+8
* Serving a cup of STFU to clrmamepro. (no whatsnew) Curt Coder2010-03-071-3/+3
* Fixed save state support in custom namco devices (50,51,53) and Couriersud2010-03-011-0/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-4/+4
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-1/+1
* 2nd batch of initialization cleanups. Aaron Giles2009-12-211-33/+6
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-13/+13
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-8/+8
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-5/+5
* Added some missing casts and other minor tweaks. Aaron Giles2009-08-191-1/+1
* further ROM name fixes and driver name changes Yasuhiro Ogawa2009-08-131-28/+28
* ROM name fixes [Team Japump!!!] Yasuhiro Ogawa2009-08-111-155/+155
* Added GAME_IMPERFECT_SOUND flag to all sets that use external samples which w... Scott Stone2009-08-051-1/+1
* removes extra (unneeded) comma from the bonus in the Galaga.c driver Brian Troha2009-07-281-1/+1
* Adds dip port locations to MX5000 / Flack Attack. Brian Troha2009-07-281-63/+63
* Adds dip port locations to Bosconian, Galaga, Xevious Dig Dug and clones. Ad... Brian Troha2009-07-271-128/+81
* Cleanups and version bump.mame0132u4 Aaron Giles2009-07-101-1/+1
* Added comment about galaga.c bootlegs using 06XX emulation Fabio Priuli2009-07-091-0/+4
* Fix to bug MT 03292: battles, gallag, gatsbee: [debug] assert: src/mame/machi... Fabio Priuli2009-07-091-0/+4
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-71/+71
* Fixes #03287 gatsbee: Some inputs are not mapped. Scott Stone2009-06-261-1/+1
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-5/+5
* Cleaned up Namco 5xxx docs, listing both MB88xx pin IDs and Aaron Giles2009-05-311-33/+21
* Cleanups and version bump. Aaron Giles2009-05-281-3/+3
* Replaced Namco 52xx sound simulation with emulation of the MCU. Aaron Giles2009-05-281-26/+40
* Replaced simulation of Namco 53xx with emulation. Both Aaron Giles2009-05-281-9/+22
* A few number-to-tag conversions in CPU calls Fabio Priuli2009-05-271-12/+12