summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cosmic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-5/+5
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-5/+5
* Today deprecat.h squashing Angelo Salese2011-04-301-95/+48
* Removed cheapest deprecat.h usages (generally sound cpu ones) Angelo Salese2011-04-261-1/+2
* Cleanups and version bump.mame0142 Aaron Giles2011-04-031-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-114/+114
* BIG update. Aaron Giles2011-03-291-31/+31
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-5/+5
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-11/+11
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-14/+14
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-7/+12
* fix cosmica colors Michaƫl Banaan Ananas2011-02-201-13/+3
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-8/+8
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-75/+75
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-25/+14
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-10/+10
* Time to kill off some deadwood. Aaron Giles2010-07-071-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-21/+21
* 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-1/+1
* Cosmic: fixed cosmica2 romset rom split and names to match romset as describe... Jonathan Gevaryahu2009-12-021-22/+32
* Not really worth credit: purged some direct use of SMH_RAM in favor of macros... Fabio Priuli2009-12-021-3/+3
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-3/+3
* Make use of AM_BASE_SIZE_MEMBER macros. Aaron Giles2009-11-291-7/+7
* Cleaned up many driver data structs to obtain two results: Fabio Priuli2009-11-291-7/+7
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-7/+7
* Added save states to the following drivers: compgolf.c, champbas.c, copsnrob.... Fabio Priuli2009-11-231-315/+308
* Marked cosmic alien colors as wrong, added TODO to the driver for fixing colo... Jonathan Gevaryahu2009-11-131-9/+19
* correct checksum values that I made typos for in case conversion for cosmica1 Brian Troha2009-11-131-2/+2
* adds redumped / verified color prom to cosmica1 as well as change some rom na... Brian Troha2009-11-131-18/+18
* Marked cosmica1 rom 9 dump (color map) as bad pending redump, rom is all 0xFF... Jonathan Gevaryahu2009-11-131-2/+2
* Cosmic Alien (first version) [Andrew Welburn, Lord Nightmare] Jonathan Gevaryahu2009-11-131-14/+37
* > From: atari_ace@verizon.net Aaron Giles2009-10-211-14/+27
* Added GAME_IMPERFECT_SOUND flag to all sets that use external samples which w... Scott Stone2009-08-051-8/+8
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-13/+13
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-6/+6
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-271-6/+5
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Merged memory maps for the following drivers: [MooglyGuy] Ryan Holtz2009-04-251-43/+23
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-7/+7
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-27/+27
* Ok, this is The Big One. Aaron Giles2009-02-111-69/+73
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-1/+1