Placed extsym for DOS at a better location.
This commit is contained in:
@@ -58,7 +58,7 @@ EXTSYM ResetDuringMovie,EMUPauseKey,INCRFrameKey,MovieWaiting,NoInputRead
|
|||||||
EXTSYM AllocatedRewindStates,PauseFrameMode,RestorePauseFrame,BackupPauseFrame
|
EXTSYM AllocatedRewindStates,PauseFrameMode,RestorePauseFrame,BackupPauseFrame
|
||||||
|
|
||||||
%ifdef __MSDOS__
|
%ifdef __MSDOS__
|
||||||
EXTSYM dssel
|
EXTSYM dssel,Game60hzcall
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
SECTION .data
|
SECTION .data
|
||||||
@@ -605,7 +605,6 @@ NEWSYM init18_2hz
|
|||||||
ret
|
ret
|
||||||
|
|
||||||
%ifdef __MSDOS__
|
%ifdef __MSDOS__
|
||||||
EXTSYM Game60hzcall
|
|
||||||
NEWSYM handler8h
|
NEWSYM handler8h
|
||||||
cli
|
cli
|
||||||
push ds
|
push ds
|
||||||
|
|||||||
Reference in New Issue
Block a user