summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cvs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-6/+6
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-51/+51
* Ok, this is The Big One. Aaron Giles2009-02-111-27/+27
* 02842: logger: gfx issue Aaron Giles2009-01-171-4/+4
* Cleanups and version bump.mame0129u1 Aaron Giles2009-01-151-1/+1
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-3/+20
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-9/+9
* Re-routed empty get/set context calls to the dummy CPU's, and removed them Aaron Giles2008-12-091-1/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-7/+7
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-3/+3
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-42/+42
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-4/+4
* Major cpuintrf changes: Aaron Giles2008-11-101-14/+14
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-18/+18
* Some more structure/naming updates of sound cores. Derrick Renaud2008-08-091-1/+1
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-7/+7
* Region classes go bye-bye. Aaron Giles2008-07-281-73/+73
* Removed all instances of regions with different class but equal names. Aaron Giles2008-07-281-3/+3
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-77/+74
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-3/+3
* 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-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-7/+7
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-121-8/+8
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-051-47/+53
* 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-1/+1
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-3/+3
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-28/+28
* Removed use of cpu_scalebyfcount() Zsolt Vasvari2008-03-011-2/+19
* 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-1/+2
* - Color table removal Zsolt Vasvari2008-02-171-0/+2
* Cleanups and version bump for 0.123u1.mame0123u1 Aaron Giles2008-02-131-1/+1
* Fixed Dip Switches and Inputs for all games. stephh2008-02-061-84/+404
* - Reworked/refactored S2636 emulator Zsolt Vasvari2008-02-041-21/+23
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-2/+2
* tms5110.c Couriersud2008-01-181-3/+1
* This fixes quasar0122u5red. It was something I introduced, so no money. Zsolt Vasvari2008-01-151-4/+4
* Added VIDEO_ALWAYS_UPDATED for reliable collision detection Zsolt Vasvari2008-01-121-1/+1
* Removed no longer needed patching from Cosmon, Space Fortress and Gold Bug Zsolt Vasvari2008-01-101-57/+33
* Remove CVS BIOS entry (ROM sets will need to be updated) Zsolt Vasvari2008-01-101-80/+68
* Added speech CPU Zsolt Vasvari2008-01-101-31/+753
* Reogranized and started to clean up the CVS driver. Zsolt Vasvari2008-01-091-1190/+373
* Fixes DAC sounds Zsolt Vasvari2008-01-081-17/+22
* This essentially rewrites the CVS system video code. This fixes wallst071gre... Zsolt Vasvari2008-01-071-78/+34
* - radarsc1 uses tms5110 speech synth Couriersud2007-12-251-1/+3
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1483