summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* TMS5220 and TMS5110: Add more verbosity to DEBUG_LATTICE [Lord Nightmare] Lord-Nightmare2015-11-122-2/+18
* Some more cleanup (nw) Miodrag Milanovic2015-11-118-23/+43
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-1/+0
* These are not needed with official tools (nw) Miodrag Milanovic2015-11-101-12/+0
* - Fix PVS-Studio warning V564, "The &/| operator is applied to bool type value. therealmogminer@gmail.com2015-11-092-14/+24
* - Fix PVS-Studio warning V562, "It's odd to compare a bool type value with therealmogminer@gmail.com2015-11-092-7/+7
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-08124-0/+0
* Fix build therealmogminer@gmail.com2015-11-031-1/+1
* Mass cleanup of multipcm.c, nw therealmogminer@gmail.com2015-11-032-437/+584
* TMS5xxx: Fix for occasional audio 'spike' instability/wraparound glitches cau... Lord-Nightmare2015-11-032-2/+2
* make the NES APU device get added with the N2A03 rather than needing to be ad... David Haywood2015-11-022-2/+9
* making logerror part of machine and device classes [Miodrag Milanovic] Miodrag Milanovic2015-11-0110-40/+47
* Fix error in sample device (nw) Miodrag Milanovic2015-10-311-2/+2
* TMS52xx: Fix a bug where if the FIFO contained exactly 0 bytes and a SPEAK (V... Lord-Nightmare2015-10-231-3/+7
* Fix digitalker speed kazblox2015-10-121-1/+1
* Cleanups and version bumpmame0166 Miodrag Milanovic2015-09-307-13/+13