Working hooks.

git-svn-id: https://spexeah.com:8443/svn/Asuro@83 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
kieron 2017-05-17 17:50:29 +00:00
parent 277c8dee2a
commit 70aca15211
3 changed files with 1 additions and 0 deletions

BIN
Asuro.iso

Binary file not shown.

Binary file not shown.

View File

@ -35,6 +35,7 @@ begin
if uint32(Hooks[i]) <> 0 then begin
Hooks[i](nil);
end;
end;
outb($20, $20);
end;