| version 1.3, 2004/08/05 11:46:26 | version 1.5, 2004/08/17 15:43:34 | 
| Line 4 | Line 4 | 
 | #include        "sndctrl.h" | #include        "sndctrl.h" | 
 |  |  | 
 |  |  | 
 | // extern       int             s_cnt; |  | 
 | // extern       DWORD   basedclk; |  | 
 |  |  | 
 |  |  | 
 | PSGGENCFG       psggencfg; | PSGGENCFG       psggencfg; | 
 |  |  | 
 | const UINT8 psggen_deftbl[0x10] = | const UINT8 psggen_deftbl[0x10] = | 
| Line 110  void psggen_setreg(PSGGEN psg, REG8 reg, | Line 106  void psggen_setreg(PSGGEN psg, REG8 reg, | 
 | } | } | 
 | else { | else { | 
 | psg->tone[ch].freq = 0; | psg->tone[ch].freq = 0; | 
 |  | psg->tone[ch].count = 0;        // としておかないとノイズ出ない | 
 | } | } | 
 | break; | break; | 
 |  |  |