summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/ymfm
Commit message (Expand)AuthorAgeFilesLines
* 3rdparty/ymfm: Fixed endianness and alignment issues when writing WAV files. Vas Crabb2025-12-121-9/+28
* ymfm: adpcm updates from https://github.com/aaronsgiles/ymfm/pull/40 [Aaron G... hap2025-11-304-189/+351
* 3rdparty/ymfm/src/ymfm_adpcm.h: extend at_end fn by 1 angelosa2025-11-231-1/+1
* ymfm_opl: no need to check for IsOpl2Plus here hap2025-02-011-1/+1
* ymfm_opl: actually emulate opl2 waveform enable bit hap2025-02-011-2/+2
* ymfm_opn: OPNA does not have 4 latches hap2025-01-311-3/+1
* Revert "ymfm_opn: writes to 0xa7/0xaf also go to latch" hap2025-01-311-1/+4
* ymfm_opn: writes to 0xa7/0xaf also go to latch hap2025-01-311-4/+1
* ymfm_opn: apparently there is no internal flag when latch was written hap2025-01-301-5/+4
* 3rdparty/ymfm: sync to latest (#13263) Angelo Salese2025-01-3014-85/+378
* Update 3rdparty/ymfm to latest. (#10583) Aaron Giles2022-11-259-19/+167
* Update ymfm library to latest version (a78b567): [Aaron Giles, hyano] (#10052) Aaron Giles2022-07-0814-66/+164
* ymfm: Correct for free-running timer B multipler (#8988) Aaron Giles2021-12-162-6/+16
* ymf278b: Allow PCM writes if new2flag is set, even if newflag is not. Fixes M... Aaron Giles2021-07-241-10/+12
* ymfm: Return masked status from set/reset function. Fixes MT08034. Aaron Giles2021-07-231-1/+1
* ymfm: Sync with upstream Aaron Giles2021-07-2311-60/+78
* ymfm: Play ADPCM-A samples through the end of the end block inclusive Aaron Giles2021-06-221-10/+15
* Fix reporting of ADPCM-B end-of-sample. Seems to fix MT08006; hopefully will ... Aaron Giles2021-06-212-6/+12
* ymfm: Sync with upstream: Aaron Giles2021-06-018-214/+391
* ymfm: Sync with upstream: Aaron Giles2021-05-298-52/+50
* ymfm: Don't mask off top bit of octave for OPQ. Aaron Giles2021-05-231-2/+2
* ymfm: Improve OPQ behavior for timers and register access. Add YM3533 device ... Aaron Giles2021-05-232-11/+28
* ymfm: Fix OPZ fine tuning and envelope shift. Now pretty much all the TX81Z b... Aaron Giles2021-05-232-13/+16
* ymfm: Some progress on OPZ. Some instruments in the TX81Z sound kind of ok now. Aaron Giles2021-05-232-68/+122
* ymfm: Fix OPL3 waveform 7 to better match hardware. Aaron Giles2021-05-221-1/+1
* ymfm: Add missing clamp in YM2608 Aaron Giles2021-05-221-1/+2
* ymfm: Boost ADPCM-B volume by a factor of 2 to more closely match previous le... Aaron Giles2021-05-221-2/+2
* ymfm: Sync with latest, add complete YMF278B support (#8090) Aaron Giles2021-05-2217-240/+2164
* ymfm: Switch to internal SSG for YM2203/2608/2610. Clean up code to determine... Aaron Giles2021-05-151-3/+6
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-1426-0/+15646