summaryrefslogtreecommitdiff
path: root/ym2612.h
diff options
context:
space:
mode:
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 a296659..7c74336 100644
--- a/ym2612.h
+++ b/ym2612.h
@@ -11,7 +11,7 @@ typedef struct {
uint32_t phase_inc;
uint32_t phase_counter;
uint16_t envelope;
- uint16_t output;
+ int16_t output;
uint16_t total_level;
uint16_t sustain_level;
uint8_t rates[4];