summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound (follow)
Commit message (Expand)AuthorAgeFilesLines
* TMS5220: add a 'combined rs/ws write' function for systems which require both... Lord-Nightmare2016-04-042-4/+80
* revert unused variable fix, as it was already fixed (nw) Lord-Nightmare2016-03-311-8/+0
* Merge pull request #772 from ajrhacker/auto_iterator Miodrag Milanović2016-03-311-0/+8
|\
| * Avoid auto return types; silence some unused variable warnings (nw) AJR2016-03-311-0/+8
* | fix compile error on clang (nw) Lord-Nightmare2016-03-311-1/+20
|/
* TMS5220/5110 merge Part 1 [Lord Nightmare] Lord-Nightmare2016-03-302-17/+249
* marked as BSD3 with approval from Joseph Zbiciak (nw) Miodrag Milanovic2016-03-242-28/+2
* pcat_dyn: add sound and mark toursol working [Carl] cracyc2016-03-192-0/+253
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-6/+6
* Use type-safe printf for core_file and emu_file, surprisingly few knock-on ef... Vas Crabb2016-03-092-14/+13
* Removed I64FMT and SIZETFMT, one usage left in chdman.cpp (nw) Miodrag Milanovic2016-03-073-5/+5
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-1/+1
* consistency fixes and add missed files (nw) Miodrag Milanovic2016-03-042-0/+4
* Use std::atomic and std::mutex where applicable (nw) Miodrag Milanovic2016-03-011-4/+4
* k28: fix sc01 strobe hap2016-02-091-1/+1
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-278-32/+32
* rf5c400: added external memory r/w function [Ville Linde] Ville Linde2016-01-253-6/+29
* fix compile (nw) Miodrag Milanovic2016-01-231-1/+1
* s14001a_new is now s14001a hap2016-01-234-1255/+522
* make st-v not crash (nw) David Haywood2016-01-232-5/+6
* - Removed this == nullptr checks and fixed most of the resulting crashes. [Mo... Miodrag Milanovic2016-01-232-10/+10
* More null fixes, nw therealmogminer@gmail.com2016-01-231-2/+10
* Fixes to bring in line with master therealmogminer@gmail.com2016-01-234-8/+6
* Remove debug print therealmogminer@gmail.com2016-01-231-1/+0
* Refix some of the this==NULL stuff therealmogminer@gmail.com2016-01-2312-71/+56
* Time for more this==NULL fixes therealmogminer@gmail.com2016-01-233-18/+15
* More this==NULL stuff therealmogminer@gmail.com2016-01-237-18/+13
* Still more this==NULL cleanup mooglyguy2016-01-234-25/+45
* Yet more this==NULL fixes therealmogminer@gmail.com2016-01-237-37/+88
* First round of this==NULL crash fixes therealmogminer@gmail.com2016-01-236-71/+105
* Remove this==NULL comps, nw therealmogminer@gmail.com2016-01-232-393/+82
* Jarek is also fine with BSD-3-Clause (nw) Miodrag Milanovic2016-01-222-2/+2
* beep_device: removed set_volume hap2016-01-212-21/+6
* Setting GPL license for Jarek Burczynski, by his request (nw) Miodrag Milanovic2016-01-2117-17/+17
* BEEP device clock() added, instead of default frequency of 3250 hap2016-01-212-9/+12
* backporting new code (nw) Miodrag Milanovic2016-01-202-2/+2
* reverting: Miodrag Milanovic2016-01-20215-468/+473
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-2033-41/+41
* Revert "some additional (nw)" Miodrag Milanovic2016-01-202-2/+2
* s14001a_new: documentation header, copypasted pinout info from s14001a(_old) hap2016-01-192-10/+113
* s14001a_new_device: small update, savestates hap2016-01-192-12/+62
* s14001a_new: small cleanup hap2016-01-192-48/+42
* Added more accurate SSi S14001A speech chip emulation, written by one of the ... hap2016-01-192-0/+568
* fidelz80: added VCC language latch/bank hap2016-01-182-3/+9
* s14001a: set default amp to 15 hap2016-01-181-20/+2
* s14001a: added optional devcb callbacks for mem read and BSY pin hap2016-01-182-18/+47
* some additional (nw) Miodrag Milanovic2016-01-162-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-1633-41/+41
* tags are now strings (nw) Miodrag Milanovic2016-01-16215-473/+468
* remove meaningless changelog hap2016-01-151-7/+0