index
:
libADLMIDI
master
Fork of Bisqwit's OPL3 emulation library
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
chips
/
opal
Age
Commit message (
Expand
)
Author
2024-05-05
opal.c: Put content of Mult32To64 into MulDivR
Wohlstand
2024-04-30
Opal OPL3: Resolved the integer overflow for sample rates >=65536hz
Wohlstand
2023-05-26
opal.h: Remove extra comma
Wohlstand
2023-05-26
Opal: Convert entire Opal code into the Pure C
Wohlstand
2019-03-03
fix uninitialized chip variables
JP Cimalando
2019-02-26
opal: initialize tremolo level (CID 1477242)
JP Cimalando
2019-02-25
Merge pull request #213 from jpcima/opal
Vitaly Novichkov
2019-02-25
opal: fix envelope delay between stage transitions
JP Cimalando
2019-02-25
opal: registers $Ax $Bx affect both channels in 4op
JP Cimalando
2019-02-24
opal: fix the computation of KSL
JP Cimalando
2019-02-24
opal: fix MSVC warnings
JP Cimalando
2019-02-24
fix some warnings
JP Cimalando
2019-02-24
Minor warning fixes in opal.hpp
Vitaly Novichkov
2019-02-23
Opal OPL3 emulator is licensed under public domain
Vitaly Novichkov
2019-02-23
opal: add the patch and mention in README
JP Cimalando
2019-02-23
support the Opal emulator
JP Cimalando