From: Nathaniel Wesley Filardo Date: Mon, 22 Feb 2010 01:54:17 +0000 (-0500) Subject: target/main.c more stuff from progenv/ X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=cd6bdd2fa5b4bff59f862b2cf0d63d24b8c496f4;p=acmetensortoys-chiptunes target/main.c more stuff from progenv/ --- diff --git a/target/main.c b/target/main.c index 3e354e1..2f4f158 100644 --- a/target/main.c +++ b/target/main.c @@ -6,6 +6,7 @@ #include #include +#include volatile u8 callbackwait; volatile u8 lastsample; @@ -24,17 +25,10 @@ u32 noiseseed = 1; u8 light[2]; -#include "../tracker/exported.h" +#include "tracker/exported.h" const u8 validcmds[] = "0dfijlmtvw~+="; -enum { - WF_TRI, - WF_SAW, - WF_PUL, - WF_NOI -}; - volatile struct oscillator { u16 freq; u16 phase;