ym2149-streamer icon indicating copy to clipboard operation
ym2149-streamer copied to clipboard

YM file streamer for driving ym2149 chips

Title: ym2149-streamer

The ym2149-streamer allows sending Atari ST YM files to a YM2149 chip driven by an Arduino.

Requirements

The following libraries are required:

  • avr-gcc
  • avr-libc
  • avrdude

How to do

$ make
$ make flash
$ python streamer.py <output_device> <ym_filepath>

Where <output_device> would typically be /dev/ttyUSB0.

More information

More information can be found on my blog:

Besides, a video showing the YM2149 & Arduino circuit playing a tune is available.