Skip to content

Commit 88a2c1f

Browse files
Update to latest version
1 parent 31b48d5 commit 88a2c1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hardware.inc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -393,10 +393,10 @@ AUDTERM_1_RIGHT EQU %00000001
393393
; -- Sound on/off (R/W)
394394
; --
395395
; -- Bit 7 - All sound on/off (sets all audio regs to 0!)
396-
; -- Bit 3 - Sound 4 ON flag (doesn't work!)
397-
; -- Bit 2 - Sound 3 ON flag (doesn't work!)
398-
; -- Bit 1 - Sound 2 ON flag (doesn't work!)
399-
; -- Bit 0 - Sound 1 ON flag (doesn't work!)
396+
; -- Bit 3 - Sound 4 ON flag (read only)
397+
; -- Bit 2 - Sound 3 ON flag (read only)
398+
; -- Bit 1 - Sound 2 ON flag (read only)
399+
; -- Bit 0 - Sound 1 ON flag (read only)
400400
; --
401401
rNR52 EQU $FF26
402402
rAUDENA EQU rNR52

0 commit comments

Comments
 (0)