From 7e0f6ed4f3100a8d6b3a1da9f96eecee866900bb Mon Sep 17 00:00:00 2001 From: sparky4 Date: Thu, 23 Jul 2015 08:23:43 -0500 Subject: [PATCH] wwww renamed: 16/16_snd.c -> src/lib/16_snd.c renamed: 16/16_snd.h -> src/lib/16_snd.h --- {16 => src/lib}/16_snd.c | 0 {16 => src/lib}/16_snd.h | 1 - 2 files changed, 1 deletion(-) rename {16 => src/lib}/16_snd.c (100%) rename {16 => src/lib}/16_snd.h (98%) 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); -- 2.39.2