Initial commit

This commit is contained in:
Gwen Gourevich
2021-10-27 10:34:18 +02:00
parent 43ad18eb04
commit c5f4f6ba25
199 changed files with 73169 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
;-----------------------------------------------------------------------------
; 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
;-----------------------------------------------------------------------------