summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound
Commit message (Expand)AuthorAgeFilesLines
* tags are now strings (nw) Miodrag Milanovic2016-01-16215-473/+468
* remove meaningless changelog hap2016-01-151-7/+0
* license mismatch between s14001 .h and .cpp hap2016-01-151-1/+1
* Added license for Paul Leaman, also resolved status of Steven Frew (nw) Miodrag Milanovic2016-01-112-2/+2
* removed memory tracking (nw) Miodrag Milanovic2016-01-088-13/+13
* 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-072-96/+187
* Revert "fixed discrete.cpp (nw)" Miodrag Milanovic2016-01-071-3/+3
* Revert "missed one place (nw)" Miodrag Milanovic2016-01-071-2/+2
* fm: null pointer bad (nw) cracyc2016-01-061-1/+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-062-187/+96
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-302-3/+0
* Fix clang build Miodrag Milanovic2015-12-271-2/+0
* cleanup (nw) Miodrag Milanovic2015-12-2610-15/+13
* cleanup (nw) Miodrag Milanovic2015-12-2612-22/+22
* cleanup (nw) Miodrag Milanovic2015-12-261-0/+4
* cleanups (nw) Miodrag Milanovic2015-12-256-14/+0
* sn76477: notes, typo, RES_INF for default open circuit Vas Crabb2015-12-242-12/+19
* some handmade changes (nw) Miodrag Milanovic2015-12-212-11/+11
* update by request (nw) Miodrag Milanovic2015-12-2113-13/+13
* Added license for Derrick Renaud, extended K.Wilkins and F.Palazzolo to full ... Miodrag Milanovic2015-12-2118-24/+18
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-1910-25/+27
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-1728-97/+97
* added some missing (nw) Miodrag Milanovic2015-12-123-3/+3
* update license based on what actually is done by each person (nw) Miodrag Milanovic2015-12-127-10/+17
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-1218-182/+182
* update some of remaining licenses (nw) Miodrag Milanovic2015-12-117-11/+14
* clang 3.7 warning fixes (nw) Olivier Galibert2015-12-071-1/+1
* override for for macros that could not be auto recognized by tools (nw) Miodrag Milanovic2015-12-062-35/+35
* override part 3 (nw) Miodrag Milanovic2015-12-0577-291/+291
* override part 2 (nw) Miodrag Milanovic2015-12-051-5/+5
* override part 1 (nw) Miodrag Milanovic2015-12-0531-139/+139
* cleanuo Miodrag Milanovic2015-12-052-2/+1
* Removed need for -Wno-c++11-narrowing for clang Miodrag Milanovic2015-12-044-243/+243
* some core c++11 narrowing fixes (nw) Miodrag Milanovic2015-12-045-101/+101
* removed usage of deprecated register keyword in our code (nw) Miodrag Milanovic2015-12-042-5/+5
* clang-modernize part 6 Miodrag Milanovic2015-12-0419-171/+171
* clang-modernize part 3 Miodrag Milanovic2015-12-0499-344/+344
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-10/+10
* add casts from emu_file to core_file (issue #482) Trammell Hudson2015-11-271-1/+1
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-2515-59/+59
* ymf262: I fscked up so hard kazblox2015-11-221-1/+1
* fmopl: partially revert ksl order fix kazblox2015-11-221-1/+1
* Fix missing savestate entries in tms5220.c (nw) Lord-Nightmare2015-11-221-0/+2
* Merge pull request #472 from kazblox/opl_playaround Olivier Galibert2015-11-202-2/+2
|\
| * fmopl: here too... kazblox2015-11-181-1/+1
| * ymf262: fix ksl shift bits kazblox2015-11-181-1/+1
* | Fixed uninitialized class members Miodrag Milanovic2015-11-1916-25/+27
|/