Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-25 | opl_chip_base.h: Fixed CLang warning | Wohlstand | |
2025-04-15 | Serial: Fixed UWP build (#289) | Denis Barkar | |
2025-04-06 | YMF262-LLE: Fixed stereo channels | Wohlstand | |
They was been swapped, now they are okay. | |||
2025-04-05 | ymfm_opl: Fixed the extra seicolon warning | Wohlstand | |
2025-04-05 | ymfm_opl: Fixed 3DS warnings | Wohlstand | |
2025-04-05 | Mame FMOPL: Fixed 3DS build | Wohlstand | |
thanks to @ds-sloth | |||
2025-03-30 | LLE: Fixed incorrect work of deep-tremolo | Wohlstand | |
The deep-tremolo got been triggered by deep-vibrato bit, but true deep-tremolo flag was been ignored! | |||
2025-03-29 | Added support for LLE OPL2 and OPL3 emulators | Wohlstand | |
Kept disabled by default because they are extremely heavy for ordinary processors. | |||
2025-03-29 | Refactored DOS support | Wohlstand | |
2025-03-27 | Chips: Don't divide OPL2 output by 2 | Wohlstand | |
2025-03-26 | ymfm.h: Make everything non-virtual | Wohlstand | |
Polymorphism is not used here, but this makes more problems than good. | |||
2025-03-26 | Added missing OPL Chip Base method | Wohlstand | |
2025-03-25 | Fixed some CLang warnings | Wohlstand | |
2025-03-25 | Added MAME OPL2 emulator | Wohlstand | |
2025-03-25 | Added YMFM emulators | Wohlstand | |
2025-03-25 | Merge branch 'master' of github.com:Wohlstand/libADLMIDI | Wohlstand | |
2025-03-25 | Chipset: Added "hasFullPanning" method | Wohlstand | |
It should allow normal work of emulators without full-panning extension implementation, or with real hardware interfaces | |||
2025-03-25 | esfm.c: Fixed another C90 violation | Wohlstand | |
2025-03-24 | ESFM: Remove the queue workaround | Wohlstand | |
2025-03-24 | ESFM: Fixed a dumb bug that broke the buffer | Wohlstand | |
2025-03-24 | ESFMu: Added custom queue | Wohlstand | |
as built-in is faulty | |||
2025-03-24 | Added experimental support of ESFMu emulator | Wohlstand | |
Not yet working properly | |||
2025-01-01 | Update copyright year for 2025 | Wohlstand | |
2024-05-23 | Serial: Fixed initialization on macOS | Wohlstand | |
2024-05-11 | opl_serial_port: Fixed the polymorphism | Wohlstand | |
2024-05-11 | Initial implementation of Serial support | Wohlstand | |
+ refactor of the MIDI play, making separated loop functions instead the mess of everything in one single loop function. | |||
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 | |
Took the OpenMPT's fix for this #278 | |||
2024-01-07 | Updated copyright year to 2024 | Wohlstand | |
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 | |