diff ym2612.h @ 535:aaa77e351c24

Better emulation of the YM-2612 busy flag
author Mike Pavone <pavone@retrodev.com>
date Thu, 13 Feb 2014 00:55:01 -0800
parents 7df7f493b3b6
children 2317bdca03b4
line wrap: on
line diff
--- a/ym2612.h	Thu Feb 13 00:10:36 2014 -0800
+++ b/ym2612.h	Thu Feb 13 00:55:01 2014 -0800
@@ -67,7 +67,9 @@
 	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;