From 1eebc33bf12ccec34aba87c9b6d9f05013fb037f Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Thu, 13 Feb 2014 00:55:01 -0800 Subject: Better emulation of the YM-2612 busy flag --- ym2612.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ym2612.h') 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; -- cgit v1.2.3