summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/cdp1864.h
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-208/+0
* removed restriction link for BSD3 licensed files (nw) Miodrag Milanovic2015-05-071-3/+0
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-16/+16
* License tags. (nw) Curt Coder2013-10-161-0/+2
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-1/+1
* (MESS) mpt02: Fixed CDP1864 background color sequence. [Curt Coder] Curt Coder2013-08-121-2/+5
* (MESS) mpt02: Fixed CDP1864 colors. [Curt Coder, Guru] Curt Coder2013-08-061-0/+1
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-5/+3
* (MESS) devcb2. (nw) Curt Coder2013-06-091-59/+48
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-61/+61
* (MESS) Death to palettes. (nw) Curt Coder2012-09-121-2/+3
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+2
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-1/+1
* 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-38/+13
* Cleanups and version bumpmame0142u2 Angelo Salese2011-04-251-21/+21
* Refactored CDP1864 into a C++ device. (no whatsnew) Curt Coder2011-04-241-75/+161
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-8/+8
* MESS related fixes to enable compile after device rewrite (no whatsnew) Miodrag Milanovic2010-06-111-2/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-5/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+0
* Added helper macro for CDP1864 screen creation. Curt Coder2009-10-221-0/+5
* c++ fix. Couriersud2009-10-161-1/+1
* Cleanups and version bump.mame0134u1 Aaron Giles2009-09-241-24/+24
* Added CDP1864 sound core for MESS. Curt Coder2009-09-121-0/+156