Skip to content

Commit da5f00a

Browse files
Add SGB_PACKET_SIZE
1 parent ea3e8a1 commit da5f00a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sgb.inc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ if !def(SGB_INC)
1515
def SGB_INC equ 1
1616

1717

18+
;******************************************************************************
19+
; SGB Packet Size
20+
;******************************************************************************
21+
22+
def SGB_PACKET_SIZE equ 16
23+
24+
1825
;******************************************************************************
1926
; SGB Command Prefixes
2027
;******************************************************************************

0 commit comments

Comments
 (0)