diff options
Diffstat (limited to 'include/gbos.inc')
| -rw-r--r-- | include/gbos.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/gbos.inc b/include/gbos.inc index e63d53f..be6009f 100644 --- a/include/gbos.inc +++ b/include/gbos.inc @@ -39,6 +39,9 @@ DEF wCSset EQU $D5AD ; color_setup scratch: 7-bit set of colors present DEF wCSpb EQU $D5AE ; color_setup scratch: palette*8 (SlotOf base) DEF wCStmp0 EQU $D5AF ; color_setup scratch: assembled plane-0 mask DEF wCStmp1 EQU $D5B0 ; color_setup scratch: assembled plane-1 mask +DEF wCSPL EQU $D5B1 ; color_setup memo: last (colL,colR) pair - a call +DEF wCSPR EQU $D5B2 ; with the same pair returns early (masks valid) +DEF wRowBuf EQU $D5B3 ; build_tile: 8 combined glyph rows (L=hi/R=lo nibble) DEF OSK_DOCK EQU 3 ; on-screen keyboard height in rows (dock at the bottom) DEF rKEY1 EQU $FF4D ; CGB speed switch DEF rSB EQU $FF01 ; serial data |
