summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/discrete.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-3/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-352/+352
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-2/+2
* Enum and union normalization. Aaron Giles2012-09-161-2/+2
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-30/+15
* tagmap is just a C++ template now. Added iterators to it as Aaron Giles2012-01-171-1/+1
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-5/+5
* Be consistent about template argument naming. Aaron Giles2011-04-301-11/+11
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-53/+12
* BIG update. Aaron Giles2011-03-291-1/+1
* Removed short name as parameter from device_config this way it is not mandato... Miodrag Milanovic2011-02-111-1/+1
* - Added shortname to devices in order to make ROM loading per device possible... Miodrag Milanovic2011-02-101-1/+1
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-2/+1
* Fixed DISCRETE_WAVLOG & DISCRETE_RCFILTER fixing dkongjr and likely other sou... Derrick Renaud2011-01-241-3/+3
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-5/+5
* Carved out a discrete_sound_device from discrete_device. Couriersud2011-01-231-48/+102
* Discrete subsystem now uses the sound_device stream_update function. [Courier... Couriersud2011-01-211-3/+2
* Changed all "output[0] = ..." into "set_output(0, ..)" calls. Couriersud2011-01-211-5/+7
* Changed the discrete sound system to be class based: [Couriersud] Couriersud2011-01-191-32/+6
* Discrete subsystem: general cleanup and formatting (no whatsnew) Couriersud2011-01-191-15/+8
* Discrete subsystem: Couriersud2011-01-161-4/+5
* More cleanups for the discrete subsystem. No whatsnew. Couriersud2011-01-161-129/+126
* Discrete subsystem: Maintenance commit before I move from linked lists to dyn... Couriersud2011-01-151-411/+287
* Discrete sound system: Couriersud2011-01-111-286/+253
* Discrete: some (temporary) visibility changes. Pass device to task class. No ... Couriersud2011-01-091-10/+20
* MSVC compatibility. Aaron Giles2011-01-071-1/+1
* Work around incorrect warning in some GCC versions. (no whatsnew) R. Belmont2011-01-071-1/+1
* Discrete: Added a class node factory. Currently only creates discrete_legacy_... Couriersud2011-01-061-17/+62
* Bye discrete_info. Another round of discrete rewrites. No whatsnew. Couriersud2011-01-051-109/+107
* Converted discrete subsystem into "new-style" device. Still quite some work t... Couriersud2011-01-051-4/+94
* Start moving the discrete subsystem towards C++. Changed some structs to clas... Couriersud2011-01-041-205/+358
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-1/+1
* Atari Cops'n Robbers Updates [Derrick Renaud] Derrick Renaud2010-11-041-4/+4
* Atari Cops'n Robbers Updates [Derrick Renaud] Derrick Renaud2010-11-011-2/+2
* Discrete Updates [Derrick Renaud] Derrick Renaud2010-10-271-54/+59
* Discrete Sound - Added DISCRETE_XTIME_xxx logic modules. These allow you to ... Derrick Renaud2010-10-221-5/+60
* 03074: dkongjr and clones: Discrete audio output is lower pitched than normal... Derrick Renaud2010-10-191-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+2
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-27/+27
* Removed old index-based DISCRETE_ADJUSTMENT, and renamed Aaron Giles2009-12-231-18/+7
* DISCRETE_COUNTER - added MIN parameter and optimized speed. Derrick Renaud2009-10-221-4/+5
* DISCRETE_RC_CIRCUIT_1 - promoted skyraid custom charge to it's own module so ... Derrick Renaud2009-10-211-11/+43
* Mario - added proper mixer to final output. This adds the missing filtering ... Derrick Renaud2009-10-191-19/+28
* Blue Shark - added shark sound Derrick Renaud2009-10-131-29/+37
* Cleanups and version bump.mame0134u3 Aaron Giles2009-10-121-1/+1
* Better task processing Couriersud2009-10-091-9/+15