summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound
Commit message (Expand)AuthorAgeFilesLines
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-066-19/+19
* swp30: Add waverom reading Olivier Galibert2022-02-042-1/+79
* nes_apu.cpp: Added noise channel period table for PAL systems. (#9256) 0kmg2022-02-032-28/+17
* New working machines hap2022-01-273-3/+13
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-2657-71/+71
* ymf271.cpp: Fix timer A period, Add notes for timer (#9098) cam9002022-01-241-9/+8
* srcclean in preparation for 0.240 Vas Crabb2022-01-231-3/+3
* nes_apu.cpp: Added missing DPCM period table for PAL. (#9167) 0kmg2022-01-183-5/+12
* Fix several issues in DC-based HW (#9150) Angelo Salese2022-01-171-20/+24
* es5503: additional cleanups to oscillator enable usage. [R. Belmont] arbee2022-01-091-3/+3
* es5503: The Mirage boot ROM spams $FF to the oscillator enable register, so h... arbee2022-01-081-1/+1
* mas3507d.cpp: Fix metadata, Add notes/docs (#9113) cam9002022-01-081-5/+12
* es5503: fix interpretation of oscillator enable register. (GitHub bug #9045) ... arbee2022-01-061-5/+8
* 315-5641.cpp: assign proper copyright credit angelosa2022-01-042-2/+2
* srcclean, remove a vestigial thing, and a little cleanup Vas Crabb2021-12-261-2/+2
* Atari Lynx emulation updates (#8931) cam9002021-12-142-0/+627
* Research into thoop and squash 'refresh rate' protection [Victor Fernandez (C... David Haywood2021-12-142-2/+20
* Remove a few outdated references to MESS Dirk Best2021-12-022-2/+2
* Soul-crushingly frustrating clean-up: Vas Crabb2021-12-014-20/+4
* various devices and drivers: seperate -> separate Ivan Vangelista2021-11-281-1/+1
* aica.cpp: remove code smell on LP flag read Angelo Salese2021-11-251-3/+8
* CG-1V/GAE1 video/audio fixes (#8859) David Haywood2021-11-221-22/+40
* saa1099.cpp: Fix output behavior when both noise and tone are enabled (#8767) cam9002021-10-291-9/+24
* srcclean in preparation for branching 0.237 release Vas Crabb2021-10-241-8/+8
* Various ST0016 updates, Especially sound and interface functions (#8686) cam9002021-10-232-92/+204
* ay8910.cpp: Improve AY8930 noise algorithm, simplify some logic (#8729) cam9002021-10-212-64/+85
* bus/a2bus, bus/a2gameio: Moved many class declarations out of headers. Vas Crabb2021-10-041-10/+6
* tt5665.cpp: Add support for separate voice commands per output channel (#8605) cam9002021-10-022-55/+59
* debugger: Extended target address syntax to include device/address space. (#8... Vas Crabb2021-10-012-3/+3
* srcclean in preparation for MAME 0.235, and two small adjustments. Vas Crabb2021-09-261-1/+1
* Various volume level adjustements to avoid hitting limiter. (#8553) David Haywood2021-09-241-1/+1
* sound/disc_sys.hxx, ymz770: Use std::clamp for clamping AJR2021-09-172-10/+8
* -ui: Made zoom controls a bit more intuitive. Vas Crabb2021-09-062-3/+4
* Implemented pan for stereo support for ics2115 (#8489) nabetse2021-08-272-28/+35
* Merge tag 'mame0235' into mainline-master Vas Crabb2021-08-271-1/+1
|\
| * Fix a duplicate #include and an indendation error Vas Crabb2021-08-231-1/+1
* | es5503.cpp: Initialize variable properly; clean up code a little AJR2021-08-251-14/+3
* | okim6295, okim6376, okim9810: Explicitly clamp output streams to within range AJR2021-08-233-0/+12
* | formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-8/+10
|/
* Formatting consistency fixes for recent changes. Vas Crabb2021-08-181-35/+38
* Merge pull request #8452 from nabetse00/ics2115_improvement ajrhacker2021-08-161-8/+41
|\
| * ics2115: Improved sound using next-state logic Esteban Diez Laiz2021-08-161-8/+41
* | viper.cpp: Added audio support, updated inputs, and improved default NVRAM co... 9871238791132021-08-172-70/+40
* | Use std::clamp in more source files AJR2021-08-1510-27/+22
|/
* srcclean for 0.234 branch Vas Crabb2021-07-251-3/+3
* swp30: Start implementing something remotely looking like envelopes Olivier Galibert2021-07-233-89/+215
* Fixed a few doco strings. Robbbert2021-07-101-1/+1
* flt_rc.cpp: Rename the filter types to be more consistent with regards to beh... Lord-Nightmare2021-07-052-12/+13
* ymfm: Remove dead code in MAME interface. Remove ay8910.h include from ymfm_m... Aaron Giles2021-07-041-177/+6
* ymfm: Save busy end time. Fixes MT08018 Aaron Giles2021-07-041-0/+3