summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/cdp1864.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-11/+11
* (MESS) Death to palettes. (nw) Curt Coder2012-09-121-3/+3
* Added new method screen_device::register_screen_bitmap which Aaron Giles2012-01-151-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-5/+6
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-3/+3
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-3/+3
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-3/+3
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-24/+24
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-87/+48
* Refactored CDP1864 into a C++ device. (no whatsnew) Curt Coder2011-04-241-348/+350
* BIG update. Aaron Giles2011-03-291-13/+13
* 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-9/+9
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-11/+11
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-3/+3
* 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-7/+7
* Removed stray includes. (no whatsnew) Curt Coder2010-10-191-1/+0
* Fix compile Angelo Salese2010-10-191-1/+1
* Remove the global clock accessors and cpu_* aliases: Aaron Giles2010-07-071-1/+1
* Remove the following functions: Aaron Giles2010-07-011-3/+3
* 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-20/+18
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-9/+9
* Within src/emu, basic conversions: Aaron Giles2010-01-121-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-3/+2
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-1/+1
* Some misc cleanups: Aaron Giles2009-12-151-1/+1
* c++ fix. Couriersud2009-10-161-3/+3
* Cleanups and version bump.mame0134u1 Aaron Giles2009-09-241-8/+8
* Added CDP1864 sound core for MESS. Curt Coder2009-09-121-0/+523