furnace/doc/7-systems/msm6258.md
tildearrow 9da4e1c236 don't mention Generic Sample ins type on sample ch
ips that have their own ins types
2023-09-10 23:57:46 -05:00

1 KiB

OKI MSM6258

a single-channel ADPCM sound source developed by OKI. it allows max sample rate of 15.6 KHz... with no variable pitch. most prominent use of this chip was Sharp X68000 computer, where it was paired with Yamaha YM2151. Furnace's implementation is MSM6258V, a CPU driven variant that is unlimited by amount of sample data, being able to be fed from the system's RAM.

effects

  • 20xx: set frequency divider (0 to 2).
    • 0: /512
    • 1: /768
    • 2: /1024
  • 21xx: select clock rate.
    • 0: full
    • 1: half

chip config

MSM6258 is an extremely basic ADPCM sound codec. it has no variable frequency rate; it depends on clock rate of a chip itself. Furnace supports the following rates:

clock rate sampling rate
4 MHz 7812 Hz
4.096 MHz 8000 Hz
8 MHz 15625 Hz
8.192 MHz 16000 Hz

info

this chip uses the MSM6258 instrument editor.