summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound
Commit message (Expand)AuthorAgeFilesLines
* Add adjust_periodic() to persistent_timer. Update obvious situations where it... Aaron Giles2021-09-1111-17/+17
* Merge branch 'master' into time-experiments2 Aaron Giles2021-09-1022-142/+154
|\
| * -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
| |/
* | Since I already had to touch all device_timer signatures, bite the bullet and... Aaron Giles2021-08-2052-73/+78
* | Merge branch 'master' into time-experiments2 Aaron Giles2021-08-1412-294/+327
|\|
| * 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
| * Add a differentiator bandpass filter primitive to flt_biquad.cpp. [Lord Night... Lord-Nightmare2021-07-042-3/+66
| * c140: c219 has less voice regs, don't call c140_r hap2021-06-091-1/+6
| * c140: correct offset range when reading keyon status [dink] hap2021-06-091-1/+3
| * c140: fix regression with namcos2 assault engine noise hap2021-06-052-10/+6
| * ym2154: Decode real sample data, which is ulaw-ish. Aaron Giles2021-06-051-5/+13
* | Some cleanups Aaron Giles2021-06-051-6/+5
* | Fixups for latest code. Aaron Giles2021-06-044-13/+16
* | Merge branch 'master' into time-experiments2 Aaron Giles2021-06-0451-10191/+2592
|\|
| * ymfm: Sync with upstream: Aaron Giles2021-06-012-6/+6
| * ympsr60: Fix BBD connections and behavior, use the cv callback to control the... Aaron Giles2021-05-311-1/+1
| * bbd: Fix out of bounds accesses. Aaron Giles2021-05-311-1/+1
| * bbd: Add support for a continuously-varying frequency to avoid abusing the so... Aaron Giles2021-05-312-11/+70
| * es5503: bits 0 and 6 are always high for this register (#8121) tim lindner2021-05-311-1/+1
| * ympsr60: Fleshed out the PSR60/PSR70 drivers Aaron Giles2021-05-316-0/+666
| * votrax: Tell the device's parent when the IRQ line is lowered. Improves Type ... arbee2021-05-301-0/+1
| * ymfm: Improve OPQ behavior for timers and register access. Add YM3533 device ... Aaron Giles2021-05-232-6/+34
| * srcclean for release Vas Crabb2021-05-231-1/+1
| * ymfm: Sync with latest, add complete YMF278B support (#8090) Aaron Giles2021-05-227-1238/+151
| * Fix c6280 volume envelope shape (#8087) Leonardo Demartino (Delek)2021-05-211-2/+2
| * c140.cpp: add sample status readback, fixes engine sound in suzuka 8 hours, f... Angelo Salese2021-05-202-0/+20
| * ymfm: Switch to internal SSG for YM2203/2608/2610. Clean up code to determine... Aaron Giles2021-05-151-14/+14
| * ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-1437-8933/+1652
| * spkrdev: change device description, it's not 1bit hap2021-05-031-5/+5
| * srcclean in preparation for branching release Vas Crabb2021-04-2512-35/+35
* | You know, if I'm nice enough to give you an accessor, please use it. Aaron Giles2021-04-242-2/+2
* | Merge branch 'master' into time-experiments2 Aaron Giles2021-04-235-138/+247
|\|
| * ymfm: Check for decay->sustain transitions even if we just transitioned from ... Aaron Giles2021-04-211-2/+8
| * twinspri: Fix missing samples by masking the ADPCM-A end address properly. Aaron Giles2021-04-202-26/+68