: The YM2413 was notably used in the Sega Master System and various arcade machines. Its audio capabilities were leveraged to create iconic game soundtracks.
You need the ROM file that contains the instrument definition.
This practice is why you might see posts like this, referencing the , where a user reports that some ROMs are "not playable under Current MAME because the 'ym2413_instruments.bin' file is missing".
// Example: Generic FM Instrument Data structure // Usually 8 bytes per instrument const unsigned char instruments_bin[] PROGMEM = // Instrument 0: "Fat Bass" 0x21, 0x21, 0x1E, 0x1E, 0xA0, 0xA0, 0x0F, 0x0F, // Instrument 1: "Electric Piano" 0x06, 0x00, 0x00, 0x00, 0xF0, 0xF0, 0x00, 0x00, // ... add more instruments ; ym2413+instrumentsbin
So, you’ve downloaded the file. Now what? Here is the standard workflow for various software environments.
If you grew up with the Sega Master System, MSX computers, or early DOS games from developers like Sierra On-Line, you have heard the YM2413. Often nicknamed the (FM Operator Type-L), this sound chip was a budget-friendly yet powerful FM synthesis generator that defined the audio landscape of the late 1980s and early 1990s.
On the MSX computer scene, music trackers like often used .MBM files. These files used a generic "instruments" definition file. If you are trying to play old MSX music, you might find a file named instruments.bnk or similar. : The YM2413 was notably used in the
Usually, one instrument definition takes up (or sometimes packed into fewer bytes depending on the specific tracker format, like MoonBlaster).
To reduce production costs for consumer electronics, Yamaha simplified the design. While high-end FM chips allowed developers to fully customize every mathematical operator and algorithm for every channel, the YM2413 introduced a shortcut: a built-in, hardcoded . Hardware Specifications
: Provides 6 melodic channels alongside 5 dedicated percussion instruments (Bass Drum, Snare Drum, Tom-Tom, Top Cymbal, and Hi-Hat). The 15 Built-In Melodic Presets This practice is why you might see posts
18;write_to_target_document7;default0;b5d;18;write_to_target_document1a;_xGXuaaOtCcegnesPkNGBqAY_20;bcf; 0;4f8;0;868;
That’s the practical answer:
Introduced in 1986, the YM2413 represents a pivotal moment in the history of digital audio synthesis. Also known by its internal code name (which stands for FM Operator Type-LL ), this was a direct descendant of Yamaha's successful line of FM synthesis chips.