Title: ym2149-streamer
The ym2149-streamer allows sending Atari ST YM files to a YM2149 chip driven by an Arduino.
The following libraries are required:
- avr-gcc
- avr-libc
- avrdude
$ make
$ make flash
$ python streamer.py <output_device> <ym_filepath>
Where <output_device> would typically be /dev/ttyUSB0
.
More information can be found on my blog:
- Streaming music to YM2149F
- Driving YM2149F sound chip with an Arduino
- Arduino Hello World without IDE
Besides, a video showing the YM2149 & Arduino circuit playing a tune is available.