summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/discrete.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* de-staticify initializations for src/devices/sound (nw) Wilbert Pol2018-02-251-11/+0
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-5/+8
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Use osd_getenv instead of getenv (nw) Miodrag Milanovic2016-11-021-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-12/+12
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-1/+1
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-011-6/+6
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Move a few odds and ends out of the emu core AJR2016-04-231-1/+1
* Use type-safe printf for core_file and emu_file, surprisingly few knock-on ef... Vas Crabb2016-03-091-9/+8
* Removed I64FMT and SIZETFMT, one usage left in chdman.cpp (nw) Miodrag Milanovic2016-03-071-2/+2
* Use std::atomic and std::mutex where applicable (nw) Miodrag Milanovic2016-03-011-4/+4
* reverting: Miodrag Milanovic2016-01-201-3/+3
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3
* removed memory tracking (nw) Miodrag Milanovic2016-01-081-3/+3
* Revert "vector_t to std::vector in discrete (nw)" Miodrag Milanovic2016-01-071-90/+94
* Revert "fixed discrete.cpp (nw)" Miodrag Milanovic2016-01-071-3/+3
* Revert "missed one place (nw)" Miodrag Milanovic2016-01-071-2/+2
* missed one place (nw) Miodrag Milanovic2016-01-061-2/+2
* fixed discrete.cpp (nw) Miodrag Milanovic2016-01-061-3/+3
* vector_t to std::vector in discrete (nw) Miodrag Milanovic2016-01-061-94/+90
* update by request (nw) Miodrag Milanovic2015-12-211-1/+1
* Added license for Derrick Renaud, extended K.Wilkins and F.Palazzolo to full ... Miodrag Milanovic2015-12-211-2/+1
* update license based on what actually is done by each person (nw) Miodrag Milanovic2015-12-121-2/+3
* clang-modernize part 3 Miodrag Milanovic2015-12-041-25/+25
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-4/+4
* Some more cleanup (nw) Miodrag Milanovic2015-11-111-7/+14
* These are not needed with official tools (nw) Miodrag Milanovic2015-11-101-12/+0
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1148