Added start and end symbols for MinGW support.
This commit is contained in:
@@ -28,6 +28,10 @@ EXTSYM vidbufferofsb
|
|||||||
EXTSYM HalfTransB,HalfTransC
|
EXTSYM HalfTransB,HalfTransC
|
||||||
|
|
||||||
|
|
||||||
|
%ifdef __MINGW__
|
||||||
|
NEWSYM CopyVWinAsmStart
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
NEWSYM AddEndBytes, dd 0 ; Number of bytes between each line
|
NEWSYM AddEndBytes, dd 0 ; Number of bytes between each line
|
||||||
NEWSYM NumBytesPerLine, dd 0 ; Total number of bytes per line (1024+AddEndBytes)
|
NEWSYM NumBytesPerLine, dd 0 ; Total number of bytes per line (1024+AddEndBytes)
|
||||||
|
|||||||
@@ -137,6 +137,11 @@ EXTSYM PrevWinMode,PrevFSMode
|
|||||||
EXTSYM _imp__GetLocalTime@4
|
EXTSYM _imp__GetLocalTime@4
|
||||||
|
|
||||||
|
|
||||||
|
%ifdef __MINGW__
|
||||||
|
NEWSYM WinIntRFAsmStart
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
; NOTE: For timing, Game60hzcall should be called at 50hz or 60hz (depending
|
; NOTE: For timing, Game60hzcall should be called at 50hz or 60hz (depending
|
||||||
; on romispal) after a call to InitPreGame and before DeInitPostGame are
|
; on romispal) after a call to InitPreGame and before DeInitPostGame are
|
||||||
; made. GUI36hzcall should be called at 36hz after a call GUIInit and
|
; made. GUI36hzcall should be called at 36hz after a call GUIInit and
|
||||||
@@ -2040,3 +2045,8 @@ SystemTime:
|
|||||||
.wMinute dw 0
|
.wMinute dw 0
|
||||||
.wSecond dw 0
|
.wSecond dw 0
|
||||||
.wMilliseconds dw 0
|
.wMilliseconds dw 0
|
||||||
|
|
||||||
|
|
||||||
|
%ifdef __MINGW__
|
||||||
|
NEWSYM WinIntRFAsmEnd
|
||||||
|
%endif
|
||||||
|
|||||||
Reference in New Issue
Block a user