summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/discrete.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Last round of macro removals before the freeze. (nw) mooglyguy2018-12-221-7/+0
* discrete: Eliminate unnecessary address space argument from handlers (nw) AJR2018-11-121-3/+3
* Add support for custom device constructors when replacing devices. Vas Crabb2018-05-081-12/+14
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-1/+1
* de-staticify initializations for src/devices/sound (nw) Wilbert Pol2018-02-251-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+6
* latch8, discrete: Major device cleanup (nw) (#2187) ajrhacker2017-03-251-0/+6
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-21/+21
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-9/+9
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-107/+107
* Move a few odds and ends out of the emu core AJR2016-04-231-2/+0
* reverting: Miodrag Milanovic2016-01-201-2/+2
* 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-2/+2
* removed memory tracking (nw) Miodrag Milanovic2016-01-081-1/+1
* Getting rid of global_alloc_array_clear at least, clearing is essential to ob... Miodrag Milanovic2016-01-071-13/+15
* Revert "vector_t to std::vector in discrete (nw)" Miodrag Milanovic2016-01-071-6/+93
* vector_t to std::vector in discrete (nw) Miodrag Milanovic2016-01-061-93/+6
* 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
* override part 1 (nw) Miodrag Milanovic2015-12-051-8/+8
* Removed need for -Wno-c++11-narrowing for clang Miodrag Milanovic2015-12-041-137/+137
* clang-modernize part 3 Miodrag Milanovic2015-12-041-4/+4
* update build scripts and code change in order to fix compile (nw) Miodrag Milanovic2015-09-131-1/+1
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+4728