📄 sound.h
字号:
#ifndef __SOUND_H__#define __SOUND_H__struct sndchan{ int on; unsigned int pos; int cnt, encnt, swcnt; int len, enlen, swlen; int swfreq; int freq; int envol, endir;
int mixl, mixr;
int hold;
int type; // S1, S2 only
int swdir, swshift; // S1 only};struct snd{ int rate; struct sndchan ch[4]; byte wave[16];
int master_voll, master_volr;};extern struct snd snd;#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -