summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galaxian.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-12/+12
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-12/+12
* Migrate variables in corona/galaxian/namcos21/namcos22/namcos23/psikyosh/quiz... Scott Stone2011-04-091-87/+96
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-14/+14
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-4/+4
* BIG update. Aaron Giles2011-03-291-151/+151
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-67/+67
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-63/+63
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-35/+35
* fixed zigzag sprites: http://www.mametesters.org/view.php?id=1665 Michaël Banaan Ananas2011-03-211-0/+5
* Further decouples some driver files to help driver_device Aaron Giles2011-03-211-4/+57
* rm galaxian_sprite_clip_*, sprite clipping is not hw controllable, the only g... Michaël Banaan Ananas2011-03-161-6/+0
* moved anteateruk/anteaterg to galdrvr Michaël Banaan Ananas2011-03-161-5/+66
* galdrvr.c: Added background color split to Anteater. [hap] Michaël Banaan Ananas2011-03-131-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* and fix sfx samples Michaël Banaan Ananas2011-02-171-2/+2
* fix sfx 8910 comm (0 and 1 were switched in 129u6) Michaël Banaan Ananas2011-02-171-2/+2
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-3/+3
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-30/+30
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-162/+162
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-12/+12
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-95/+67
* Remove most of the temporary inline helpers. Aaron Giles2010-08-191-1/+1
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-28/+28
* Time to kill off some deadwood. Aaron Giles2010-07-071-44/+44
* Remove the following functions: Aaron Giles2010-07-011-1/+1
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* Cleanups and version bump. Aaron Giles2010-04-081-5/+5
* skyarmy (skyarmy.c) [stephh] : Fabio Priuli2010-04-051-41/+210
* Simplified dial/spinner code for moonwar and moonwarp. Jonathan Gevaryahu2010-03-191-17/+8
* forgot to comment out debug statement. no whatsnew Jonathan Gevaryahu2010-03-181-1/+1
* note to self: hit save first. no whatsnew. Jonathan Gevaryahu2010-03-181-5/+2
* Fix very minor occasional glitches in moonwar/moonwara/moonwarp spinners caus... Jonathan Gevaryahu2010-03-181-2/+9
* another silly comment fix. again no whatsnew. Jonathan Gevaryahu2010-03-181-3/+0
* Imported the same implementation of moon war proto's spinner to moon war 2; w... Jonathan Gevaryahu2010-03-181-9/+22
* Cleanups and version bump. Aaron Giles2010-03-041-1/+1
* new clones Angelo Salese2010-03-021-0/+16
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-031-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Created new template class tagged_list which manages a simple list Aaron Giles2010-01-171-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-4/+4
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1