summaryrefslogtreecommitdiff
path: root/ym2612.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-07-26 16:51:03 -0700
committerMichael Pavone <pavone@retrodev.com>2015-07-26 16:51:03 -0700
commit38c7278727cb3dd65d9e5dc98e69dd306b12c476 (patch)
tree616c527669fcab6828bcb71949e3ccd3f054c75d /ym2612.h
parent2c702a302754c4eb4a4c2aeabd9e533b0efd2bde (diff)
parent6cd1ab5ac4004b9e9433c5d16a6ed7fa049cf767 (diff)
Merge
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 88fca1a..c05b073 100644
--- a/ym2612.h
+++ b/ym2612.h
@@ -26,6 +26,7 @@ typedef struct {
uint8_t key_scaling;
uint8_t multiple;
uint8_t detune;
+ uint8_t am;
uint8_t env_phase;
} ym_operator;
@@ -105,6 +106,7 @@ void ym_data_write(ym2612_context * context, uint8_t value);
uint8_t ym_read_status(ym2612_context * context);
uint8_t ym_load_gst(ym2612_context * context, FILE * gstfile);
uint8_t ym_save_gst(ym2612_context * context, FILE * gstfile);
+void ym_print_channel_info(ym2612_context *context, int channel);
#endif //YM2612_H_