Files
lba1-classic/LIB386/LIB_SYS/LIB_SYS.ASH
Gwen Gourevich c5f4f6ba25 Initial commit
2021-10-27 10:34:18 +02:00

24 lines
542 B
Plaintext

;-----------------------------------------------------------------------------
; LIB_SYS.ASH
;-----------------------------------------------------------------------------
extrn NoLanguage TimerRef:DWORD
extrn NoLanguage NbFramePerSecond:WORD
extrn NoLanguage WaitNbTicks:WORD
extrn NoLanguage CmptFrame:WORD
extrn NoLanguage Cmpt_18:WORD
;TIMERREF equ 0
;NBFRAMEPERSECOND equ 4
;WAITNBTICKS equ 6
;CMPTFRAME equ 8
;CMPT_18 equ 10
;-----------------------------------------------------------------------------