summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/samples.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-29/+29
* more chdcd.c errormessage enhancements / adapted error messages for emu/sound... Oliver Stöneberg2013-01-061-0/+24
* Expose a static interface for using the sample loader, for any Aaron Giles2012-02-251-14/+11
* Fix MT4696 - 8-bit sample reading was broken Aaron Giles2012-02-211-5/+3
* Clean-ups and version bumpmame0145u1 Angelo Salese2012-02-191-19/+19
* Rewrote SAMPLES as a modern device. Updated all callers. FLAC Aaron Giles2012-02-191-628/+523
* Clean-ups and version bump Angelo Salese2012-02-051-1/+1
* WAV is not (yet) deprecated, rm warning that made it sound like it is Michaël Banaan Ananas2012-02-041-4/+0
* Various wav/flac sample changes: [David Haywood] Angelo Salese2012-02-031-20/+61
* Clean-ups and version bumpmame0144u7 Angelo Salese2012-01-291-4/+4
* Added FLAC (lossless audio) codec support plus experimental hooks in samples ... R. Belmont2012-01-221-88/+276
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-3/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* BIG update. Aaron Giles2011-03-291-11/+11
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-5/+5
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-2/+2
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-32/+24
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-7/+7
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-10/+9
* running_device -> device_t Aaron Giles2010-12-311-10/+10
* Remove artificial SOUND_ prefix from sound device names. Aaron Giles2010-09-021-1/+1
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-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-5/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-11/+11
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+2
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-7/+4
* Results of running the latest srcclean. Aaron Giles2009-12-281-4/+4
* Bulk change alert. Aaron Giles2009-04-261-13/+12
* Sound cores compile cleanly. Aaron Giles2009-03-121-7/+7
* Remaining regressions. Aaron Giles2009-02-171-24/+37
* Ok, this is The Big One. Aaron Giles2009-02-111-98/+27
* 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-16/+7
* 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-6/+6
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-121-4/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-101-2/+2
* Hi mamedev, Aaron Giles2008-12-081-1/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-7/+7
* This patch furthers the process of aligning the sound cores with the Aaron Giles2008-12-041-3/+3
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-7/+7
* From AtariAce: Aaron Giles2008-11-131-5/+5
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-1/+1
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-1/+1
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-2/+2