index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
devices
/
sound
/
es5503.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
sound/es5503.cpp: Fix error in emulation of oscillator over-contribution glit...
arbee
2025-07-05
1
-71
/
+72
*
New sound infrastructure.
Olivier Galibert
2025-04-27
1
-4
/
+4
*
emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333)
Vas Crabb
2023-06-17
1
-9
/
+6
*
sound/es5503.cpp: Support sync and AM modes and the last oscillator volume bu...
arbee
2023-05-25
1
-9
/
+60
*
es5503: cleaner fix for preserving the full accumulator phase on looping. [Ke...
arbee
2023-03-09
1
-25
/
+2
*
es5503.cpp: preserve fractional phase, allows high-freq sample play [Peter Fe...
Peter Ferrie
2023-03-09
1
-2
/
+4
*
dirom: added pre and post rom bank change callbacks and changed almost all us...
hap
2022-10-04
1
-2
/
+3
*
es5503: More correct behavior in some swap-mode corner cases. [R. Belmont]
arbee
2022-09-23
1
-5
/
+26
*
- Removed device_timer, device_timer_id, et al in favor of direct callback me...
MooglyGuy
2022-06-04
1
-3
/
+3
*
Remove void *ptr parameter from emu_timer, timer_device and all related callb...
AJR
2022-01-26
1
-2
/
+2
*
es5503: additional cleanups to oscillator enable usage. [R. Belmont]
arbee
2022-01-09
1
-3
/
+3
*
es5503: The Mirage boot ROM spams $FF to the oscillator enable register, so h...
arbee
2022-01-08
1
-1
/
+1
*
es5503: fix interpretation of oscillator enable register. (GitHub bug #9045) ...
arbee
2022-01-06
1
-5
/
+8
*
es5503.cpp: Initialize variable properly; clean up code a little
AJR
2021-08-25
1
-14
/
+3
*
es5503: bits 0 and 6 are always high for this register (#8121)
tim lindner
2021-05-31
1
-1
/
+1
*
es5503 updates: [R. Belmont]
arbee
2020-09-24
1
-7
/
+15
*
es5503: use put_int for sample scaling, use fill_n for faster clear [R. Belmont]
arbee
2020-09-24
1
-6
/
+8
*
es5503: re-modernized, no breakage this time. [R. Belmont]
arbee
2020-09-23
1
-8
/
+9
*
es5503: revert to last version that plays correctly
arbee
2020-09-20
1
-13
/
+12
*
sound: Add a few new helpers to write_stream_view
Aaron Giles
2020-09-20
1
-2
/
+1
*
es1373/es5503/es5506/esqpump: update to new stream callbacks
Aaron Giles
2020-09-17
1
-13
/
+14
*
es5503: don't overdrive the output [R. Belmont]
arbee
2020-09-13
1
-1
/
+1
*
Significant internal changes to sound streams (#7169)
Aaron Giles
2020-09-13
1
-2
/
+2
*
emumem: A little more speedup. cache and specific change syntax, and are not...
Olivier Galibert
2020-05-25
1
-1
/
+1
*
es5503: modernize save state registration (nw)
arbee
2019-12-09
1
-15
/
+10
*
es5503.cpp : Simplify handlers
cam900
2019-04-15
1
-2
/
+2
*
vgmplay: Added all sound chips (including multiple instances supported by the...
smf-
2018-08-04
1
-3
/
+17
*
es5503: fixed bad playback of synthLAB sampled-attack looped-sustain instrume...
arbee
2018-07-04
1
-2
/
+1
*
de-staticify initializations for src/devices/sound (nw)
Wilbert Pol
2018-02-25
1
-11
/
+0
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-6
/
+6
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-1
/
+1
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-20
/
+20
*
okim6295: Directly use set_rom_bank [O. Galibert]
Olivier Galibert
2016-09-06
1
-0
/
+9
*
dirom: device_rom_interface for sound chips with rom/memory map alternative [...
Olivier Galibert
2016-08-15
1
-21
/
+3
*
reverting:
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-1
/
+1
*
clang-modernize part 6
Miodrag Milanovic
2015-12-04
1
-11
/
+11
*
clang-modernize part 3
Miodrag Milanovic
2015-12-04
1
-3
/
+3
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+451