65 unsigned int nextVoiceSync;
74 uint32_t shift_register[3];
75 uint32_t shift_latch[3];
76 uint32_t ring_msb_mask[3];
78 uint32_t noise_output[3];
79 uint32_t no_noise_or_noise_output[3];
81 uint32_t pulse_output[3];
82 uint32_t waveform_output[3];
83 uint32_t accumulator[3];
85 uint32_t tri_saw_pipeline[3];
87 int shift_pipeline[3];
88 unsigned int shift_register_reset[3];
89 unsigned int floating_output_ttl[3];
92 bool test_or_reset[3];
99 unsigned int exponential_counter[3];
100 unsigned int exponential_counter_period[3];
101 unsigned int new_exponential_counter_period[3];
102 unsigned int state_pipeline[3];
103 unsigned int envelope_pipeline[3];
104 unsigned int exponential_pipeline[3];
107 bool counter_enabled[3];
110 uint8_t envelope_counter[3];
135 double filterCurve6581;
136 double filterRange6581;
137 double filterCurve8580;
143 uint32_t nVddt_Vw_2[2];
152 double clockFrequency;
153 double samplingFrequency;
156 int32_t zor_cachedSample;
157 int32_t zor_outputValue;
158 int zor_sampleOffset;
162 int tp_sampleIndex[2];
163 int tp_sampleOffset[2];
164 int32_t tp_outputValue[2];