diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/api-asm.68k | 2 | ||||
| -rw-r--r-- | doc/api-c.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/api-asm.68k b/doc/api-asm.68k index 964a4a4..b6fa48b 100644 --- a/doc/api-asm.68k +++ b/doc/api-asm.68k @@ -95,7 +95,7 @@ Echo_SetPCMRate Changes the sample rate of PCM. Note this is a global parameter as it affects both BGM and SFX. The value is what one would write in timer A of the YM2612 register. Here are the approximate frequencies for some values - (default is $05): + (default is $04): NTSC PAL | NTSC PAL ----------------------------|-------------------------- diff --git a/doc/api-c.txt b/doc/api-c.txt index 5bf995f..f0dd326 100644 --- a/doc/api-c.txt +++ b/doc/api-c.txt @@ -99,7 +99,7 @@ void echo_set_pcm_rate(uint8_t rate) Changes the sample rate of PCM. Note this is a global parameter as it affects both BGM and SFX. The value is what one would write in timer A of the YM2612 register. Here are the approximate frequencies for some values - (default is 0x05): + (default is 0x04): NTSC PAL | NTSC PAL -----------------------------|--------------------------- |
