summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/cdda.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-12/+10
* Added cdda_get_channel_volume() function to CD-DA device. Fixed volume contro... Angelo Salese2013-01-081-0/+16
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-1/+1
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-26/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-2/+40
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-3/+2
* Simplified a CD-DA function, nw Angelo Salese2011-10-131-4/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* BIG update. Aaron Giles2011-03-291-4/+4
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-8/+8
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-11/+10
* running_device -> device_t Aaron Giles2010-12-311-12/+12
* cdda - Added a per-channel volume setting function [Barry Rodewald] Miodrag Milanovic2010-09-201-0/+15
* Added a set volume function for CD-DA [Angelo Salese] Angelo Salese2010-09-171-0/+11
* Remove artificial SOUND_ prefix from sound device names. Aaron Giles2010-09-021-2/+2
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-1/+1
* The last OS X PPC compile fix (really) (no whatsnew) R. Belmont2010-06-171-1/+1
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-10/+8
* Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] Scott Stone2010-04-231-2/+2
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-13/+13
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-3/+1
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Sound cores compile cleanly. Aaron Giles2009-03-121-3/+3
* Cleanups and version bump.mame0129u4 Aaron Giles2009-02-171-2/+2
* Ok, this is The Big One. Aaron Giles2009-02-111-59/+53
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-2/+0
* Sound cores no longer allocate their own tokens. Instead they return a new Aaron Giles2009-01-181-5/+3
* Removed redundant config parameter from SND_START. Aaron Giles2009-01-181-1/+1
* Added new #define ENDIANNESS_NATIVE, which maps to either ENDIANNESS_LITTLE Aaron Giles2009-01-171-4/+5
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-9/+9
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-181-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-101-1/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-8/+8
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-8/+8
* From AtariAce: Aaron Giles2008-11-131-6/+6
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-1/+1
* Various clean ups: Couriersud2008-03-011-4/+4
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+332