diff options
author | dannye <corrnondacqb@yahoo.com> | 2017-06-24 15:01:43 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2017-06-24 15:01:43 -0500 |
commit | 7a9a1b1e55f4a7f6c339a86d8cdb7fbf1bee7838 (patch) | |
tree | e4717c7da2905505fb10c93d86f1dac8c2a998b1 /constants/hardware_constants.asm | |
parent | e9f33ce19c3f573cc7fb312d6869e711d5d9de4f (diff) |
Fix typos in comments
Diffstat (limited to 'constants/hardware_constants.asm')
-rw-r--r-- | constants/hardware_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/hardware_constants.asm b/constants/hardware_constants.asm index 21a3ad93..d6af3584 100644 --- a/constants/hardware_constants.asm +++ b/constants/hardware_constants.asm @@ -68,7 +68,7 @@ rNR34 EQU $ff1e ; Channel 3 Frequency's higher data (R/W) rNR41 EQU $ff20 ; Channel 4 Sound Length (R/W) rNR42 EQU $ff21 ; Channel 4 Volume Envelope (R/W) rNR43 EQU $ff22 ; Channel 4 Polynomial Counter (R/W) -rNR44 EQU $ff23 ; Channel 4 Counter/consecutive; Inital (R/W) +rNR44 EQU $ff23 ; Channel 4 Counter/consecutive; Initial (R/W) rNR50 EQU $ff24 ; Channel control / ON-OFF / Volume (R/W) rNR51 EQU $ff25 ; Selection of Sound output terminal (R/W) rNR52 EQU $ff26 ; Sound on/off |