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
/
dosbox
Age
Commit message (
Expand
)
Author
2020-10-14
DosBox: keep own smart pointer
Wohlstand
2019-07-01
Merge branch 'master' of github.com:Wohlstand/libADLMIDI into wip-new-embedde...
Wohlstand
2019-07-01
dosbox: thread-safe global initialization
JP Cimalando
2019-07-01
First working of new database
Vitaly Novichkov
2019-02-24
javaopl3: thread safe initialization and cleanup
JP Cimalando
2018-12-13
C++98 build fix
Vitaly Novichkov
2018-09-25
dosbox: fix a potential cache access problem, and some warnings
JP Cimalando
2018-09-25
DosBox: Little code style correction
Vitaly Novichkov
2018-09-24
dosbox: add caching of the attack rate computation
JP Cimalando
2018-07-31
Merge pull request #148 from jpcima/fix-warnings
Vitaly Novichkov
2018-07-31
fix some warnings
JP Cimalando
2018-07-31
Added missing `const` to pan-law tables
Vitaly Novichkov
2018-07-31
Use the Pan Law table on DosBox emulator also
Vitaly Novichkov
2018-07-29
Implemented optional soft panning support for the included chip emulators, di...
Christopher Snowhill
2018-06-03
Bugfixes
Wohlstand
2018-06-01
Warning fixes and append "r4111" into name of DosBox emulator
Vitaly Novichkov
2018-05-31
dosbox: don't use ssize_t for frame count, use unsigned
JP Cimalando
2018-05-31
update Dosbox OPL
JP Cimalando
2018-05-14
Fixed DosBox emulator build with the same issue when macros not defined
Vitaly Novichkov
2018-04-27
Fixed MinGW-w64 build of DosBox emulator
Vitaly Novichkov
2018-04-13
Mac OS needs sys/types.h for ssize_t
JP Cimalando
2018-04-10
[Experimental] Added support for emulation core switching in real time!
Vitaly Novichkov