summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/cdp1863.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-6/+6
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-50/+12
* Cleanups and version bumpmame0142u2 Angelo Salese2011-04-251-1/+1
* Refactored CDP1863 into a C++ device. (no whatsnew) Curt Coder2011-04-231-126/+133
* BIG update. Aaron Giles2011-03-291-2/+2
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-2/+2
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-6/+6
* 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-4/+4
* Removed stray includes. (no whatsnew) Curt Coder2010-10-191-1/+0
* Fix compile Angelo Salese2010-10-191-1/+1
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-5/+5
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-2/+1
* Cleanups and version bump.mame0134u1 Aaron Giles2009-09-241-3/+3
* Added CDP1863 sound device for MESS. Curt Coder2009-09-101-0/+231