Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 956 Bytes

File metadata and controls

40 lines (27 loc) · 956 Bytes

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.