summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gyruss.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-18/+18
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-13/+13
* Ok, this is The Big One. Aaron Giles2009-02-111-62/+62
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+2
* 02687: emuopts.c: CORE INPUT AUTOMATIC ENABLE OPTIONS Aaron Giles2008-12-041-1/+1
* Fix more compile warnings drivers/[e-k]* Couriersud2008-11-141-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-7/+7
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* Added Dip locations for 'exprraid' and clones. stephh2008-11-031-26/+27
* Cleanups and version bump. Aaron Giles2008-11-021-2/+2
* Fixed Dip Switches for 'gyruss' and clones. stephh2008-10-311-29/+35
* Significant cleanup/rewrite of the MCS-48 CPU core: Aaron Giles2008-08-261-5/+10
* i8039 -> mcs48 Aaron Giles2008-08-261-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-97/+71
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-15/+15
* lower cased sn76477_interface and ay8910_interface Derrick Renaud2008-08-081-5/+5
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-5/+5
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-8/+8
* Region classes go bye-bye. Aaron Giles2008-07-281-21/+21
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-26/+26
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-6/+4
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-6/+6
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-051-2/+2
* fixed gyruss volume Nicola Salmoria2008-04-241-4/+4
* Cleanups for 0.124u4. Aaron Giles2008-04-241-3/+3
* ay8910.c: Couriersud2008-04-231-2/+2
* increased Gyruss volume, changed UI to allow volumes higher than 2.0. Nicola Salmoria2008-04-231-6/+6
* AY-3-8910 rewrite: Couriersud2008-04-221-41/+219
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-1/+1
* roberto zandona: fix sprite problem for gyruss: mantis 01480 Zsolt Vasvari2008-03-131-0/+2
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-4/+4
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-1/+1
* Gyruss: Tilemap conversion, sprite multiplexing done properly, driver clean-up Zsolt Vasvari2008-03-021-79/+49
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-2/+3
* Most important thing to note about this change: Aaron Giles2008-02-211-3/+3
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-1/+1
* - Converted all games to use the colortable table Zsolt Vasvari2008-02-011-15/+15
* Removed the color table from a couple of drivers. Just want to make sure thi... Zsolt Vasvari2008-01-281-2/+1
* Added CPUINFO_INT_CLOCK_MULTIPLIER to support CPU clock multipliers. Aaron Giles2008-01-141-1/+1
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-3/+3
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+560