summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/galaxian.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Migrate variables in corona/galaxian/namcos21/namcos22/namcos23/psikyosh/quiz... Scott Stone2011-04-091-203/+193
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-2/+2
* BIG update. Aaron Giles2011-03-291-48/+48
* (note) Michaël Banaan Ananas2011-03-221-1/+1
* fixed zigzag sprites: http://www.mametesters.org/view.php?id=1665 Michaël Banaan Ananas2011-03-211-0/+11
* = whatsnew note anyway = Michaël Banaan Ananas2011-03-161-1/+0
* rm galaxian_sprite_clip_*, sprite clipping is not hw controllable, the only g... Michaël Banaan Ananas2011-03-161-7/+3
* sprites in galaxian driver (no whatsnew): Michaël Banaan Ananas2011-03-161-64/+13
* galdrvr.c: Added background color split to Anteater. [hap] Michaël Banaan Ananas2011-03-131-108/+112
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-2/+6
* De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles2010-08-261-1/+1
* Added many instances of missing static and const qualifiers to MAME, and disa... Scott Stone2010-06-171-0/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-13/+13
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-6/+6
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-4/+3
* Bulk change alert. Aaron Giles2009-04-261-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-2/+2
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-16/+16
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-9/+9
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-15/+15
* Region classes go bye-bye. Aaron Giles2008-07-281-2/+2
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-2/+2
* Cleanups. Aaron Giles2008-07-171-2/+2
* 02009: frogger and clones: background doesn't rotate in cocktail mode Couriersud2008-07-151-15/+34
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-2/+2
* 01903: mooncrst and most clones: 3rd+4th Wave have enemies that are corrupted. Couriersud2008-06-201-1/+1
* Cleanups and version bump.mame0125u5 Aaron Giles2008-06-121-1/+1
* Moved moonwar and moonwara from scobra.c to galaxian.c Couriersud2008-06-121-0/+7
* Moved calipso to galdrvr.c/galaxian.c Couriersud2008-06-121-0/+15
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-051-2/+3
* Cleanups and version bump to 0.124u1.mame0124u1 Aaron Giles2008-04-031-295/+295
* Added override to allow individual games to change sprite clipping behavior. Aaron Giles2008-03-281-5/+7
* Galaxian rewrite. Ultimately will combine the existing drivers Aaron Giles2008-03-281-0/+1369
* Renamed galaxian.c -> galaxold.c. Updated all drivers accordingly. Aaron Giles2008-03-251-2199/+0
* Next batch of machine->screen[] removal Zsolt Vasvari2008-03-121-101/+78
* - More machine->screen removal Zsolt Vasvari2008-03-111-1/+1
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-6/+6
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-10/+10
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-4/+4
* Normalized function pointer typedefs: they are now all Aaron Giles2008-03-031-1/+1
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-51/+51
* * remove flip_screen macro Couriersud2008-02-251-3/+3
* machine->pens lookup removal Zsolt Vasvari2008-02-221-56/+30
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-2/+2
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-6/+6
* - Removed TRANSPARENCY_NONE_RAW, TRANSPARENCY_PENS_RAW and TRANSPARENCY_PEN_T... Zsolt Vasvari2008-01-281-3/+3