summaryrefslogtreecommitdiff
path: root/ym2612.h
diff options
context:
space:
mode:
Diffstat (limited to 'ym2612.h')
-rw-r--r--ym2612.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ym2612.h b/ym2612.h
index 9f2bd25..8bda299 100644
--- a/ym2612.h
+++ b/ym2612.h
@@ -9,6 +9,7 @@
#include <stdint.h>
#include <stdio.h>
#include "serialize.h"
+#include "render.h"
#define NUM_PART_REGS (0xB7-0x30)
#define NUM_CHANNELS 6
@@ -63,7 +64,7 @@ typedef struct {
typedef struct {
int16_t *audio_buffer;
- int16_t *back_buffer;
+ audio_source *audio;
uint64_t buffer_fraction;
uint64_t buffer_inc;
uint32_t clock_inc;