aboutsummaryrefslogtreecommitdiff
path: root/src/chips/dosbox
AgeCommit message (Collapse)Author
2020-10-14DosBox: keep own smart pointerWohlstand
Because of MSVC that doesn't gives the proper value for __cplusplus without of the `/Zc:__cplusplus` argument, make just use of hand-made pointer to allow users to build library's code easier
2019-07-01Merge branch 'master' of github.com:Wohlstand/libADLMIDI into ↵Wohlstand
wip-new-embedded-banks
2019-07-01dosbox: thread-safe global initializationJP Cimalando
2019-07-01First working of new databaseVitaly Novichkov
// not so stable, needs a polishing, however, multibank from embedded 72'th bank (DMXOPL3) works!
2019-02-24javaopl3: thread safe initialization and cleanupJP Cimalando
2018-12-13C++98 build fixVitaly Novichkov
Because of mentioned bug in CMake script, the C++11 mode was turned on, therefore once CMake build was fixed to enforce C++98, the dbopl.cpp was failed to build where are INT16_MIN and INT16_MAX macros was used.
2018-09-25dosbox: fix a potential cache access problem, and some warningsJP Cimalando
2018-09-25DosBox: Little code style correctionVitaly Novichkov
2018-09-24dosbox: add caching of the attack rate computationJP Cimalando
2018-07-31Merge pull request #148 from jpcima/fix-warningsVitaly Novichkov
fix some warnings
2018-07-31fix some warningsJP Cimalando
2018-07-31Added missing `const` to pan-law tablesVitaly Novichkov
2018-07-31Use the Pan Law table on DosBox emulator alsoVitaly Novichkov
2018-07-29Implemented optional soft panning support for the included chip emulators, ↵Christopher Snowhill
disabled by default.
2018-06-03BugfixesWohlstand
- Fixed all MSVC 2015/2017 warnings in both 32 and 64 bit builds - Fixed weird behavior when using adl_setHVibrato, adl_setHTremolo, adl_setScaleModulators, and adl_setVolumeRangeModel when passing the -1 "Auto" state - Move arpeggio counter into the MIDIPlay class as originally it was a global static variable which is ugly and danger when running multiple instances of the same library
2018-06-01Warning fixes and append "r4111" into name of DosBox emulatorVitaly Novichkov
2018-05-31dosbox: don't use ssize_t for frame count, use unsignedJP Cimalando
2018-05-31update Dosbox OPLJP Cimalando
2018-05-14Fixed DosBox emulator build with the same issue when macros not definedVitaly Novichkov
2018-04-27Fixed MinGW-w64 build of DosBox emulatorVitaly Novichkov
2018-04-13Mac OS needs sys/types.h for ssize_tJP Cimalando
2018-04-10[Experimental] Added support for emulation core switching in real time!Vitaly Novichkov
Due to clunky playback on updated Nuked OPL3 emulator v 1.8, I kept the Nuked OPL3 1.7.4 work in parallel and be a separated switchable emulator.