Fix up sections variables are created in, major code cleanup, remove protection removal. Completed! :D
This commit is contained in:
@@ -26,10 +26,6 @@ EXTSYM SpecialLine
|
||||
EXTSYM vidbufferofsb
|
||||
EXTSYM HalfTransB,HalfTransC
|
||||
|
||||
%ifdef __MINGW__
|
||||
NEWSYM CopyVWinAsmStart
|
||||
%endif
|
||||
|
||||
SECTION .bss
|
||||
NEWSYM AddEndBytes, resd 1 ; Number of bytes between each line
|
||||
NEWSYM NumBytesPerLine, resd 1 ; Total number of bytes per line (1024+AddEndBytes)
|
||||
@@ -1553,9 +1549,3 @@ NEWSYM interpolate640x480x16bwin
|
||||
SECTION .data
|
||||
InterPtr dd 0
|
||||
SECTION .text
|
||||
|
||||
|
||||
%ifdef __MINGW__
|
||||
NEWSYM CopyVWinAsmEnd
|
||||
%endif
|
||||
|
||||
|
||||
@@ -135,11 +135,6 @@ EXTSYM _imp__GetLocalTime@4
|
||||
|
||||
EXTSYM FrameSemaphore
|
||||
|
||||
%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
|
||||
@@ -2071,9 +2066,6 @@ SystemTime:
|
||||
|
||||
|
||||
SECTION .text
|
||||
%ifdef __MINGW__
|
||||
NEWSYM WinIntRFAsmEnd
|
||||
%endif
|
||||
|
||||
%if 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user