summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound
Commit message (Expand)AuthorAgeFilesLines
* srcclean and manual cleanup Vas Crabb4 days1-1/+1
* sound/l4003.cpp: Found the correct units for the envelope rate, fixes glitchy... arbee5 days1-22/+27
* sound/upd931: update pitch when writing either the note or octave registers (... Devin Acker7 days2-27/+35
* sound/pcd3311.cpp: Implemented DTMF tone generator, and I2C interface. Nigel Barnes7 days2-13/+293
* sound/l4003.cpp: Main speakers turn on. [R. Belmont] arbee9 days2-72/+187
* sound/va_ops.cpp: Used SAMPLE_RATE_INPUT_ADAPTIVE for VA_SCALE_OFFSET. (#15330) m1macrophage11 days1-1/+1
* c219: revert d4d09850ed6ddaf556f0f38ccf1b2774a1bab0bd (0x40 was already assum... hap13 days1-1/+1
* namcos2: correct voice0 rom access hap13 days1-13/+7
* sound/ac97_stac9704.cpp: preliminary status/command hookup angelosa14 days2-0/+29
* sequential/prophet5.cpp: Emulated polymod and autotune. Promoted to working. ... m1macrophage2026-05-082-2/+22
* nscsi/cd.cpp: Added a CDROM_2X device that reasonably throttles the read spee... arbee2026-05-062-13/+46
* Make debug logging less noisy for various NES/VT devices AJR2026-05-021-1/+2
* commodore/plus4: Added Diag264 v0.97 kernal ROMs. [Curt Coder] Curt Coder2026-04-272-4/+12
* sound/cem3340.cpp: Anti-aliasing. Streaming frequency and PW control. (#15267) m1macrophage2026-04-272-32/+169
* c140: assume keyon reg 0x40 is some kind of retrigger hap2026-04-272-8/+11
* c352: make C352_LOG_PCM compile/work again and remove the #if hap2026-04-272-90/+92
* commodore/plus4: Fixed loading from cassette. [Curt Coder] Curt Coder2026-04-262-15/+20
* mb87077: change gain to float hap2026-04-262-8/+8
* namcos21: hook up mb87077 to the driving games hap2026-04-262-10/+10
* mb87077: actually add mb87077 type hap2026-04-262-28/+47
* source org: move k054321 and mb87078 from machine to sound folder (renamed la... hap2026-04-264-0/+418
* sequential/prophet5.cpp: routed remaining "master sum" signals. (#15235) m1macrophage2026-04-241-1/+2
* Various cleanup. Vas Crabb2026-04-202-53/+36
* sound/asc.cpp: Fix -validate failure. [R. Belmont] arbee2026-04-181-1/+1
* Mac updates: [R. Belmont] arbee2026-04-182-290/+1548
* sound/va_vca.cpp: support for differential inputs. prophet5.cpp: VCA balance ... m1macrophage2026-04-122-105/+252
* sound/cem3340.cpp: Implemented preliminary CEM3340 and incorporated it as an... m1macrophage2026-04-072-0/+182
* misc: remove ROM_LOAD_OPTIONAL hap2026-04-041-1/+1
* NES related devices: Fixed debugger issues and updated URLs in comments. (#15... cam9002026-04-033-4/+8
* sound/namco.cpp: Updates: (#15154) cam9002026-04-032-482/+423
* Fixed things C++20 doesn't allow: Vas Crabb2026-03-295-30/+27
* ymz770: struct savestate issue hap2026-03-261-15/+19
* ymz770: don't apply next prepared phrase volume/panning before current block ... hap2026-03-262-127/+182
* misc: toodle-oo TOOD typo hap2026-03-241-1/+1
* sound/va_eg.cpp: Implemented the scaled input variant of `va_ota_eg` (#15126) m1macrophage2026-03-234-23/+177
* mpeg_audio: add m_ prefixes to class variables hap2026-03-222-177/+175
* Ran srcclean across the source. Vas Crabb2026-03-221-2/+2
* ymz770: more to prev MetalliC2026-03-212-2/+7
* yms770: fix prev MetalliC2026-03-212-1/+3
* ymz770: add sample rate auto selection MetalliC2026-03-211-2/+10
* ymz770: update notes hap2026-03-211-11/+19
* ymz770: remove hardcoded clock hap2026-03-202-8/+7
* sound/ics2115.cpp: Suppress side effects for debugger reads, and cleaned up c... cam9002026-03-192-116/+95
* sound/va_eg.h: Corrected comment about equivalent resistance. (#15115) m1macrophage2026-03-171-2/+2
* Some prep work for extending offs_t to 64 bits. [Vas Crabb, Ryan Holtz] Vas Crabb2026-03-183-29/+34
* sound/va_eg.cpp: Added OTA-based envelope generator. (#15112) m1macrophage2026-03-172-0/+276
* sound/x1_010.cpp‎: Fixes comment so it matches the code (#15085) Leo Tejada2026-03-111-1/+1
* vlm5030: fix pin rising edge detect if state high val is not 1, add _r/_w to ... hap2026-03-082-75/+59
* sound/ac97_stac9704.cpp: basic PCM volume handling angelosa2026-03-062-3/+37
* bus/pci/trident_4dwavedx.cpp: initial hookup of an AC'97 STAC9704 device angelosa2026-03-052-0/+326