Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-13 | Synchronized updates of Nuked OPL3 emulator from OPL3BE | Wohlstand | |
2023-05-26 | opal.h: Remove extra comma | Wohlstand | |
It violates C90 standard | |||
2023-05-26 | Opal: Convert entire Opal code into the Pure C | Wohlstand | |
2023-03-30 | nukedopl3.c: Remove "inline" keyword | Wohlstand | |
- It breaks compilation on -std=c90 - It conflicts with the existsing declaration at the header | |||
2023-03-20 | Import latest Nuked OPL 1.8 code (#264) | M-HT | |
2023-01-03 | Updated copyright for 2023 | Wohlstand | |
2022-12-23 | Misc: Added WUT mutex support | Wohlstand | |
2022-03-11 | Use LWP_Mutex API from libOGC where needed | Wohlstand | |
2022-03-08 | Disable mutex usage at some platforms | Wohlstand | |
2022-01-05 | Updated copyright year for 2022 | Wohlstand | |
2021-01-14 | Updated copyright for 2021 | Wohlstand | |
2020-10-14 | Chipset: Synchronize code with OPL3-BE | Wohlstand | |
2020-10-14 | DosBox: keep own smart pointer | Wohlstand | |
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 | |||
2020-02-22 | Merge branch 'master' into wip-new-embedded-banks | Wohlstand | |
2020-01-17 | Update copyright year | Wohlstand | |
2019-07-01 | Merge branch 'master' of github.com:Wohlstand/libADLMIDI into ↵ | Wohlstand | |
wip-new-embedded-banks | |||
2019-07-01 | dosbox: thread-safe global initialization | JP Cimalando | |
2019-07-01 | First working of new database | Vitaly Novichkov | |
// not so stable, needs a polishing, however, multibank from embedded 72'th bank (DMXOPL3) works! | |||
2019-03-03 | fix uninitialized chip variables | JP Cimalando | |
2019-02-26 | java: initialize phase (CID 1477241) | JP Cimalando | |
2019-02-26 | java: fix unreachable code false-positive (CID 1477236) | JP Cimalando | |
2019-02-26 | java: initialize cha and chb (CID 1477237) | 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 | |
opal: fix envelope delay between stage transitions | |||
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 | JavaOPL3: Make sure no conflict with original copy linked | Vitaly Novichkov | |
2019-02-24 | javaopl: fix inversion of panning | JP Cimalando | |
2019-02-24 | javaopl3: thread safe initialization and cleanup | JP Cimalando | |
2019-02-24 | opal: fix MSVC warnings | JP Cimalando | |
2019-02-24 | fix some warnings | JP Cimalando | |
2019-02-24 | java: output volume and panning | JP Cimalando | |
2019-02-24 | javaopl3 work in progress | 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 | |
I have got a confirmation letter from Reality team who is a creator of Opal emulator where was clarified that all example codes in the RAD are public domain. | |||
2019-02-23 | opal: add the patch and mention in README | JP Cimalando | |
2019-02-23 | opal: enable use of soft panning | JP Cimalando | |
2019-02-23 | support the Opal emulator | JP Cimalando | |
2019-02-06 | Nuked OPL 1.8 optimizations port | JP Cimalando | |
2019-01-05 | Update copyright year to 2019 | Vitaly Novichkov | |
2018-12-13 | C++98 build fix | Vitaly 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-12-13 | Build: Splid the main CMake build script | Vitaly Novichkov | |
Keep it have library code only but no utils and examples are will be built independently #196 | |||
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-09-02 | rename DOSBox using preferred casing | JP Cimalando | |
2018-07-31 | Merge pull request #148 from jpcima/fix-warnings | Vitaly Novichkov | |
fix some warnings | |||
2018-07-31 | fix some warnings | JP Cimalando | |
2018-07-31 | Added missing `const` to pan-law tables | Vitaly Novichkov | |