summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Panzlaff <michael.panzlaff@fau.de>2020-12-12 13:07:56 +0100
committerMichael Panzlaff <michael.panzlaff@fau.de>2020-12-12 13:07:56 +0100
commit91ccf9e34328d5d47f98172051a6460223249b40 (patch)
treefdc39aff0f69e7aa8028666615019b929b548307
parentf177c736fc722a2168a105b595888a0e6a6d5c02 (diff)
fix typo
-rw-r--r--include/gba/m4a_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gba/m4a_internal.h b/include/gba/m4a_internal.h
index 6ec9e3854..2d0e1bb1c 100644
--- a/include/gba/m4a_internal.h
+++ b/include/gba/m4a_internal.h
@@ -195,7 +195,7 @@ struct SoundInfo
u8 freq;
u8 mode;
- u8 c15; // periodically counts from 14 downto 0 (15 states)
+ u8 c15; // periodically counts from 14 down to 0 (15 states)
u8 pcmDmaPeriod; // number of V-blanks per PCM DMA
u8 maxLines;
u8 gap[3];