view target-utils/buzplayer/melody.h @ 1005:9172c2c9bd3e

CHANGES: document -h target changes
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 09 Dec 2023 18:54:28 +0000
parents 9092ff68e37d
children
line wrap: on
line source

struct melentry {
	u8	tone;
	u8	vol;
	u16	dur;
};