diff options
Diffstat (limited to 'include/gbos.inc')
| -rw-r--r-- | include/gbos.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/gbos.inc b/include/gbos.inc index e9f8d7d..55f0681 100644 --- a/include/gbos.inc +++ b/include/gbos.inc @@ -133,7 +133,8 @@ DEF SYS_SRECVNB EQU 31 ; link-port: receive, non-blocking (-> A=byte, CF=none) DEF SYS_POLLIN EQU 32 ; poll OSK for a typed char (-> A=char or 0) DEF SYS_NET EQU 33 ; socket layer (DE=&netreq -> A=result) DEF SYS_SLEEP EQU 34 ; cooperative delay (B = 1/64-second units) -DEF SYS_MAX EQU 35 +DEF SYS_POLLCON EQU 35 ; poll console ring (link-injected -> A=byte or 0) +DEF SYS_MAX EQU 36 ; ---- socket layer (SYS_NET) -------------------------------------------------- ; netreq struct (in caller RAM; DE points to it): |
