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
/
ymfm.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up delay implementation a bit. Move delay setting to immediately after ...
ymfm-delay
Aaron Giles
2021-04-21
1
-16
/
+25
*
ymfm: Implement delay in OPM/OPN operators. Not sure this really affects much...
Aaron Giles
2021-04-21
1
-31
/
+38
*
ymfm: Check for decay->sustain transitions even if we just transitioned from ...
Aaron Giles
2021-04-21
1
-2
/
+8
*
twinspri: Fix missing samples by masking the ADPCM-A end address properly.
Aaron Giles
2021-04-20
1
-0
/
+16
*
ymfm: Better fix for wrong sounds in megadriv sor2; mark the system modified ...
Aaron Giles
2021-04-05
1
-0
/
+3
*
Revert "ymfm: Latch the multi-frequency state at key on. Fixes sor2 punch sou...
Aaron Giles
2021-04-05
1
-17
/
+4
*
ymfm: Latch the multi-frequency state at key on. Fixes sor2 punch sound on me...
Aaron Giles
2021-04-04
1
-4
/
+17
*
ymfm: Don't pre-mask status bits with the status mask; apply instead at time ...
Aaron Giles
2021-04-04
1
-2
/
+2
*
More friendly behavior when OPLL writes are performed out of range.
Aaron Giles
2021-04-02
1
-1
/
+7
*
New BSD-licensed OPL/OPLL (YM3526, YM3812, YM2413, Y8950, YMF262, etc) cores ...
Aaron Giles
2021-04-02
1
-691
/
+2240
*
srcclean in preparation for release
Vas Crabb
2021-03-28
1
-9
/
+9
*
Turn off VERBOSE
Aaron Giles
2021-03-25
1
-1
/
+1
*
ymfm: Backport active channel detection to help improve performance. Further ...
Aaron Giles
2021-03-21
1
-0
/
+28
*
ymfm: Improve LFO noise behavior. Add logging (under verbose) when LFO noise ...
Aaron Giles
2021-03-03
1
-42
/
+55
*
ymfm: Also explicitly sync writes to the mode register to ensure timer contro...
Aaron Giles
2021-03-02
1
-14
/
+31
*
Schedule all interrupt changes via timers to ensure proper ordering. Fixes th...
Aaron Giles
2021-03-02
1
-1
/
+19
*
Revert "Fix YM synchronization in Seibu sound device."
Aaron Giles
2021-03-02
1
-11
/
+0
*
Fix YM synchronization in Seibu sound device.
Aaron Giles
2021-03-02
1
-0
/
+11
*
New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips (#7808)
Aaron Giles
2021-02-27
1
-0
/
+1642