Added start and end symbols for MinGW support.

This commit is contained in:
stainless
2001-09-12 02:33:13 +00:00
parent 3246bf9a07
commit 6f03edf79b
2 changed files with 14 additions and 0 deletions

View File

@@ -28,6 +28,10 @@ EXTSYM vidbufferofsb
EXTSYM HalfTransB,HalfTransC
%ifdef __MINGW__
NEWSYM CopyVWinAsmStart
%endif
NEWSYM AddEndBytes, dd 0 ; Number of bytes between each line
NEWSYM NumBytesPerLine, dd 0 ; Total number of bytes per line (1024+AddEndBytes)

View File

@@ -137,6 +137,11 @@ EXTSYM PrevWinMode,PrevFSMode
EXTSYM _imp__GetLocalTime@4
%ifdef __MINGW__
NEWSYM WinIntRFAsmStart
%endif
; NOTE: For timing, Game60hzcall should be called at 50hz or 60hz (depending
; on romispal) after a call to InitPreGame and before DeInitPostGame are
; made. GUI36hzcall should be called at 36hz after a call GUIInit and
@@ -2040,3 +2045,8 @@ SystemTime:
.wMinute dw 0
.wSecond dw 0
.wMilliseconds dw 0
%ifdef __MINGW__
NEWSYM WinIntRFAsmEnd
%endif