在 2016年6月1日,20:33,Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> 写道:
>> for (i = 0; i < 2; i++) { >> if (s->chn[i].chr) { >> + s->chn[i].clock = s->frequency / 2; > > Should this not still be in escc_init1() since s->frequency is set by a > property? You are right!