summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galaga.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-3405/+0
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-29/+29
* Added missing video board PAL for xevious and clones. [caius] Scott Stone2015-06-051-6/+9
* Updated for Nicola (nw) Miodrag Milanovic2015-05-111-1/+1
* Added known authors to licenses tags (nw) Miodrag Milanovic2015-05-091-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Removed static config for discrete (nw) Miodrag Milanovic2014-09-131-3/+3
* samples_device: converted to use inline config and delegates. Will probably n... Ivan Vangelista2014-09-041-8/+3
* namco_audio: converted to use inline config. nw. Fabio Priuli2014-04-111-9/+4
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-19/+19
* Small typo fix (nw) Ivan Vangelista2014-03-221-4/+4
* namco to modern device + devcb2 (nw) Miodrag Milanovic2014-03-211-110/+113
* Checkpoint 2: Alex W. Jackson2014-03-151-4/+4
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+4
* All MAME drivers using indirect colors now explicitly declare them in MACHINE... Alex W. Jackson2014-03-031-4/+4
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-9/+10
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-4/+4
* bagman.c, bublbobl.c, chance32.c, galaga.c, mappy.c, pacman.c: fix flipscreen... Alex W. Jackson2014-02-121-1/+4
* Rom locations added for Battles (Xevious bootleg), G.I. Joe, Ghosts'n Goblins... Scott Stone2013-12-231-33/+39
* Bulk removal of machine().primary_screen references from MAME drivers, in Aaron Giles2013-08-051-2/+2
* Modernized the namco sound device. [Osso] Scott Stone2013-07-221-5/+4
* save state cleanup, converted state_save_register_global* into save_item/save... Miodrag Milanovic2013-05-081-1/+1
* some cleanup and vsnes change to compile on vs compile (nw) Miodrag Milanovic2013-04-121-2/+2
* same for "sub" and "subcpu" (nw) Miodrag Milanovic2013-04-111-2/+2
* changed machine().device("maincpu") with m_maincpu in mame tree part (nw) Miodrag Milanovic2013-04-101-5/+5
* Removal of not needed machine().root_device() (nw) Miodrag Milanovic2013-02-131-7/+7
* modernized rest of galaga (nw) Miodrag Milanovic2013-02-081-21/+21
* Modernization of drivers part 6 (no whatsnew) Miodrag Milanovic2013-02-081-5/+4
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-5/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-310/+310
* Small changes [Kevin Eshbach] Robbbert2013-01-011-25/+27
* 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-6/+5
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-4/+4
* fixed galaga crash by using proper state - there are most likely more of this... Oliver Stöneberg2012-09-181-2/+2
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-17/+15
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-6/+6
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-8/+8
* fixed kaneko16.c and galaga.c regressions. (nw) Sandro Ronco2012-09-141-5/+5
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-33/+31
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-4/+4
* Removed legacy inline_config support and updated devices using it (no whatsnew) Miodrag Milanovic2012-08-301-10/+48
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-25/+24
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-29/+29
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-19/+18
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-67/+67
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-7/+7
* Fixed assert on double AM_SHARE (no whatsnew) Miodrag Milanovic2012-04-171-1/+1