diff ym2612.h @ 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 ce6881d64eef
children e77f7a7c79a5
line wrap: on
line diff
--- a/ym2612.h	Tue May 14 23:20:35 2019 -0700
+++ b/ym2612.h	Fri May 17 08:43:30 2019 -0700
@@ -9,7 +9,7 @@
 #include <stdint.h>
 #include <stdio.h>
 #include "serialize.h"
-#include "render.h"
+#include "render_audio.h"
 
 #define NUM_PART_REGS (0xB7-0x30)
 #define NUM_CHANNELS 6