atikms: RC11.2 video blitter

git-svn-id: svn://kolibrios.org@2007 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge)
2011-07-20 11:24:01 +00:00
parent e971a25718
commit b6bf652bb7
8 changed files with 212 additions and 7 deletions

View File

@@ -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