YMF271: new OPX core - #158
Merged
Merged
Conversation
Replaces the MAME-derived YMF271 core with a new implementation written from the datasheet and application manual and calibrated against real hardware recordings (Jaleco MS32, Seibu SPI, PS Arcade 95 titles). - OPM-style log-sin/exp operator pipeline with detune, rate key scaling, per-slot LFO (rate table 2-6-2, PMS/AMS depths) and the 7 internal waveforms - all sync modes (4op / 2x2op / 3op+PCM / PCM) with register broadcast to the voice's slots, F-number latch, End flags cleared on status read - AccOn modelled as a saturating accumulator - external PCM: 8-bit and packed 12-bit samples, linear interpolation, Fs divider, external key code, looping and End flags - timers, external memory window Compile with YMF271_OPX_DEBUG for a debugging interface (ymf271_opx.h: state snapshots, group solo / slot mute, key-on dump via environment variables). AI disclosure: Claude Fable 5
Owner
|
Huge thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces the MAME-derived YMF271 core with a new implementation written from the datasheet and application manual and calibrated against real hardware recordings (Jaleco MS32, Seibu SPI, PS Arcade 95 titles).
Compile with YMF271_OPX_DEBUG for a debugging interface (ymf271_opx.h: state snapshots, group solo / slot mute, key-on dump via environment variables).
AI disclosure: Claude Fable 5