Debug board support in KoW

This commit is contained in:
2021-01-10 03:11:36 +03:00
parent c1f730a0cb
commit be915bb843
2 changed files with 42 additions and 0 deletions

View File

@@ -543,8 +543,10 @@ const
{62.8} function WritePCIByte(Bus, Device, Func, Reg: Byte; Data: Byte): LongWord; stdcall;
{62.9} function WritePCIWord(Bus, Device, Func, Reg: Byte; Data: Word): LongWord; stdcall;
{62.10} function WritePCILongWord(Bus, Device, Func, Reg: Byte; Data: LongWord): LongWord; stdcall;
{$ENDIF}
{63.1} procedure DebugWrite(Data: KolibriChar); stdcall;
{63.2} function DebugRead(var Data: KolibriChar): Boolean; stdcall;
{$IFDEF KolibriOS}
{64} function ReallocAppMemory(Count: LongWord): LongInt; stdcall;
{65} procedure DrawImageEx(const Image; Left, Top: LongInt; Width, Height, BPP: LongWord; Palette: Pointer; Padding: LongWord); stdcall;
{66.1} procedure SetKeyboardInputMode(Mode: LongWord); stdcall;