summaryrefslogtreecommitdiff
path: root/ym2612.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2019-05-17 08:43:30 -0700
committerMichael Pavone <pavone@retrodev.com>2019-05-17 08:43:30 -0700
commit1d8f8c5b5d3a5ea7b20116b690aa38468446df90 (patch)
tree87dc3612c543fd5e73c329f245f8dc483b66092a /ym2612.h
parent8ad096f5309ac7c3876b22b6d048f229cdf5677d (diff)
Split generic part of audio code into a separate file so it can be used in other targets besides SDL
Diffstat (limited to 'ym2612.h')
-rw-r--r--ym2612.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ym2612.h b/ym2612.h
index 683931a..81f678f 100644
--- a/ym2612.h
+++ b/ym2612.h
@@ -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