summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/discrete.c
Commit message (Expand)AuthorAgeFilesLines
* sorted out more (nw) Miodrag Milanovic2015-05-141-1/+1
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-3/+3
* Removed static config for discrete (nw) Miodrag Milanovic2014-09-131-1/+1
* renamed disc_*.c to disc_*.inc Oliver Stöneberg2014-03-191-6/+6
* rest of ATTR_PRINTF review (nw) Oliver Stöneberg2014-02-251-1/+1
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-1/+1
* Discrete audio: No more dynamic allocations in static constructors. Couriersud2013-12-171-1/+2
* small DEVICE_START cleanup (nw) Oliver Stöneberg2013-08-031-1/+1
* small DEVICE_RESET cleanups (nw) Oliver Stöneberg2013-08-031-1/+1
* small DEVICE_STOP cleanup (nw) Oliver Stöneberg2013-08-031-2/+2
* extended large amount of devices with shortname and source file data (nw) Miodrag Milanovic2013-06-211-1/+1
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-4/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-44/+44
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-2/+2
* Pass 2 of struct modernization. Aaron Giles2012-09-151-4/+4
* added missing \n to even more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-081-15/+15
* tagmap is just a C++ template now. Added iterators to it as Aaron Giles2012-01-171-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-85/+50
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-4/+4
* BIG update. Aaron Giles2011-03-291-8/+8
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-1/+1
* running an unavailable game with discrete sound would crash mame on exit beca... Michaël Banaan Ananas2011-03-101-1/+4
* Removed short name as parameter from device_config this way it is not mandato... Miodrag Milanovic2011-02-111-4/+4
* - Added shortname to devices in order to make ROM loading per device possible... Miodrag Milanovic2011-02-101-4/+4
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-1/+1
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-5/+4
* Fixed DISCRETE_WAVLOG & DISCRETE_RCFILTER fixing dkongjr and likely other sou... Derrick Renaud2011-01-241-1/+1
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-3/+3
* Carved out a discrete_sound_device from discrete_device. Couriersud2011-01-231-83/+148
* Discrete subsystem now uses the sound_device stream_update function. [Courier... Couriersud2011-01-211-8/+3
* Changed all "output[0] = ..." into "set_output(0, ..)" calls. Couriersud2011-01-211-6/+6
* VC2008 compile fixes (no whatsnew) mariuszw12011-01-161-1/+1
* Discrete subsystem: Couriersud2011-01-161-48/+60
* More cleanups for the discrete subsystem. No whatsnew. Couriersud2011-01-161-185/+128
* Discrete subsystem: Maintenance commit before I move from linked lists to dyn... Couriersud2011-01-151-293/+413
* Discrete sound system: Couriersud2011-01-111-295/+13
* Discrete: some (temporary) visibility changes. Pass device to task class. No ... Couriersud2011-01-091-26/+18
* MSVC compatibility. Aaron Giles2011-01-071-1/+1
* Discrete: Most nodes now have a proper class, however this class just falls b... Couriersud2011-01-061-95/+204
* Discrete: Added a class node factory. Currently only creates discrete_legacy_... Couriersud2011-01-061-123/+129
* Bye discrete_info. Another round of discrete rewrites. No whatsnew. Couriersud2011-01-051-291/+100
* Converted discrete subsystem into "new-style" device. Still quite some work t... Couriersud2011-01-051-8/+371
* Start moving the discrete subsystem towards C++. Changed some structs to clas... Couriersud2011-01-041-224/+167
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* Atari Cops'n Robbers Updates [Derrick Renaud] Derrick Renaud2010-11-011-2/+2
* Discrete Updates [Derrick Renaud] Derrick Renaud2010-10-271-10/+9
* Discrete Sound - Added DISCRETE_XTIME_xxx logic modules. These allow you to ... Derrick Renaud2010-10-221-1/+5
* MAMEdev kant spel (Ubuntu/Canonical cares about this) [wallyweek] R. Belmont2010-07-081-1/+1
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+2