summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/disc_sys.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+0
* More cleanups for the discrete subsystem. No whatsnew. Couriersud2011-01-161-5/+5
* Discrete subsystem: Maintenance commit before I move from linked lists to dyn... Couriersud2011-01-151-182/+21
* Discrete sound system: Couriersud2011-01-111-26/+51
* Discrete: Added a class node factory. Currently only creates discrete_legacy_... Couriersud2011-01-061-4/+4
* Bye discrete_info. Another round of discrete rewrites. No whatsnew. Couriersud2011-01-051-12/+12
* Start moving the discrete subsystem towards C++. Changed some structs to clas... Couriersud2011-01-041-33/+22
* Discrete Updates [Derrick Renaud] Derrick Renaud2010-10-271-24/+33
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-2/+2
* Cleanups and version bump.mame0134u3 Aaron Giles2009-10-121-1/+1
* Fix allocation of task node buffers Couriersud2009-10-111-1/+2
* Add some EXPECTED/UNEXPECTED to if statements Couriersud2009-10-091-1/+1
* Discrete update Couriersud2009-10-051-2/+2
* Cleanups and version bump. Aaron Giles2009-10-041-8/+8
* Also added icky hack to make gcc happy in disc_sys.c. Aaron Giles2009-10-031-1/+1
* Discrete task groups Couriersud2009-10-031-33/+49
* More changes in order to create task groups Couriersud2009-10-031-14/+35
* implemented m:n logic for buffered task nodes Couriersud2009-10-031-2/+4
* Maintenance work Couriersud2009-10-031-13/+24
* Added discrete sound to the Noraut Poker games. Derrick Renaud2009-09-091-2/+2
* Fix CPP_COMPILE (except for internal compiler error on snes.c). Aaron Giles2009-09-081-6/+6
* Cleanups and version bump.mame0133u5 Aaron Giles2009-09-071-7/+7
* Discrete emulation Couriersud2009-09-061-2/+2
* Good bye for node->node Couriersud2009-09-061-3/+3
* DSO_TASK_END now builds it's own dependence list. Couriersud2009-09-061-3/+60
* discrete wav and csv logs now are treated as nodes Couriersud2009-09-051-0/+104
* Added disc_syc.c as a container for core modules (output, task) currently. Couriersud2009-09-051-0/+49