Skip to content

Commit 8e18fe8

Browse files
mattcurrieRangi42
andauthored
Adjust DMG mode commentry
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
1 parent 1a5a428 commit 8e18fe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hardware.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -694,8 +694,8 @@ def WBK_BANK equ %00000_111 ; mapped WRAM bank (0-7) [r/w]
694694
; In CGB mode, reads return $FF and writes are ignored.
695695
def rPSW equ $FF71
696696

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]
697+
def B_PSW_WINDOW equ 7 ; whether the Palette Selection Window is enabled [r/w]
698+
def B_PSW_NMI equ 0 ; whether the NMI is enabled [r/w]
699699
def PSW_WINDOW equ 1 << B_PSW_WINDOW
700700
def PSW_WIN_OFF equ 0 << B_PSW_WINDOW
701701
def PSW_WIN_ON equ 1 << B_PSW_WINDOW

0 commit comments

Comments
 (0)