We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5a428 commit 8e18fe8Copy full SHA for 8e18fe8
hardware.inc
@@ -694,8 +694,8 @@ def WBK_BANK equ %00000_111 ; mapped WRAM bank (0-7) [r/w]
694
; In CGB mode, reads return $FF and writes are ignored.
695
def rPSW equ $FF71
696
697
-def B_PSW_WINDOW equ 7 ; whether the Palette Selection Window is enabled [r/w CGB's DMG mode only]
698
-def B_PSW_NMI equ 0 ; whether the NMI is enabled [r/w CGB's DMG mode only]
+def B_PSW_WINDOW equ 7 ; whether the Palette Selection Window is enabled [r/w]
+def B_PSW_NMI equ 0 ; whether the NMI is enabled [r/w]
699
def PSW_WINDOW equ 1 << B_PSW_WINDOW
700
def PSW_WIN_OFF equ 0 << B_PSW_WINDOW
701
def PSW_WIN_ON equ 1 << B_PSW_WINDOW
0 commit comments