diff psg.c @ 1865:4c322abd9fa5

Split generic part of audio code into a separate file so it can be used in other targets besides SDL
author Michael Pavone <pavone@retrodev.com>
date Fri, 17 May 2019 08:43:30 -0700
parents 6ce36c3f250b
children 508522f08e4d
line wrap: on
line diff
--- a/psg.c	Tue May 14 23:20:35 2019 -0700
+++ b/psg.c	Fri May 17 08:43:30 2019 -0700
@@ -4,7 +4,6 @@
  BlastEm is free software distributed under the terms of the GNU General Public License version 3 or greater. See COPYING for full license text.
 */
 #include "psg.h"
-#include "render.h"
 #include "blastem.h"
 #include <string.h>
 #include <stdlib.h>