diff options
| author | Javier Degirolmo | 2013-06-19 17:22:43 -0300 |
|---|---|---|
| committer | Javier Degirolmo | 2013-06-19 17:22:43 -0300 |
| commit | 59272b53bb6d30f49b383bfc1fedb807874c34b8 (patch) | |
| tree | 783c5cc29c53c9c78c6d71796dfd5d46f85bc16c | |
| parent | d81954c82f6e97e43304457930d16c480fc486ac (diff) | |
Of course I had to forget something
| -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 -----------------------------|--------------------------- |
