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 c755a57 commit 5e1e903Copy full SHA for 5e1e903
hardware.inc
@@ -445,10 +445,10 @@ AUDTERM_1_RIGHT EQU %00000001
445
; -- Sound on/off (R/W)
446
; --
447
; -- Bit 7 - All sound on/off (sets all audio regs to 0!)
448
-; -- Bit 3 - Sound 4 ON flag (doesn't work!)
449
-; -- Bit 2 - Sound 3 ON flag (doesn't work!)
450
-; -- Bit 1 - Sound 2 ON flag (doesn't work!)
451
-; -- 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)
452
453
rNR52 EQU $FF26
454
rAUDENA EQU rNR52
0 commit comments