diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-09-27 12:31:07 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-09-27 12:31:07 -0400 |
commit | 4246553f9d956b531f81c5cca453feaad07e5f52 (patch) | |
tree | ed2ac4a1297bcdab998fdb6ab75ba8e376727798 /constants/hardware_constants.asm | |
parent | 9c80f4ebd37f25e5ffb0167e7a968732dc12c243 (diff) |
Fix whitespace alignment of comments
Diffstat (limited to 'constants/hardware_constants.asm')
-rw-r--r-- | constants/hardware_constants.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/constants/hardware_constants.asm b/constants/hardware_constants.asm index 6205a1d7f..ed5447e28 100644 --- a/constants/hardware_constants.asm +++ b/constants/hardware_constants.asm @@ -32,9 +32,9 @@ RTC_M EQU $09 ; Minutes 0-59 (0-3Bh) RTC_H EQU $0a ; Hours 0-23 (0-17h) RTC_DL EQU $0b ; Lower 8 bits of Day Counter (0-FFh) RTC_DH EQU $0c ; Upper 1 bit of Day Counter, Carry Bit, Halt Flag - ; Bit 0 Most significant bit of Day Counter (Bit 8) - ; Bit 6 Halt (0=Active, 1=Stop Timer) - ; Bit 7 Day Counter Carry Bit (1=Counter Overflow) + ; Bit 0 Most significant bit of Day Counter (Bit 8) + ; Bit 6 Halt (0=Active, 1=Stop Timer) + ; Bit 7 Day Counter Carry Bit (1=Counter Overflow) ; interrupt flags VBLANK EQU 0 |