view target-utils/buzplayer/melody.h @ 176:2b38691076b9

fc-e1decode utility written, compiles
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 25 Mar 2017 20:31:01 +0000
parents 49d2684805b1
children 9092ff68e37d
line wrap: on
line source

struct melentry {
	u16	tone;
	u16	dur;
};