We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b48d5 commit 88a2c1fCopy full SHA for 88a2c1f
hardware.inc
@@ -393,10 +393,10 @@ AUDTERM_1_RIGHT EQU %00000001
393
; -- Sound on/off (R/W)
394
; --
395
; -- 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!)
+; -- Bit 3 - Sound 4 ON flag (read only)
+; -- Bit 2 - Sound 3 ON flag (read only)
+; -- Bit 1 - Sound 2 ON flag (read only)
+; -- Bit 0 - Sound 1 ON flag (read only)
400
401
rNR52 EQU $FF26
402
rAUDENA EQU rNR52
0 commit comments