summaryrefslogtreecommitdiff
path: root/ym2612.h
diff options
context:
space:
mode:
Diffstat (limited to 'ym2612.h')
-rw-r--r--ym2612.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ym2612.h b/ym2612.h
index 839024a..88fca1a 100644
--- a/ym2612.h
+++ b/ym2612.h
@@ -67,7 +67,9 @@ typedef struct {
uint32_t sample_rate;
uint32_t sample_limit;
uint32_t current_cycle;
+ //TODO: Condense the next two fields into one
uint32_t write_cycle;
+ uint32_t busy_cycles;
ym_operator operators[NUM_OPERATORS];
ym_channel channels[NUM_CHANNELS];
uint16_t timer_a;