summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/cdp1869.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-91/+91
* (MESS) Death to palettes. (nw) Curt Coder2012-09-121-7/+6
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-7/+7
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-3/+3
* Fix a few stragglers. Add width/height/position setters to Aaron Giles2011-12-311-2/+2
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-42/+15
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-2/+1
* running_device -> device_t Aaron Giles2010-12-311-6/+6
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-16/+16
* Cleanups and version bump.mame0140 Aaron Giles2010-10-211-3/+3
* Refactored the CDP1869 chip into a C++ device. [Curt Coder] Curt Coder2010-10-191-99/+248
* Converted the RCA CDP1802 CPU into a C++ device. Refactored cidelsa.c to use ... Curt Coder2010-10-181-0/+3
* Remove artificial SOUND_ prefix from sound device names. Aaron Giles2010-09-021-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-7/+4
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-7/+7
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+0
* Changed CDP1869 PAL/NTSC signal to use devcb. Curt Coder2009-12-011-7/+8
* CDP1869 changes: Curt Coder2009-11-251-7/+5
* Added helper macro for CDP1869. Curt Coder2009-10-231-0/+14
* Added CDP1864 sound core for MESS. Curt Coder2009-09-121-1/+2
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-3/+0
* Sound cores compile cleanly. Aaron Giles2009-03-121-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* Cidelsa changes: Curt Coder2009-02-161-12/+148
* Ok, this is The Big One. Aaron Giles2009-02-111-10/+10
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-131-0/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-261-0/+2
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-3/+5
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+41