|
|
| version 1.38, 2003/12/28 08:05:18 | version 1.40, 2004/01/07 06:53:47 |
|---|---|
| Line 199 static void sound_init(void) { | Line 199 static void sound_init(void) { |
| adpcm_setvol(np2cfg.vol_adpcm); | adpcm_setvol(np2cfg.vol_adpcm); |
| pcm86gen_initialize(rate); | pcm86gen_initialize(rate); |
| pcm86gen_setvol(np2cfg.vol_pcm); | pcm86gen_setvol(np2cfg.vol_pcm); |
| cs4231_initialize(rate); | |
| } | } |
| static void sound_term(void) { | static void sound_term(void) { |
| Line 311 void pccore_reset(void) { | Line 312 void pccore_reset(void) { |
| sound_reset(); | sound_reset(); |
| if (pc.model & PCMODEL_EPSON) { // RAM ctrl | |
| CPU_RAM_D000 = 0xffff; | |
| } | |
| iocore_reset(); // サウンドでpicを呼ぶので… | iocore_reset(); // サウンドでpicを呼ぶので… |
| cbuscore_reset(); | cbuscore_reset(); |
| fmboard_reset(np2cfg.SOUND_SW); | fmboard_reset(np2cfg.SOUND_SW); |