From: sparky4 Date: Thu, 23 Jul 2015 13:23:43 +0000 (-0500) Subject: wwww X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=7e0f6ed4f3100a8d6b3a1da9f96eecee866900bb;p=16.git wwww renamed: 16/16_snd.c -> src/lib/16_snd.c renamed: 16/16_snd.h -> src/lib/16_snd.h --- diff --git a/16/16_snd.c b/src/lib/16_snd.c similarity index 100% rename from 16/16_snd.c rename to src/lib/16_snd.c diff --git a/16/16_snd.h b/src/lib/16_snd.h similarity index 98% rename from 16/16_snd.h rename to src/lib/16_snd.h index afadb348..3242e814 100644 --- a/16/16_snd.h +++ b/src/lib/16_snd.h @@ -51,7 +51,6 @@ void opl2out(word reg, word data); void opl3out(word reg, word data); void opl3exp(word data); -//Unknown licence! void FMReset(void/*int percusiveMode*/); void FMKeyOff(int voice); void FMKeyOn(int voice, int freq, int octave);