summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/es5503.cpp
Commit message (Expand)AuthorAgeFilesLines
* sound/es5503.cpp: Fix error in emulation of oscillator over-contribution glit... arbee2025-07-051-71/+72
* New sound infrastructure. Olivier Galibert2025-04-271-4/+4
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-9/+6
* sound/es5503.cpp: Support sync and AM modes and the last oscillator volume bu... arbee2023-05-251-9/+60
* es5503: cleaner fix for preserving the full accumulator phase on looping. [Ke... arbee2023-03-091-25/+2
* es5503.cpp: preserve fractional phase, allows high-freq sample play [Peter Fe... Peter Ferrie2023-03-091-2/+4
* dirom: added pre and post rom bank change callbacks and changed almost all us... hap2022-10-041-2/+3
* es5503: More correct behavior in some swap-mode corner cases. [R. Belmont] arbee2022-09-231-5/+26
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-3/+3
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-2/+2
* 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
* es5503: fix interpretation of oscillator enable register. (GitHub bug #9045) ... arbee2022-01-061-5/+8
* es5503.cpp: Initialize variable properly; clean up code a little AJR2021-08-251-14/+3
* es5503: bits 0 and 6 are always high for this register (#8121) tim lindner2021-05-311-1/+1
* es5503 updates: [R. Belmont] arbee2020-09-241-7/+15
* es5503: use put_int for sample scaling, use fill_n for faster clear [R. Belmont] arbee2020-09-241-6/+8
* es5503: re-modernized, no breakage this time. [R. Belmont] arbee2020-09-231-8/+9
* es5503: revert to last version that plays correctly arbee2020-09-201-13/+12
* sound: Add a few new helpers to write_stream_view Aaron Giles2020-09-201-2/+1
* es1373/es5503/es5506/esqpump: update to new stream callbacks Aaron Giles2020-09-171-13/+14
* es5503: don't overdrive the output [R. Belmont] arbee2020-09-131-1/+1
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-131-2/+2
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-1/+1
* es5503: modernize save state registration (nw) arbee2019-12-091-15/+10
* es5503.cpp : Simplify handlers cam9002019-04-151-2/+2
* vgmplay: Added all sound chips (including multiple instances supported by the... smf-2018-08-041-3/+17
* es5503: fixed bad playback of synthLAB sampled-attack looped-sustain instrume... arbee2018-07-041-2/+1
* de-staticify initializations for src/devices/sound (nw) Wilbert Pol2018-02-251-11/+0
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+6
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-20/+20
* okim6295: Directly use set_rom_bank [O. Galibert] Olivier Galibert2016-09-061-0/+9
* dirom: device_rom_interface for sound chips with rom/memory map alternative [... Olivier Galibert2016-08-151-21/+3
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* clang-modernize part 6 Miodrag Milanovic2015-12-041-11/+11
* clang-modernize part 3 Miodrag Milanovic2015-12-041-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+451