summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/madalien.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed mc6845 trampolines (nw) Wilbert Pol2011-05-171-2/+2
* 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-13/+13
* BIG update. Aaron Giles2011-03-291-9/+9
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Eliminated global/static variables in a aristocr/atlus/bfm/bmc/ Aaron Giles2011-02-121-18/+16
* re: r11258 Michaël Banaan Ananas2011-01-191-1/+1
* madalien.c: Fixed highlighting in tunnel. [Qwi Jibo] Michaël Banaan Ananas2011-01-191-11/+11
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-15/+15
* 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-3/+3
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-8/+8
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-4/+4
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* More numbers-to-tags changes. Also, removed two unneeded variables in megadri... Fabio Priuli2009-04-301-3/+3
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-5/+5
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-7/+7
* Ok, this is The Big One. Aaron Giles2009-02-111-10/+9
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-2/+2
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-8/+8
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-3/+3
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-4/+4
* minor correction to Guru Read Me Derrick Renaud2008-08-141-1/+1
* Added Guru ReadMe for madalina. Derrick Renaud2008-08-131-0/+147
* Fixed NMI on Mad Alien sound CPU. This fixes shot sound and various other so... Derrick Renaud2008-08-121-4/+4
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-2/+2
* Discrete sound for Mad Alien Derrick Renaud2008-08-081-5/+12
* lower cased sn76477_interface and ay8910_interface Derrick Renaud2008-08-081-1/+1
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-3/+3
* Removed ancient /* audio CPU */ comments that were remnants Aaron Giles2008-07-301-1/+0
* Region classes go bye-bye. Aaron Giles2008-07-281-15/+15
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-15/+15
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-2/+2
* 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-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-4/+4
* Restructured input port internals and cleaned up inptport.c: Aaron Giles2008-05-151-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-1/+0
* AY-3-8910 rewrite: Couriersud2008-04-221-0/+2
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-8/+8
* Added new macros AM_DEVREAD, AM_DEVWRITE, and AM_DEVREADWRITE, Aaron Giles2008-03-051-2/+3
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-6/+4