Ym2413+instrumentsbin [repack] Jun 2026

The ym2413_instruments.bin file is a digital of the 15 melodic instruments and 5 percussion tones hardcoded into the original chip's internal memory. Because the data is locked into physical silicon hardware, preservationists had to decapsulate or reverse-engineer the chip to accurately extract the raw binary code.

While the chip has 15 hardcoded sounds, many games and demos rely on the to create unique sounds. A file like instruments.bin stores the parameters for these custom sounds.

: The chip could be dynamically toggled into two operational modes: 9 melodic channels or 6 melodic channels paired with 5 percussion sounds. ym2413+instrumentsbin

| Byte Offset | Parameter Name | Description | | :--- | :--- | :--- | | 0 | AM (Amplitude Modulation) | Vibrato/Tremolo settings | | 1 | PM (Phase Modulation) | Vibrato/Tremolo settings | | 2 | EG (Envelope Generator) | Sustain level / Key scaling | | 3 | KSR (Key Scale Rate) | Envelope scaling based on pitch | | 4 | MULT (Multiplier) | Frequency multiplier | | 5 | TL (Total Level) | Volume/Output level (Carrier) | | 6 | AR (Attack Rate) | How fast sound starts | | 7 | DR (Decay Rate) | How fast sound drops to sustain | | 8 | SL (Sustain Level) | The level the sound holds at | | 9 | RR (Release Rate) | How fast sound fades after key-off |

While it is technically possible to attach a logic analyzer to these keyboards and capture the custom instrument registers being programmed, this is an advanced hardware hacking project that requires significant technical expertise. However, the results have been shared within the community—one notable repository is on GitHub, which contains extracted instrument data that can be imported into trackers like Furnace. The ym2413_instruments

The ym2413_instruments.bin file might be small in size, but its impact on preserving and promoting the sound of an era is immense.

Furnace comes with full, out-of-the-box support for the YM2413 chip (and its VRC7 derivative). This means you can select the YM2413 as your sound chip, and the software will automatically manage the correct instrument banks for you, allowing you to focus entirely on composition. A file like instruments

Why can't you just rename a .wav file to .bin ? Because the YM2413 speaks a very strict hardware language.

To understand the instruments.bin , you first have to understand the limitations that made the YM2413 famous.

Despite these simplifications—or perhaps because of them—the YM2413 became a workhorse in a wide array of iconic hardware:

Designed as a cost-reduced version of Yamaha's popular YM3812 (OPL2) chip, the YM2413 was Yamaha’s answer to a growing market demand for affordable yet capable sound generation for home electronics. To cut manufacturing costs, Yamaha significantly simplified the chip's internal architecture, removing many of the complex registers and signal-mixing capabilities found in its more expensive sibling.