2003-04-27 00:47:58 +00:00
|
|
|
@ stdcall wine_load_dos_exe(str str)
|
|
|
|
|
2002-10-23 22:24:10 +00:00
|
|
|
@ stdcall EmulateInterruptPM(ptr long) DOSVM_EmulateInterruptPM
|
2002-11-15 01:35:52 +00:00
|
|
|
@ stdcall CallBuiltinHandler(ptr long) DOSVM_CallBuiltinHandler
|
2000-12-26 00:22:45 +00:00
|
|
|
|
2001-12-04 19:54:44 +00:00
|
|
|
# I/O functions
|
2003-09-17 22:45:46 +00:00
|
|
|
@ stdcall inport(long long) DOSVM_inport
|
2001-12-04 19:54:44 +00:00
|
|
|
@ stdcall outport(long long long) DOSVM_outport
|
2005-05-10 15:22:09 +00:00
|
|
|
|
|
|
|
# DOS memory functions
|
|
|
|
@ cdecl FreeDosBlock(ptr) DOSMEM_FreeBlock
|
|
|
|
@ cdecl AllocDosBlock(long ptr) DOSMEM_AllocBlock
|
|
|
|
@ cdecl ResizeDosBlock(ptr long long) DOSMEM_ResizeBlock
|
|
|
|
|
|
|
|
# BIOS functions
|
|
|
|
@ cdecl BiosTick(long)
|