Skip to content

FlorentFlament/ym2149-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Title: ym2149-test

The ym2149-test is a little firmware to check that the YM2149 & Arduino circuit is working properly.

Requirements

The following libraries are required:

  • gcc-avr (or avr-gcc depending on the distribution)
  • avr-libc
  • avrdude

How to test the circuit

$ make
$ make flash

Common errors

If getting the following error message when trying to flash the chip (make flash):

avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xff
avrdude: stk500_recv(): programmer is not responding

Try to change the baudrate to 57600 in the Makefile (1st line). Some models may accept faster transfer rates than others.

More information

More information can be found on my blog:

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

About

Code to be flashed in an Arduino to test the ym2149 circuit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published