summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/quasar.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed 00335: quasar: 3 players start mapped even though it is a 2 player game. Scott Stone2011-07-101-35/+5
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-18/+18
* BIG update. Aaron Giles2011-03-291-12/+12
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Breaks some driver entanglements to simplify future driver_device Aaron Giles2011-03-101-11/+11
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-3/+3
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-27/+27
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-5/+2
* Added sound support to Signetics S2636 (by using VC4000 sound support from ME... mariuszw12010-08-121-3/+6
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-7/+7
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Fix for MT03623: laserbat, catnmous: Massive slowdown Fabio Priuli2010-01-071-1/+1
* Added some missing header declarations and static qualifiers. Added validity.... Phil Bennett2010-01-061-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-6/+6
* Added driver data struct to cvs.c Fabio Priuli2009-12-121-46/+63
* Not worth mention: Properly amended s2636 to have correct work ram size. Than... Fabio Priuli2009-12-111-3/+3
* Converted Signetics 2636 video chip to be a MAME device and updated drivers u... Fabio Priuli2009-12-111-3/+27
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1
* Fix for MT03490: quasar, quasara: Segmentation Fault after OK Fabio Priuli2009-10-271-11/+12
* > From: atari_ace@verizon.net Aaron Giles2009-10-211-3/+9
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-2/+2
* many DIPSW fixes [kanikani] Yasuhiro Ogawa2009-05-271-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-8/+8
* Ok, this is The Big One. Aaron Giles2009-02-111-6/+1
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* Re-routed empty get/set context calls to the dummy CPU's, and removed them Aaron Giles2008-12-091-1/+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-1/+1
* Significant cleanup/rewrite of the MCS-48 CPU core: Aaron Giles2008-08-261-33/+15
* i8039 -> mcs48 Aaron Giles2008-08-261-1/+1
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-1/+1
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-6/+6
* Removed ancient /* audio CPU */ comments that were remnants Aaron Giles2008-07-301-1/+0
* Region classes go bye-bye. Aaron Giles2008-07-281-8/+8
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-9/+9
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-2/+2
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-261-13/+13
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-6/+6
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-5/+5
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-6/+6
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-1/+1
* 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
* - Reworked/refactored S2636 emulator Zsolt Vasvari2008-02-041-59/+19