summaryrefslogtreecommitdiff
path: root/gbhw.asm
diff options
context:
space:
mode:
Diffstat (limited to 'gbhw.asm')
-rw-r--r--gbhw.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbhw.asm b/gbhw.asm
index 6a672d665..8c33239f2 100644
--- a/gbhw.asm
+++ b/gbhw.asm
@@ -51,7 +51,7 @@ rTAC EQU $ff07 ; Timer Control (R/W)
rTAC_ON EQU 2
rTAC_4096_HZ EQU 0
rTAC_262144_HZ EQU 1
-rTAC_65536_HZ EQU 2
+rTAC_65536_HZ EQU 2
rTAC_16384_HZ EQU 3
rIF EQU $ff0f ; Interrupt Flag (R/W)
rNR10 EQU $ff10 ; Channel 1 Sweep register (R/W)