atikms: RC11.2 video blitter
git-svn-id: svn://kolibrios.org@2007 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -51,6 +51,8 @@
|
||||
.global _SetScreen
|
||||
.global _SysMsgBoardStr
|
||||
|
||||
.global _UserAlloc
|
||||
|
||||
.global _WaitEvent
|
||||
|
||||
|
||||
@@ -101,6 +103,8 @@
|
||||
.def _SetKeyboardData; .scl 2; .type 32; .endef
|
||||
.def _SysMsgBoardStr; .scl 2; .type 32; .endef
|
||||
|
||||
.def _UserAlloc; .scl 2; .type 32; .endef
|
||||
|
||||
.def _WaitEvent; .scl 2; .type 32; .endef
|
||||
|
||||
|
||||
@@ -153,6 +157,7 @@ _SetKeyboardData:
|
||||
_SetScreen:
|
||||
_SysMsgBoardStr:
|
||||
|
||||
_UserAlloc:
|
||||
_WaitEvent:
|
||||
|
||||
ret
|
||||
@@ -209,5 +214,7 @@ _WaitEvent:
|
||||
.ascii " -export:SetScreen" # stdcall
|
||||
.ascii " -export:SysMsgBoardStr" # stdcall
|
||||
|
||||
.ascii " -export:UserAlloc" # stdcall
|
||||
|
||||
.ascii " -export:WaitEvent" # stdcall
|
||||
|
||||
|
Reference in New Issue
Block a user