summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/pokey.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/pokey.h')
-rw-r--r--src/devices/sound/pokey.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/sound/pokey.h b/src/devices/sound/pokey.h
index 668eb34230c..ff69c3da035 100644
--- a/src/devices/sound/pokey.h
+++ b/src/devices/sound/pokey.h
@@ -265,7 +265,6 @@ private:
int32_t m_counter; /* channel counter */
uint8_t m_output; /* channel output signal (1 active, 0 inactive) */
uint8_t m_filter_sample; /* high-pass filter sample */
- uint8_t m_div2; /* division by 2 */
inline void sample(void) { m_filter_sample = m_output; }
inline void reset_channel(void) { m_counter = m_AUDF ^ 0xff; }