Migrate HL subsystem to C++
This commit is contained in:
@@ -5,15 +5,15 @@
|
||||
@ fastcall ExReInitializeRundownProtection(ptr)
|
||||
@ fastcall ExReleaseRundownProtection(ptr)
|
||||
@ fastcall ExWaitForRundownProtectionRelease(ptr)
|
||||
@ cdecl HlIoPortInByte(ptr)
|
||||
@ cdecl HlIoPortInLong(ptr)
|
||||
@ cdecl HlIoPortInShort(ptr)
|
||||
@ cdecl HlIoPortOutByte(ptr long)
|
||||
@ cdecl HlIoPortOutLong(ptr long)
|
||||
@ cdecl HlIoPortOutShort(ptr long)
|
||||
@ cdecl HlReadPort8(ptr)
|
||||
@ cdecl HlReadPort16(ptr)
|
||||
@ cdecl HlReadPort32(ptr)
|
||||
@ stdcall HlReadRegister8(ptr)
|
||||
@ stdcall HlReadRegister16(ptr)
|
||||
@ stdcall HlReadRegister32(ptr)
|
||||
@ cdecl HlWritePort8(ptr long)
|
||||
@ cdecl HlWritePort16(ptr long)
|
||||
@ cdecl HlWritePort32(ptr long)
|
||||
@ stdcall HlWriteRegister8(ptr long)
|
||||
@ stdcall HlWriteRegister16(ptr long)
|
||||
@ stdcall HlWriteRegister32(ptr long)
|
||||
|
Reference in New Issue
Block a user